removed standalone references since we now have a fancy new target one

dir above us.
This commit is contained in:
dougt%netscape.com 1998-12-09 01:09:21 +00:00
Родитель 6d8f327aed
Коммит a220f1edc3
1 изменённых файлов: 0 добавлений и 13 удалений

Просмотреть файл

@ -59,11 +59,7 @@ OBJS= \
#//
#//------------------------------------------------------------------------
!ifndef "$(MOZ_STANDALONE_REGISTRY)"
LIBNAME=libreg$(MOZ_BITS)
!else
LIBNAME=reglib$(MOZ_BITS)
!endif
DLL=$(OBJDIR)\$(LIBNAME).dll
LIBRARY= .\$(OBJDIR)\$(LIBNAME).lib
@ -76,21 +72,12 @@ LIBRARY= .\$(OBJDIR)\$(LIBNAME).lib
#//------------------------------------------------------------------------
LCFLAGS = $(LCFLAGS)
!ifdef "$(MOZ_STANDALONE_REGISTRY)"
LCFLAGS = -DSTANDALONE_REGISTRY
!endif
!ifndef "$(MOZ_STANDALONE_REGISTRY)"
LLIBS = $(LLIBS) $(LIBNSPR)
!if "$(MOZ_BITS)"=="32" && defined(MOZ_DEBUG) && defined(GLOWCODE)
LLIBS=$(LLIBS) $(GLOWDIR)\glowcode.lib
!endif
!endif
#//
#// Win16 places ALL public header files in $(PUBLIC)/win16
#//