зеркало из https://github.com/mozilla/pjs.git
removed standalone references since we now have a fancy new target one
dir above us.
This commit is contained in:
Родитель
6d8f327aed
Коммит
a220f1edc3
|
@ -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
|
||||
#//
|
||||
|
|
Загрузка…
Ссылка в новой задаче