set_wntx64.mk (e5a7b9b2) set_wntx64.mk (3d054da9)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 33 unchanged lines hidden (view full) ---

42# Stack buffer overrun detection.
43CFLAGS+=-GS
44
45USE_CDEFS_X64+= -DWIN32 -D_AMD64_=1 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NON_CONFORMING_SWPRINTFS
46.IF "$(debug)"!=""
47USE_CFLAGS_X64+=-Zi -Fd$(MISC_X64)/$(@:b).pdb
48USE_CDEFS_X64+=-DDEBUG
49.ENDIF # "$(debug)"!=""
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 33 unchanged lines hidden (view full) ---

42# Stack buffer overrun detection.
43CFLAGS+=-GS
44
45USE_CDEFS_X64+= -DWIN32 -D_AMD64_=1 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NON_CONFORMING_SWPRINTFS
46.IF "$(debug)"!=""
47USE_CFLAGS_X64+=-Zi -Fd$(MISC_X64)/$(@:b).pdb
48USE_CDEFS_X64+=-DDEBUG
49.ENDIF # "$(debug)"!=""
50# Required for correct Windows function call ABI for expat static library
51.IF "$(SYSTEM_EXPAT)"=="NO"
52USE_CDEFS_X64+=-DXML_STATIC
53.ENDIF
50USE_CFLAGS_X64+=$(CFLAGS_X64)
51USE_CDEFS_X64+=$(CDEFS_X64)
52INCLUDE_X64=$(subst,/stl$(SPACECHAR),dont_use_stl$(SPACECHAR) $(INCLUDE))
53
54.IF "$(product)" != ""
55USE_CFLAGS_X64+=-Gy
56.ENDIF # "$(product)" != ""
57

--- 153 unchanged lines hidden ---
54USE_CFLAGS_X64+=$(CFLAGS_X64)
55USE_CDEFS_X64+=$(CDEFS_X64)
56INCLUDE_X64=$(subst,/stl$(SPACECHAR),dont_use_stl$(SPACECHAR) $(INCLUDE))
57
58.IF "$(product)" != ""
59USE_CFLAGS_X64+=-Gy
60.ENDIF # "$(product)" != ""
61

--- 153 unchanged lines hidden ---