set_wntx64.mk (33605542) | set_wntx64.mk (e5a7b9b2) |
---|---|
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 --- 23 unchanged lines hidden (view full) --- 32.IF "$(BUILD_X64)"!="" 33# ----------------- settings for x64 -------------------- 34CC_X64*:=$(WRAPCMD) $(CXX_X64_BINARY) 35CXX_X64*:=$(WRAPCMD) $(CXX_X64_BINARY) 36LINK_X64*:=$(WRAPCMD) $(LINK_X64_BINARY) $(NOLOGO) -MACHINE:X64 37LIBMGR_X64=$(WRAPCMD) $(LIBMGR_X64_BINARY) $(NOLOGO) 38IMPLIB_X64=$(WRAPCMD) $(LIBMGR_X64_BINARY) 39 | 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 --- 23 unchanged lines hidden (view full) --- 32.IF "$(BUILD_X64)"!="" 33# ----------------- settings for x64 -------------------- 34CC_X64*:=$(WRAPCMD) $(CXX_X64_BINARY) 35CXX_X64*:=$(WRAPCMD) $(CXX_X64_BINARY) 36LINK_X64*:=$(WRAPCMD) $(LINK_X64_BINARY) $(NOLOGO) -MACHINE:X64 37LIBMGR_X64=$(WRAPCMD) $(LIBMGR_X64_BINARY) $(NOLOGO) 38IMPLIB_X64=$(WRAPCMD) $(LIBMGR_X64_BINARY) 39 |
40USE_CFLAGS_X64=-c -nologo -Gs $(NOLOGO) -Zm500 -Zc:forScope,wchar_t- -GR | 40USE_CFLAGS_X64=-c -nologo -Gs $(NOLOGO) -Zm500 -Zc:wchar_t- -GR |
41 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 --- 162 unchanged lines hidden --- | 41 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 --- 162 unchanged lines hidden --- |