Changeset 2564
- Timestamp:
- Jan 1, 2009, 8:06:04 PM (16 years ago)
- Location:
- code/branches/presentation/visual_studio/vc8
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/visual_studio/vc8/core.vcproj
r2538 r2564 101 101 <Tool 102 102 Name="VCCLCompilerTool" 103 AdditionalOptions="/MP2" 103 104 /> 104 105 <Tool -
code/branches/presentation/visual_studio/vc8/core.vsprops
r2500 r2564 8 8 <Tool 9 9 Name="VCCLCompilerTool" 10 AdditionalOptions="/MP2"11 10 PreprocessorDefinitions="CORE_SHARED_BUILD;LUA_BUILD_AS_DLL" 12 11 /> -
code/branches/presentation/visual_studio/vc8/debug.vsprops
r2500 r2564 13 13 BasicRuntimeChecks="3" 14 14 RuntimeLibrary="3" 15 DebugInformationFormat=" 3"15 DebugInformationFormat="4" 16 16 /> 17 17 <Tool -
code/branches/presentation/visual_studio/vc8/network.vcproj
r2435 r2564 101 101 <Tool 102 102 Name="VCCLCompilerTool" 103 AdditionalOptions="/MP2" 103 104 /> 104 105 <Tool -
code/branches/presentation/visual_studio/vc8/network.vsprops
r2500 r2564 8 8 <Tool 9 9 Name="VCCLCompilerTool" 10 AdditionalOptions="/MP2"11 10 PreprocessorDefinitions="NETWORK_SHARED_BUILD" 12 11 /> -
code/branches/presentation/visual_studio/vc8/ois.vsprops
r2087 r2564 8 8 <Tool 9 9 Name="VCCLCompilerTool" 10 AdditionalOptions="/MP2"11 10 AdditionalIncludeDirectories="$(RootDir)src\ois" 12 11 PreprocessorDefinitions="OIS_NONCLIENT_BUILD;OIS_DYNAMIC_LIB" -
code/branches/presentation/visual_studio/vc8/orxonox.vcproj
r2562 r2564 102 102 <Tool 103 103 Name="VCCLCompilerTool" 104 AdditionalOptions="/MP2" 104 105 /> 105 106 <Tool -
code/branches/presentation/visual_studio/vc8/orxonox.vsprops
r2500 r2564 8 8 <Tool 9 9 Name="VCCLCompilerTool" 10 AdditionalOptions="/ MP2 /Zm200"10 AdditionalOptions="/Zm200" 11 11 AdditionalIncludeDirectories="$(RootDir)src\orxonox" 12 12 PreprocessorDefinitions="ORXONOX_NO_EXPORTS;ORXONOX_ENABLE_PCH;LUA_BUILD_AS_DLL" -
code/branches/presentation/visual_studio/vc8/util.vsprops
r2500 r2564 8 8 <Tool 9 9 Name="VCCLCompilerTool" 10 AdditionalOptions="/MP2"11 10 PreprocessorDefinitions="UTIL_SHARED_BUILD" 12 11 />
Note: See TracChangeset
for help on using the changeset viewer.