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:
waterson%netscape.com
2001-06-20 20:21:49 +00:00
parent 1aa28c50ac
commit 18986ada3f
394 changed files with 17124 additions and 3271 deletions

View File

@@ -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\.

View File

@@ -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 \