зеркало из https://github.com/mozilla/gecko-dev.git
Removed browser dependancies that are not checked in yet...
This commit is contained in:
Родитель
1eaaee2a7c
Коммит
b15b2ad46d
|
@ -37,7 +37,11 @@ LINCS=-I$(PUBLIC)\raptor \
|
|||
-I$(PUBLIC)\netlib \
|
||||
-I$(PUBLIC)\pref \
|
||||
-I$(PUBLIC)\js \
|
||||
-I$(PUBLIC)\dom
|
||||
-I$(PUBLIC)\dom \
|
||||
-I$(PUBLIC)\rdf \
|
||||
-I$(PUBLIC)\editor
|
||||
# -I$(PUBLIC)\editor \
|
||||
# -I..\browser
|
||||
|
||||
MAKE_OBJ_TYPE = EXE
|
||||
PROGRAM = .\$(OBJDIR)\apprunner.exe
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
#include "nsIEditor.h"
|
||||
|
||||
#include "nsIAppShellService.h"
|
||||
#include "nsBrowserCIDs.h"
|
||||
/// #include "nsBrowserCIDs.h"
|
||||
|
||||
#ifdef XP_PC
|
||||
|
||||
|
@ -167,7 +167,7 @@ static NS_DEFINE_CID(kFrameUtilCID, NS_FRAME_UTIL_CID);
|
|||
|
||||
|
||||
static NS_DEFINE_IID(kCAppShellServiceCID, NS_APPSHELL_SERVICE_CID);
|
||||
static NS_DEFINE_IID(kCBrowserControllerCID, NS_BROWSERCONTROLLER_CID);
|
||||
/// static NS_DEFINE_IID(kCBrowserControllerCID, NS_BROWSERCONTROLLER_CID);
|
||||
|
||||
extern "C" void
|
||||
NS_SetupRegistry()
|
||||
|
@ -236,5 +236,5 @@ NS_SetupRegistry()
|
|||
nsRepository::RegisterFactory(kFrameUtilCID, LAYOUT_DLL, PR_FALSE, PR_FALSE);
|
||||
|
||||
nsRepository::RegisterFactory(kCAppShellServiceCID, APPSHELL_DLL, PR_FALSE, PR_FALSE);
|
||||
nsRepository::RegisterFactory(kCBrowserControllerCID, BROWSER_DLL, PR_FALSE, PR_FALSE);
|
||||
/// nsRepository::RegisterFactory(kCBrowserControllerCID, BROWSER_DLL, PR_FALSE, PR_FALSE);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче