turn single signon and cookie management back on

This commit is contained in:
morse 1998-05-29 19:18:01 +00:00
Родитель 0dc7c509ef
Коммит e3590350aa
2 изменённых файлов: 12 добавлений и 1 удалений

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

@ -171,7 +171,12 @@ _MSC_VER=1020
# This is so 16 bits can compile only portions desired
# as debug (and still link).
#
!if "$(MOZ_BITS)"=="32"
#CFLAGS_RELEASE=/DNDEBUG \
CFLAGS_RELEASE=/DNDEBUG /DCookieManagement /DSingleSignon \
!else
CFLAGS_RELEASE=/DNDEBUG \
!endif
!IF "$(MOZ_BITS)"=="32"
/MD /O1
!ELSE
@ -203,7 +208,12 @@ MOZ_STACK=33679
!if defined(MOZ_DEBUG)
VERSTR=Dbg
!if "$(MOZ_BITS)"=="32"
#CFLAGS_DEBUG=$(MOZ_DEBUG_FLAG) /Bd /DDEBUG /D_DEBUG $(MOZ_USERDEBUG)\
CFLAGS_DEBUG=$(MOZ_DEBUG_FLAG) /Bd /DDEBUG /D_DEBUG $(MOZ_USERDEBUG) /DCookieManagement /DSingleSignon\
!else
CFLAGS_DEBUG=$(MOZ_DEBUG_FLAG) /Bd /DDEBUG /D_DEBUG $(MOZ_USERDEBUG)\
!endif
!IF "$(MOZ_BITS)"=="32"
/Gm /Gi \
!IF 0 #defined(MOZ_BATCH)

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

@ -77,6 +77,8 @@ OS_LFLAGS=
!endif
!endif
OPTIMIZER=$(OPTIMIZER) -DCookieManagement -DSingleSignon
#//------------------------------------------------------------------------
#//
#// Select the correct RTL to link...
@ -135,4 +137,3 @@ EXE_LIBS=
DLL_CFLAGS=
DLL_LFLAGS=/SUBSYSTEM:WINDOWS
DLL_LIBS=