249. } 250. if (wizard.FindSymbol('CC_USE_LUA')) { 251. strAddIncludeDir += ';$(Cocos2dx)scripting\\lua\\cocos2dx_support'; 252. strAddIncludeDir += ';$(Cocos2dx)scripting\\lua\\tolua'; 253. strAddIncludeDir += ';$(Cocos2dx)scripting\\lua\\lua'; 254. } 255. CLTool.AdditionalIncludeDirectories = strAddIncludeDir; 256. 257. CLTool.UsePrecompiledHeader = pchNone; // pchUseUsingSpecific; 258. CLTool.WarningLevel = warningLevel_3; 259. if (bDebug) { 260. CLTool.RuntimeLibrary = rtMultiThreadedDebugDLL; 261. CLTool.MinimalRebuild = true; 262. CLTool.DebugInformationFormat = debugEditAndContinue; 263. CLTool.BasicRuntimeChecks = runtimeBasicCheckAll; 264. CLTool.Optimization = optimizeDisabled; 265. } 266. else { 267. CLTool.RuntimeLibrary = rtMultiThreadedDLL; 268. CLTool.ExceptionHandling = false; 269. CLTool.DebugInformationFormat = debugDisabled; 270. } 271. 272. var strDefines = GetPlatformDefine(config); 273. strDefines += "_WINDOWS;STRICT;_CRT_SECU上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >>
|