Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs.
git-svn-id: svn://10.0.0.236/trunk@97613 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -21,9 +21,8 @@
|
||||
DEPTH=..\..\..\..\..
|
||||
include <$(DEPTH)/config/config.mak>
|
||||
|
||||
MODULE=pyloader
|
||||
LIBRARY_NAME=pyloader
|
||||
DLLNAME=pyloader
|
||||
DLL=.\$(OBJDIR)\$(DLLNAME).dll
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\pyloader.obj \
|
||||
@@ -56,6 +55,3 @@ include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
#clobber::
|
||||
# echo write me
|
||||
|
||||
install:: $(DLL)
|
||||
$(MAKE_INSTALL) $(DLL) $(DIST)\bin\components\.
|
||||
|
||||
@@ -25,13 +25,12 @@ DIRS = \
|
||||
DEPTH=..\..\..\..
|
||||
include <$(DEPTH)/config/config.mak>
|
||||
|
||||
LIBRARY_NAME=_xpcom
|
||||
DLLNAME=_xpcom
|
||||
!ifdef MOZ_DEBUG
|
||||
DLL=.\$(OBJDIR)\$(DLLNAME)_d.pyd
|
||||
!else
|
||||
DLL=.\$(OBJDIR)\$(DLLNAME).pyd
|
||||
!endif
|
||||
!endif
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\ErrorUtils.obj \
|
||||
|
||||
Reference in New Issue
Block a user