mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 08:20:16 +00:00
ntmakefile-20040414
Fix the makefile to build with vc.net 2003 in a release configuration. /GZ and /Ox are mutually exclusive
This commit is contained in:
parent
fad225bab6
commit
fa189b670d
@ -79,7 +79,7 @@ LIB = $(AFSDEV_LIB)
|
|||||||
#define used in WinNT/2000 installation and program version display
|
#define used in WinNT/2000 installation and program version display
|
||||||
AFSPRODUCT_VER_MAJOR=1
|
AFSPRODUCT_VER_MAJOR=1
|
||||||
AFSPRODUCT_VER_MINOR=3
|
AFSPRODUCT_VER_MINOR=3
|
||||||
AFSPRODUCT_VER_PATCH=6300
|
AFSPRODUCT_VER_PATCH=6390
|
||||||
AFSPRODUCT_VER_BUILD=0
|
AFSPRODUCT_VER_BUILD=0
|
||||||
AFSPRODUCT_VERSION=$(AFSPRODUCT_VER_MAJOR).$(AFSPRODUCT_VER_MINOR).$(AFSPRODUCT_VER_PATCH)
|
AFSPRODUCT_VERSION=$(AFSPRODUCT_VER_MAJOR).$(AFSPRODUCT_VER_MINOR).$(AFSPRODUCT_VER_PATCH)
|
||||||
AFSPRODUCT_FILE_VERSION=$(AFSPRODUCT_VER_MAJOR),$(AFSPRODUCT_VER_MINOR),$(AFSPRODUCT_VER_PATCH),$(AFSPRODUCT_VER_BUILD)
|
AFSPRODUCT_FILE_VERSION=$(AFSPRODUCT_VER_MAJOR),$(AFSPRODUCT_VER_MINOR),$(AFSPRODUCT_VER_PATCH),$(AFSPRODUCT_VER_BUILD)
|
||||||
@ -237,7 +237,7 @@ afscflags =\
|
|||||||
/Os
|
/Os
|
||||||
|
|
||||||
!IF ("$(AFSVER_CL)"!="1200")
|
!IF ("$(AFSVER_CL)"!="1200")
|
||||||
afscdefs = $(afscdefs) /G7 /GT /GS /GZ /RTCs /RTCu
|
afscdefs = $(afscdefs) /G7 /GT /GS /RTCs /RTCu
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
!IF ("$(AFSDEV_BUILDTYPE)" == "FREE")
|
!IF ("$(AFSDEV_BUILDTYPE)" == "FREE")
|
||||||
@ -251,7 +251,7 @@ NODEBUG=1
|
|||||||
cdebug = $(cdebug:-Z7=-Zi) # avoid annoying override warning (D4025)
|
cdebug = $(cdebug:-Z7=-Zi) # avoid annoying override warning (D4025)
|
||||||
|
|
||||||
!IF ("$(AFSVER_CL)"=="1200")
|
!IF ("$(AFSVER_CL)"=="1200")
|
||||||
afscdefs = $(afscdefs) -DDEBUG
|
afscdefs = $(afscdefs) -DDEBUG /GZ
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
!IFDEF _CRTDBG_MAP_ALLOC
|
!IFDEF _CRTDBG_MAP_ALLOC
|
||||||
|
Loading…
Reference in New Issue
Block a user