Preparing for distribution of fullsoft headers, dlls, and exes
git-svn-id: svn://10.0.0.236/trunk@37622 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
513825d5d1
commit
8e58adc2c2
@ -78,7 +78,7 @@ LINCS= \
|
||||
-I$(PUBLIC)\ngprefs \
|
||||
!endif
|
||||
!ifdef MOZ_FULLCIRCLE
|
||||
-I$(PUBLIC)\fulls32 \
|
||||
-I$(MOZ_TOOLS)\include \
|
||||
!endif
|
||||
-I$(PUBLIC)\oji \
|
||||
-I$(PUBLIC)\caps \
|
||||
@ -106,7 +106,7 @@ MYLIBS= \
|
||||
ole32.lib \
|
||||
!endif
|
||||
!ifdef MOZ_FULLCIRCLE
|
||||
$(DIST)\lib\fulls32.lib \
|
||||
$(MOZ_TOOLS)\lib\fulls32.lib \
|
||||
!endif
|
||||
$(NULL)
|
||||
|
||||
|
||||
@ -60,7 +60,7 @@ LINCS=-I$(PUBLIC)\raptor \
|
||||
-I$(PUBLIC)\dom \
|
||||
-I$(PUBLIC)\js \
|
||||
-I$(PUBLIC)\pref \
|
||||
-I$(PUBLIC)\profile \
|
||||
-I$(PUBLIC)\profile \
|
||||
-I$(PUBLIC)\appcores \
|
||||
!ifdef NECKO
|
||||
-I$(PUBLIC)\necko \
|
||||
@ -68,9 +68,12 @@ LINCS=-I$(PUBLIC)\raptor \
|
||||
-I$(PUBLIC)\netlib \
|
||||
!endif
|
||||
-I$(PUBLIC)\rdf \
|
||||
-I$(PUBLIC)\pics \
|
||||
-I$(PUBLIC)\xpfe\components \
|
||||
$(NULL)
|
||||
-I$(PUBLIC)\pics \
|
||||
-I$(PUBLIC)\xpfe\components \
|
||||
!ifdef MOZ_FULLCIRCLE
|
||||
-I$(MOZ_TOOLS)\include \
|
||||
!endif
|
||||
$(NULL)
|
||||
|
||||
MAKE_OBJ_TYPE = DLL
|
||||
DLLNAME = nsappshell
|
||||
@ -95,6 +98,9 @@ LLIBS= \
|
||||
$(DIST)\lib\jsdombase_s.lib \
|
||||
$(DIST)\lib\jsdomevents_s.lib \
|
||||
$(LIBNSPR) \
|
||||
!ifdef MOZ_FULLCIRCLE
|
||||
$(MOZ_TOOLS)\lib\fulls32.lib \
|
||||
!endif
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
@ -58,7 +58,11 @@ LINCS=-I$(PUBLIC)\raptor \
|
||||
-I$(PUBLIC)\appcores \
|
||||
-I$(PUBLIC)\walletlib \
|
||||
-I$(PUBLIC)\xpfe\components \
|
||||
-I$(PUBLIC)\oji
|
||||
-I$(PUBLIC)\oji \
|
||||
!ifdef MOZ_FULLCIRCLE
|
||||
-I$(MOZ_TOOLS)\include \
|
||||
!endif
|
||||
$(NULL)
|
||||
# -I..\browser
|
||||
|
||||
MAKE_OBJ_TYPE = EXE
|
||||
@ -78,6 +82,9 @@ LLIBS= \
|
||||
$(DIST)\lib\neckoutil_s.lib \
|
||||
!else
|
||||
$(DIST)\lib\netlib.lib \
|
||||
!endif
|
||||
!ifdef MOZ_FULLCIRCLE
|
||||
$(MOZ_TOOLS)\lib\fulls32.lib \
|
||||
!endif
|
||||
$(LIBNSPR) \
|
||||
$(NULL)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user