From e0876b9eae0fe847a4fca11937270ea5098c6243 Mon Sep 17 00:00:00 2001 From: Chris Brunner Date: Tue, 1 Jun 2010 16:14:34 +0000 Subject: [PATCH] forgot a few more flags --- dtool/Config.Win64.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/Config.Win64.pp b/dtool/Config.Win64.pp index 3e7ff4a095..6ebfcf0145 100755 --- a/dtool/Config.Win64.pp +++ b/dtool/Config.Win64.pp @@ -20,7 +20,7 @@ // ******************************************************************* // What additional flags should we pass to interrogate? -#define SYSTEM_IGATE_FLAGS -longlong __int64 -D_X64_ -DWIN32_VC -D"_declspec(param)=" -D"__declspec(param)=" -D_near -D_far -D__near -D__far -D_WIN64 -D__stdcall -Dvolatile -Dmutable -DWIN64 +#define SYSTEM_IGATE_FLAGS -longlong __int64 -D_X64_ -DWIN64_VC -D"_declspec(param)=" -D"__declspec(param)=" -D_near -D_far -D__near -D__far -D_WIN64 -D__stdcall -Dvolatile -Dmutable -DWIN64 // Additional flags to pass to the Tau instrumentor. #define TAU_INSTRUMENTOR_FLAGS -DTAU_USE_C_API -DPROFILING_ON -DWIN64_VC -D_WIN64 -D__cdecl= -D__stdcall= -D__fastcall= -D__i386 -D_MSC_VER=1310 -D_W64= -D_INTEGRAL_MAX_BITS=64 --exceptions --late_tiebreaker --no_class_name_injection --no_warnings --restrict --microsoft --new_for_init