Kaydet (Commit) 0e07da84 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use BOOST_MEM_FN_ENABLE_CDECL only for x86

Change-Id: I3f752678f72260d5e481a71164a30cfc96807034
üst 433672d1
......@@ -55,10 +55,15 @@ gb_COMPILERDEFS := \
-D_CRT_SECURE_NO_DEPRECATE \
-D_MT \
-D_DLL \
-DBOOST_MEM_FN_ENABLE_CDECL \
-DCPPU_ENV=$(gb_CPPU_ENV) \
-DM1500 \
ifeq ($(CPUNAME),INTEL)
gb_COMPILERDEFS += \
-DBOOST_MEM_FN_ENABLE_CDECL \
endif
gb_RCDEFS := \
-DWINVER=0x0400 \
-DWIN32 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment