optionally include GlowCode. bug 299200 a:don.

This commit is contained in:
danm 1998-07-13 00:22:53 +00:00
parent 3bdb34ea13
commit adae25132e
6 changed files with 21 additions and 1 deletions

View File

@ -25,6 +25,9 @@ MAKE_OBJ_TYPE = DLL
OBJS = $(OBJS)
LLIBS = $(DIST)\lib\nsdlg$(MOZ_BITS).lib
!if "$(MOZ_BITS)"=="32" && defined(MOZ_DEBUG) && defined(GLOWCODE)
LLIBS=$(LLIBS) $(GLOWDIR)\glowcode.lib
!endif
MODULE = mnrcdll
DEPTH = ..\..\..\..

View File

@ -43,7 +43,11 @@ LLIBS32 = $(LLIBS32) uuid2.lib
!endif
!if "$(MOZ_BITS)" == "32"
!if defined(MOZ_DEBUG) && defined(GLOWCODE)
LLIBS = $(LLIBS) $(LLIBS32) $(GLOWDIR)\glowcode.lib
!else
LLIBS = $(LLIBS) $(LLIBS32)
!endif
!else
LLIBS = $(LLIBS) $(LLIBS16)
!endif

View File

@ -59,6 +59,10 @@ LLIBS= $(LIBNSPR) \
$(DIST)\lib\js$(MOZ_BITS)$(VERSION_NUMBER).lib \
$(DIST)\lib\jrt$(MOZ_BITS)$(VERSION_NUMBER).lib
!if "$(MOZ_BITS)"=="32" && defined(MOZ_DEBUG) && defined(GLOWCODE)
LLIBS=$(LLIBS) $(GLOWDIR)\glowcode.lib
!endif
#//------------------------------------------------------------------------
#//

View File

@ -41,6 +41,9 @@ LINCS= \
-I$(XPDIST)\public\softupdt \
-I$(XPDIST)\public\zlib
!endif
!if "$(MOZ_BITS)"=="32" && defined(MOZ_DEBUG) && defined(GLOWCODE)
LLIBS=$(LLIBS) $(GLOWDIR)\glowcode.lib
!endif
include <$(DEPTH)\config\rules.mak>
@ -68,4 +71,4 @@ symbols:
crc32.c: $(DEPTH)/modules/zlib/src/crc32.c
@$(RM) $@
copy $(DEPTH)\modules\zlib\src\crc32.c $@
copy $(DEPTH)\modules\zlib\src\crc32.c $@

View File

@ -39,6 +39,9 @@ C_OBJS=.\$(OBJDIR)\nspatch.obj
!if "$(MOZ_BITS)" != "16"
LINCS=-I$(XPDIST)\public\softupdt
!endif
!if "$(MOZ_BITS)"=="32" && defined(MOZ_DEBUG) && defined(GLOWCODE)
LLIBS=$(LLIBS) $(GLOWDIR)\glowcode.lib
!endif
include <$(DEPTH)\config\rules.mak>

View File

@ -35,6 +35,9 @@ C_OBJS=.\$(OBJDIR)\nsunbind.obj
!if "$(MOZ_BITS)" != "16"
LINCS=-I$(XPDIST)\public\softupdt
!endif
!if "$(MOZ_BITS)"=="32" && defined(MOZ_DEBUG) && defined(GLOWCODE)
LLIBS=$(LLIBS) $(GLOWDIR)\glowcode.lib
!endif
include <$(DEPTH)\config\rules.mak>