Changeset 789 for code/branches/FICN
- Timestamp:
- Feb 5, 2008, 9:52:37 PM (17 years ago)
- Location:
- code/branches/FICN
- Files:
-
- 9 added
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/GraphicsEngine.cc
r786 r789 32 32 #include "OrxonoxStableHeaders.h" 33 33 34 #include "GraphicsEngine.h"35 36 34 #include <OgreRoot.h> 37 35 #include <OgreConfigFile.h> 38 36 #include <OgreTextureManager.h> 37 39 38 #include "core/Debug.h" 39 #include "GraphicsEngine.h" 40 40 41 41 -
code/branches/FICN/visual_studio/base_properties.vsprops
r788 r789 4 4 Version="8.00" 5 5 Name="base_properties" 6 OutputDirectory="$(RootDir)bin\" 7 IntermediateDirectory="$(SolutionDir)obj\$(SolutionName)\$(ProjectName)\$(ConfigurationName)\" 6 InheritedPropertySheets=".\directory_properties.vsprops" 8 7 > 9 8 <Tool 10 9 Name="VCCLCompilerTool" 11 AdditionalIncludeDirectories=""$(RootDir)src";"$(RootDir)src\orxonox";"$( RootDir)dependencies\include""10 AdditionalIncludeDirectories=""$(RootDir)src";"$(RootDir)src\orxonox";"$(DependencyDir)include"" 12 11 PreprocessorDefinitions="WIN32;__WIN32__;_WIN32;BOOST_ALL_DYN_LINK" 13 12 WarningLevel="3" 14 DebugInformationFormat="3"15 13 DisableSpecificWarnings="4267; 4244; 4251" 16 14 /> 17 15 <Tool 18 16 Name="VCLibrarianTool" 19 OutputFile="$(Lib Dir)$(ProjectName).lib"17 OutputFile="$(LibOutDir)$(ProjectName)$(CS).lib" 20 18 AdditionalLibraryDirectories="$(RootDir)dependencies\lib" 21 19 IgnoreAllDefaultLibraries="true" … … 23 21 <Tool 24 22 Name="VCLinkerTool" 25 OutputFile="$(OutDir)$(ProjectName) .dll"26 AdditionalLibraryDirectories="$( RootDir)dependencies\lib"23 OutputFile="$(OutDir)$(ProjectName)$(CS).dll" 24 AdditionalLibraryDirectories="$(DependencyDir)lib" 27 25 SubSystem="2" 28 RandomizedBaseAddress="1" 29 DataExecutionPrevention="0" 30 ImportLibrary="$(RootDir)lib\$(TargetName).lib" 26 ImportLibrary="$(LibOutDir)$(TargetName).lib" 31 27 TargetMachine="1" 32 28 /> 33 29 <UserMacro 34 Name=" RootDir"35 Value="$( SolutionDir)..\"30 Name="LibOutDir" 31 Value="$(RootDir)lib\" 36 32 /> 37 33 <UserMacro 38 Name="LibDir" 39 Value="$(RootDir)lib\" 34 Name="DependencyDir" 35 Value="$(RootDir)dependencies\" 36 /> 37 <UserMacro 38 Name="CS" 39 Value="" 40 /> 41 <UserMacro 42 Name="CSS" 43 Value="$(CS)" 40 44 /> 41 45 </VisualStudioPropertySheet> -
code/branches/FICN/visual_studio/base_properties_debug.vsprops
r788 r789 16 16 /> 17 17 <Tool 18 Name="VCLibrarianTool"19 OutputFile="$(LibDir)$(ProjectName)_d.lib"20 />21 <Tool22 18 Name="VCLinkerTool" 23 OutputFile="$(OutDir)$(ProjectName)_d.dll"24 19 LinkIncremental="2" 25 20 GenerateDebugInformation="true" 26 21 /> 22 <UserMacro 23 Name="CS" 24 Value="_d" 25 /> 26 <UserMacro 27 Name="CSS" 28 Value="$(CS)" 29 /> 27 30 </VisualStudioPropertySheet> -
code/branches/FICN/visual_studio/base_properties_release.vsprops
r788 r789 17 17 Name="VCLinkerTool" 18 18 LinkIncremental="1" 19 GenerateDebugInformation=" false"19 GenerateDebugInformation="true" 20 20 OptimizeReferences="2" 21 21 EnableCOMDATFolding="2" 22 22 /> 23 <UserMacro 24 Name="CS" 25 Value="" 26 /> 27 <UserMacro 28 Name="CSS" 29 Value="$(CS)" 30 /> 23 31 </VisualStudioPropertySheet> -
code/branches/FICN/visual_studio/orxonox_vc8.sln
r788 r789 66 66 GlobalSection(SolutionConfigurationPlatforms) = preSolution 67 67 Debug|Win32 = Debug|Win32 68 Release_SSE|Win32 = Release_SSE|Win32 69 Release_SSE2|Win32 = Release_SSE2|Win32 68 70 Release|Win32 = Release|Win32 69 71 EndGlobalSection … … 71 73 {4733BD1A-E04C-458D-8BFB-5010250EA497}.Debug|Win32.ActiveCfg = Debug|Win32 72 74 {4733BD1A-E04C-458D-8BFB-5010250EA497}.Debug|Win32.Build.0 = Debug|Win32 75 {4733BD1A-E04C-458D-8BFB-5010250EA497}.Release_SSE|Win32.ActiveCfg = Release_SSE|Win32 76 {4733BD1A-E04C-458D-8BFB-5010250EA497}.Release_SSE|Win32.Build.0 = Release_SSE|Win32 77 {4733BD1A-E04C-458D-8BFB-5010250EA497}.Release_SSE2|Win32.ActiveCfg = Release_SSE2|Win32 78 {4733BD1A-E04C-458D-8BFB-5010250EA497}.Release_SSE2|Win32.Build.0 = Release_SSE2|Win32 73 79 {4733BD1A-E04C-458D-8BFB-5010250EA497}.Release|Win32.ActiveCfg = Release|Win32 74 80 {4733BD1A-E04C-458D-8BFB-5010250EA497}.Release|Win32.Build.0 = Release|Win32 75 81 {271715F3-5B90-4110-A552-70C788084A86}.Debug|Win32.ActiveCfg = Debug|Win32 76 82 {271715F3-5B90-4110-A552-70C788084A86}.Debug|Win32.Build.0 = Debug|Win32 83 {271715F3-5B90-4110-A552-70C788084A86}.Release_SSE|Win32.ActiveCfg = Release_SSE|Win32 84 {271715F3-5B90-4110-A552-70C788084A86}.Release_SSE|Win32.Build.0 = Release_SSE|Win32 85 {271715F3-5B90-4110-A552-70C788084A86}.Release_SSE2|Win32.ActiveCfg = Release_SSE2|Win32 86 {271715F3-5B90-4110-A552-70C788084A86}.Release_SSE2|Win32.Build.0 = Release_SSE2|Win32 77 87 {271715F3-5B90-4110-A552-70C788084A86}.Release|Win32.ActiveCfg = Release|Win32 78 88 {271715F3-5B90-4110-A552-70C788084A86}.Release|Win32.Build.0 = Release|Win32 79 89 {E283910F-F911-40FB-A09D-D025CA821912}.Debug|Win32.ActiveCfg = Debug|Win32 90 {E283910F-F911-40FB-A09D-D025CA821912}.Release_SSE|Win32.ActiveCfg = Release_SSE|Win32 91 {E283910F-F911-40FB-A09D-D025CA821912}.Release_SSE2|Win32.ActiveCfg = Release_SSE2|Win32 80 92 {E283910F-F911-40FB-A09D-D025CA821912}.Release|Win32.ActiveCfg = Release|Win32 81 93 {35575B59-E1AE-40E8-89C4-2862B5B09B68}.Debug|Win32.ActiveCfg = Debug|Win32 82 94 {35575B59-E1AE-40E8-89C4-2862B5B09B68}.Debug|Win32.Build.0 = Debug|Win32 95 {35575B59-E1AE-40E8-89C4-2862B5B09B68}.Release_SSE|Win32.ActiveCfg = Release_SSE|Win32 96 {35575B59-E1AE-40E8-89C4-2862B5B09B68}.Release_SSE|Win32.Build.0 = Release_SSE|Win32 97 {35575B59-E1AE-40E8-89C4-2862B5B09B68}.Release_SSE2|Win32.ActiveCfg = Release_SSE2|Win32 98 {35575B59-E1AE-40E8-89C4-2862B5B09B68}.Release_SSE2|Win32.Build.0 = Release_SSE2|Win32 83 99 {35575B59-E1AE-40E8-89C4-2862B5B09B68}.Release|Win32.ActiveCfg = Release|Win32 84 100 {35575B59-E1AE-40E8-89C4-2862B5B09B68}.Release|Win32.Build.0 = Release|Win32 85 101 {0B6C5CFD-F91B-432A-80A3-2610F61E060B}.Debug|Win32.ActiveCfg = Debug|Win32 86 102 {0B6C5CFD-F91B-432A-80A3-2610F61E060B}.Debug|Win32.Build.0 = Debug|Win32 103 {0B6C5CFD-F91B-432A-80A3-2610F61E060B}.Release_SSE|Win32.ActiveCfg = Release_SSE|Win32 104 {0B6C5CFD-F91B-432A-80A3-2610F61E060B}.Release_SSE|Win32.Build.0 = Release_SSE|Win32 105 {0B6C5CFD-F91B-432A-80A3-2610F61E060B}.Release_SSE2|Win32.ActiveCfg = Release_SSE2|Win32 106 {0B6C5CFD-F91B-432A-80A3-2610F61E060B}.Release_SSE2|Win32.Build.0 = Release_SSE2|Win32 87 107 {0B6C5CFD-F91B-432A-80A3-2610F61E060B}.Release|Win32.ActiveCfg = Release|Win32 88 108 {0B6C5CFD-F91B-432A-80A3-2610F61E060B}.Release|Win32.Build.0 = Release|Win32 89 109 {97B226C5-8FD9-4A1E-B50B-5CBF79CF46F5}.Debug|Win32.ActiveCfg = Debug|Win32 110 {97B226C5-8FD9-4A1E-B50B-5CBF79CF46F5}.Release_SSE|Win32.ActiveCfg = Release_SSE|Win32 111 {97B226C5-8FD9-4A1E-B50B-5CBF79CF46F5}.Release_SSE2|Win32.ActiveCfg = Release_SSE2|Win32 90 112 {97B226C5-8FD9-4A1E-B50B-5CBF79CF46F5}.Release|Win32.ActiveCfg = Release|Win32 91 113 {2240ECD7-2F48-4431-8E1B-25466A384CCC}.Debug|Win32.ActiveCfg = Debug|Win32 92 114 {2240ECD7-2F48-4431-8E1B-25466A384CCC}.Debug|Win32.Build.0 = Debug|Win32 115 {2240ECD7-2F48-4431-8E1B-25466A384CCC}.Release_SSE|Win32.ActiveCfg = Release_SSE|Win32 116 {2240ECD7-2F48-4431-8E1B-25466A384CCC}.Release_SSE|Win32.Build.0 = Release_SSE|Win32 117 {2240ECD7-2F48-4431-8E1B-25466A384CCC}.Release_SSE2|Win32.ActiveCfg = Release_SSE2|Win32 118 {2240ECD7-2F48-4431-8E1B-25466A384CCC}.Release_SSE2|Win32.Build.0 = Release_SSE2|Win32 93 119 {2240ECD7-2F48-4431-8E1B-25466A384CCC}.Release|Win32.ActiveCfg = Release|Win32 94 120 {2240ECD7-2F48-4431-8E1B-25466A384CCC}.Release|Win32.Build.0 = Release|Win32 -
code/branches/FICN/visual_studio/orxonox_vc9.sln
r788 r789 34 34 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "util", "vc9\util.vcproj", "{2240ECD7-2F48-4431-8E1B-25466A384CCC}" 35 35 EndProject 36 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test proj", "vc9\test_proj.vcproj", "{97B226C5-8FD9-4A1E-B50B-5CBF79CF46F5}"36 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_proj", "vc9\test_proj.vcproj", "{97B226C5-8FD9-4A1E-B50B-5CBF79CF46F5}" 37 37 EndProject 38 38 Global -
code/branches/FICN/visual_studio/vc8/audio.vcproj
r788 r789 19 19 Name="Debug|Win32" 20 20 ConfigurationType="2" 21 InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops "21 InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops;..\audio_properties.vsprops" 22 22 CharacterSet="1" 23 23 > … … 39 39 <Tool 40 40 Name="VCCLCompilerTool" 41 AdditionalIncludeDirectories=""42 PreprocessorDefinitions="AUDIO_SHARED_BUILD"43 41 /> 44 42 <Tool … … 53 51 <Tool 54 52 Name="VCLinkerTool" 55 AdditionalDependencies="libvorbisfile_d.lib alut_d.lib OpenAL32.lib"56 53 /> 57 54 <Tool … … 83 80 Name="Release|Win32" 84 81 ConfigurationType="2" 85 InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops "82 InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\audio_properties.vsprops" 86 83 CharacterSet="1" 87 84 WholeProgramOptimization="1" … … 104 101 <Tool 105 102 Name="VCCLCompilerTool" 106 AdditionalIncludeDirectories=""107 PreprocessorDefinitions="AUDIO_SHARED_BUILD"108 103 /> 109 104 <Tool … … 118 113 <Tool 119 114 Name="VCLinkerTool" 120 AdditionalDependencies="libvorbisfile.lib alut.lib OpenAL32.lib" 115 /> 116 <Tool 117 Name="VCALinkTool" 118 /> 119 <Tool 120 Name="VCManifestTool" 121 /> 122 <Tool 123 Name="VCXDCMakeTool" 124 /> 125 <Tool 126 Name="VCBscMakeTool" 127 /> 128 <Tool 129 Name="VCFxCopTool" 130 /> 131 <Tool 132 Name="VCAppVerifierTool" 133 /> 134 <Tool 135 Name="VCWebDeploymentTool" 136 /> 137 <Tool 138 Name="VCPostBuildEventTool" 139 /> 140 </Configuration> 141 <Configuration 142 Name="Release_SSE|Win32" 143 ConfigurationType="2" 144 InheritedPropertySheets="..\base_properties_release_sse.vsprops;..\audio_properties.vsprops" 145 CharacterSet="1" 146 WholeProgramOptimization="1" 147 > 148 <Tool 149 Name="VCPreBuildEventTool" 150 /> 151 <Tool 152 Name="VCCustomBuildTool" 153 /> 154 <Tool 155 Name="VCXMLDataGeneratorTool" 156 /> 157 <Tool 158 Name="VCWebServiceProxyGeneratorTool" 159 /> 160 <Tool 161 Name="VCMIDLTool" 162 /> 163 <Tool 164 Name="VCCLCompilerTool" 165 /> 166 <Tool 167 Name="VCManagedResourceCompilerTool" 168 /> 169 <Tool 170 Name="VCResourceCompilerTool" 171 /> 172 <Tool 173 Name="VCPreLinkEventTool" 174 /> 175 <Tool 176 Name="VCLinkerTool" 177 /> 178 <Tool 179 Name="VCALinkTool" 180 /> 181 <Tool 182 Name="VCManifestTool" 183 /> 184 <Tool 185 Name="VCXDCMakeTool" 186 /> 187 <Tool 188 Name="VCBscMakeTool" 189 /> 190 <Tool 191 Name="VCFxCopTool" 192 /> 193 <Tool 194 Name="VCAppVerifierTool" 195 /> 196 <Tool 197 Name="VCWebDeploymentTool" 198 /> 199 <Tool 200 Name="VCPostBuildEventTool" 201 /> 202 </Configuration> 203 <Configuration 204 Name="Release_SSE2|Win32" 205 ConfigurationType="2" 206 InheritedPropertySheets="..\base_properties_release_sse2.vsprops;..\audio_properties.vsprops" 207 CharacterSet="1" 208 WholeProgramOptimization="1" 209 > 210 <Tool 211 Name="VCPreBuildEventTool" 212 /> 213 <Tool 214 Name="VCCustomBuildTool" 215 /> 216 <Tool 217 Name="VCXMLDataGeneratorTool" 218 /> 219 <Tool 220 Name="VCWebServiceProxyGeneratorTool" 221 /> 222 <Tool 223 Name="VCMIDLTool" 224 /> 225 <Tool 226 Name="VCCLCompilerTool" 227 /> 228 <Tool 229 Name="VCManagedResourceCompilerTool" 230 /> 231 <Tool 232 Name="VCResourceCompilerTool" 233 /> 234 <Tool 235 Name="VCPreLinkEventTool" 236 /> 237 <Tool 238 Name="VCLinkerTool" 121 239 /> 122 240 <Tool … … 173 291 /> 174 292 </FileConfiguration> 293 <FileConfiguration 294 Name="Release_SSE|Win32" 295 ExcludedFromBuild="true" 296 > 297 <Tool 298 Name="VCCLCompilerTool" 299 /> 300 </FileConfiguration> 301 <FileConfiguration 302 Name="Release_SSE2|Win32" 303 ExcludedFromBuild="true" 304 > 305 <Tool 306 Name="VCCLCompilerTool" 307 /> 308 </FileConfiguration> 175 309 </File> 176 310 <File -
code/branches/FICN/visual_studio/vc8/core.vcproj
r788 r789 19 19 Name="Debug|Win32" 20 20 ConfigurationType="2" 21 InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops "21 InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops;..\core_properties.vsprops" 22 22 CharacterSet="1" 23 23 > … … 39 39 <Tool 40 40 Name="VCCLCompilerTool" 41 AdditionalIncludeDirectories=""42 PreprocessorDefinitions="CORE_SHARED_BUILD"43 41 /> 44 42 <Tool … … 53 51 <Tool 54 52 Name="VCLinkerTool" 55 AdditionalDependencies="OgreMain_d.lib"56 53 /> 57 54 <Tool … … 83 80 Name="Release|Win32" 84 81 ConfigurationType="2" 85 InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops "82 InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\core_properties.vsprops" 86 83 CharacterSet="1" 87 84 WholeProgramOptimization="1" … … 104 101 <Tool 105 102 Name="VCCLCompilerTool" 106 AdditionalIncludeDirectories=""107 PreprocessorDefinitions="CORE_SHARED_BUILD"108 103 /> 109 104 <Tool … … 118 113 <Tool 119 114 Name="VCLinkerTool" 120 AdditionalDependencies="OgreMain.lib" 115 /> 116 <Tool 117 Name="VCALinkTool" 118 /> 119 <Tool 120 Name="VCManifestTool" 121 /> 122 <Tool 123 Name="VCXDCMakeTool" 124 /> 125 <Tool 126 Name="VCBscMakeTool" 127 /> 128 <Tool 129 Name="VCFxCopTool" 130 /> 131 <Tool 132 Name="VCAppVerifierTool" 133 /> 134 <Tool 135 Name="VCWebDeploymentTool" 136 /> 137 <Tool 138 Name="VCPostBuildEventTool" 139 /> 140 </Configuration> 141 <Configuration 142 Name="Release_SSE|Win32" 143 ConfigurationType="2" 144 InheritedPropertySheets="..\base_properties_release_sse.vsprops;..\core_properties.vsprops" 145 CharacterSet="1" 146 WholeProgramOptimization="1" 147 > 148 <Tool 149 Name="VCPreBuildEventTool" 150 /> 151 <Tool 152 Name="VCCustomBuildTool" 153 /> 154 <Tool 155 Name="VCXMLDataGeneratorTool" 156 /> 157 <Tool 158 Name="VCWebServiceProxyGeneratorTool" 159 /> 160 <Tool 161 Name="VCMIDLTool" 162 /> 163 <Tool 164 Name="VCCLCompilerTool" 165 /> 166 <Tool 167 Name="VCManagedResourceCompilerTool" 168 /> 169 <Tool 170 Name="VCResourceCompilerTool" 171 /> 172 <Tool 173 Name="VCPreLinkEventTool" 174 /> 175 <Tool 176 Name="VCLinkerTool" 177 /> 178 <Tool 179 Name="VCALinkTool" 180 /> 181 <Tool 182 Name="VCManifestTool" 183 /> 184 <Tool 185 Name="VCXDCMakeTool" 186 /> 187 <Tool 188 Name="VCBscMakeTool" 189 /> 190 <Tool 191 Name="VCFxCopTool" 192 /> 193 <Tool 194 Name="VCAppVerifierTool" 195 /> 196 <Tool 197 Name="VCWebDeploymentTool" 198 /> 199 <Tool 200 Name="VCPostBuildEventTool" 201 /> 202 </Configuration> 203 <Configuration 204 Name="Release_SSE2|Win32" 205 ConfigurationType="2" 206 InheritedPropertySheets="..\base_properties_release_sse2.vsprops;..\core_properties.vsprops" 207 CharacterSet="1" 208 WholeProgramOptimization="1" 209 > 210 <Tool 211 Name="VCPreBuildEventTool" 212 /> 213 <Tool 214 Name="VCCustomBuildTool" 215 /> 216 <Tool 217 Name="VCXMLDataGeneratorTool" 218 /> 219 <Tool 220 Name="VCWebServiceProxyGeneratorTool" 221 /> 222 <Tool 223 Name="VCMIDLTool" 224 /> 225 <Tool 226 Name="VCCLCompilerTool" 227 /> 228 <Tool 229 Name="VCManagedResourceCompilerTool" 230 /> 231 <Tool 232 Name="VCResourceCompilerTool" 233 /> 234 <Tool 235 Name="VCPreLinkEventTool" 236 /> 237 <Tool 238 Name="VCLinkerTool" 121 239 /> 122 240 <Tool -
code/branches/FICN/visual_studio/vc8/loader.vcproj
r788 r789 19 19 Name="Debug|Win32" 20 20 ConfigurationType="2" 21 InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops" 22 CharacterSet="1" 23 > 24 <Tool 25 Name="VCPreBuildEventTool" 26 /> 27 <Tool 28 Name="VCCustomBuildTool" 29 /> 30 <Tool 31 Name="VCXMLDataGeneratorTool" 32 /> 33 <Tool 34 Name="VCWebServiceProxyGeneratorTool" 35 /> 36 <Tool 37 Name="VCMIDLTool" 38 /> 39 <Tool 40 Name="VCCLCompilerTool" 41 AdditionalIncludeDirectories="" 42 PreprocessorDefinitions="LOADER_SHARED_BUILD" 43 /> 44 <Tool 45 Name="VCManagedResourceCompilerTool" 46 /> 47 <Tool 48 Name="VCResourceCompilerTool" 49 /> 50 <Tool 51 Name="VCPreLinkEventTool" 52 /> 53 <Tool 54 Name="VCLinkerTool" 55 AdditionalDependencies="OgreMain_d.lib" 56 AdditionalLibraryDirectories="$(OutDir)" 21 InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops;..\loader_properties.vsprops" 22 CharacterSet="1" 23 > 24 <Tool 25 Name="VCPreBuildEventTool" 26 /> 27 <Tool 28 Name="VCCustomBuildTool" 29 /> 30 <Tool 31 Name="VCXMLDataGeneratorTool" 32 /> 33 <Tool 34 Name="VCWebServiceProxyGeneratorTool" 35 /> 36 <Tool 37 Name="VCMIDLTool" 38 /> 39 <Tool 40 Name="VCCLCompilerTool" 41 /> 42 <Tool 43 Name="VCManagedResourceCompilerTool" 44 /> 45 <Tool 46 Name="VCResourceCompilerTool" 47 /> 48 <Tool 49 Name="VCPreLinkEventTool" 50 /> 51 <Tool 52 Name="VCLinkerTool" 57 53 /> 58 54 <Tool … … 84 80 Name="Release|Win32" 85 81 ConfigurationType="2" 86 InheritedPropertySheets=" $(SolutionDir)base_properties_release.vsprops"82 InheritedPropertySheets="..\base_properties_release.vsprops;..\loader_properties.vsprops" 87 83 CharacterSet="1" 88 84 WholeProgramOptimization="1" … … 105 101 <Tool 106 102 Name="VCCLCompilerTool" 107 AdditionalIncludeDirectories="" 108 PreprocessorDefinitions="LOADER_SHARED_BUILD" 109 /> 110 <Tool 111 Name="VCManagedResourceCompilerTool" 112 /> 113 <Tool 114 Name="VCResourceCompilerTool" 115 /> 116 <Tool 117 Name="VCPreLinkEventTool" 118 /> 119 <Tool 120 Name="VCLinkerTool" 121 AdditionalDependencies="OgreMain.lib" 122 AdditionalLibraryDirectories="$(OutDir)" 103 /> 104 <Tool 105 Name="VCManagedResourceCompilerTool" 106 /> 107 <Tool 108 Name="VCResourceCompilerTool" 109 /> 110 <Tool 111 Name="VCPreLinkEventTool" 112 /> 113 <Tool 114 Name="VCLinkerTool" 115 /> 116 <Tool 117 Name="VCALinkTool" 118 /> 119 <Tool 120 Name="VCManifestTool" 121 /> 122 <Tool 123 Name="VCXDCMakeTool" 124 /> 125 <Tool 126 Name="VCBscMakeTool" 127 /> 128 <Tool 129 Name="VCFxCopTool" 130 /> 131 <Tool 132 Name="VCAppVerifierTool" 133 /> 134 <Tool 135 Name="VCWebDeploymentTool" 136 /> 137 <Tool 138 Name="VCPostBuildEventTool" 139 /> 140 </Configuration> 141 <Configuration 142 Name="Release_SSE|Win32" 143 ConfigurationType="2" 144 InheritedPropertySheets="..\base_properties_release_sse.vsprops;..\loader_properties.vsprops" 145 CharacterSet="1" 146 WholeProgramOptimization="1" 147 > 148 <Tool 149 Name="VCPreBuildEventTool" 150 /> 151 <Tool 152 Name="VCCustomBuildTool" 153 /> 154 <Tool 155 Name="VCXMLDataGeneratorTool" 156 /> 157 <Tool 158 Name="VCWebServiceProxyGeneratorTool" 159 /> 160 <Tool 161 Name="VCMIDLTool" 162 /> 163 <Tool 164 Name="VCCLCompilerTool" 165 /> 166 <Tool 167 Name="VCManagedResourceCompilerTool" 168 /> 169 <Tool 170 Name="VCResourceCompilerTool" 171 /> 172 <Tool 173 Name="VCPreLinkEventTool" 174 /> 175 <Tool 176 Name="VCLinkerTool" 177 /> 178 <Tool 179 Name="VCALinkTool" 180 /> 181 <Tool 182 Name="VCManifestTool" 183 /> 184 <Tool 185 Name="VCXDCMakeTool" 186 /> 187 <Tool 188 Name="VCBscMakeTool" 189 /> 190 <Tool 191 Name="VCFxCopTool" 192 /> 193 <Tool 194 Name="VCAppVerifierTool" 195 /> 196 <Tool 197 Name="VCWebDeploymentTool" 198 /> 199 <Tool 200 Name="VCPostBuildEventTool" 201 /> 202 </Configuration> 203 <Configuration 204 Name="Release_SSE2|Win32" 205 ConfigurationType="2" 206 InheritedPropertySheets="..\base_properties_release_sse2.vsprops;..\loader_properties.vsprops" 207 CharacterSet="1" 208 WholeProgramOptimization="1" 209 > 210 <Tool 211 Name="VCPreBuildEventTool" 212 /> 213 <Tool 214 Name="VCCustomBuildTool" 215 /> 216 <Tool 217 Name="VCXMLDataGeneratorTool" 218 /> 219 <Tool 220 Name="VCWebServiceProxyGeneratorTool" 221 /> 222 <Tool 223 Name="VCMIDLTool" 224 /> 225 <Tool 226 Name="VCCLCompilerTool" 227 /> 228 <Tool 229 Name="VCManagedResourceCompilerTool" 230 /> 231 <Tool 232 Name="VCResourceCompilerTool" 233 /> 234 <Tool 235 Name="VCPreLinkEventTool" 236 /> 237 <Tool 238 Name="VCLinkerTool" 123 239 /> 124 240 <Tool -
code/branches/FICN/visual_studio/vc8/network.vcproj
r788 r789 19 19 Name="Debug|Win32" 20 20 ConfigurationType="2" 21 InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops "21 InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops;..\network_properties.vsprops" 22 22 CharacterSet="1" 23 23 > … … 39 39 <Tool 40 40 Name="VCCLCompilerTool" 41 AdditionalIncludeDirectories=""42 PreprocessorDefinitions="NETWORK_SHARED_BUILD; WIN32_LEAN_AND_MEAN"43 41 /> 44 42 <Tool … … 53 51 <Tool 54 52 Name="VCLinkerTool" 55 AdditionalDependencies="OgreMain_d.lib enet_d.lib zlibd.lib"56 53 /> 57 54 <Tool … … 83 80 Name="Release|Win32" 84 81 ConfigurationType="2" 85 InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops "82 InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\network_properties.vsprops" 86 83 CharacterSet="1" 87 84 WholeProgramOptimization="1" … … 104 101 <Tool 105 102 Name="VCCLCompilerTool" 106 AdditionalIncludeDirectories=""107 PreprocessorDefinitions="NETWORK_SHARED_BUILD; WIN32_LEAN_AND_MEAN"108 103 /> 109 104 <Tool … … 118 113 <Tool 119 114 Name="VCLinkerTool" 120 AdditionalDependencies="OgreMain.lib enet.lib zlib.lib" 115 /> 116 <Tool 117 Name="VCALinkTool" 118 /> 119 <Tool 120 Name="VCManifestTool" 121 /> 122 <Tool 123 Name="VCXDCMakeTool" 124 /> 125 <Tool 126 Name="VCBscMakeTool" 127 /> 128 <Tool 129 Name="VCFxCopTool" 130 /> 131 <Tool 132 Name="VCAppVerifierTool" 133 /> 134 <Tool 135 Name="VCWebDeploymentTool" 136 /> 137 <Tool 138 Name="VCPostBuildEventTool" 139 /> 140 </Configuration> 141 <Configuration 142 Name="Release_SSE|Win32" 143 ConfigurationType="2" 144 InheritedPropertySheets="..\base_properties_release_sse.vsprops;..\network_properties.vsprops" 145 CharacterSet="1" 146 WholeProgramOptimization="1" 147 > 148 <Tool 149 Name="VCPreBuildEventTool" 150 /> 151 <Tool 152 Name="VCCustomBuildTool" 153 /> 154 <Tool 155 Name="VCXMLDataGeneratorTool" 156 /> 157 <Tool 158 Name="VCWebServiceProxyGeneratorTool" 159 /> 160 <Tool 161 Name="VCMIDLTool" 162 /> 163 <Tool 164 Name="VCCLCompilerTool" 165 /> 166 <Tool 167 Name="VCManagedResourceCompilerTool" 168 /> 169 <Tool 170 Name="VCResourceCompilerTool" 171 /> 172 <Tool 173 Name="VCPreLinkEventTool" 174 /> 175 <Tool 176 Name="VCLinkerTool" 177 /> 178 <Tool 179 Name="VCALinkTool" 180 /> 181 <Tool 182 Name="VCManifestTool" 183 /> 184 <Tool 185 Name="VCXDCMakeTool" 186 /> 187 <Tool 188 Name="VCBscMakeTool" 189 /> 190 <Tool 191 Name="VCFxCopTool" 192 /> 193 <Tool 194 Name="VCAppVerifierTool" 195 /> 196 <Tool 197 Name="VCWebDeploymentTool" 198 /> 199 <Tool 200 Name="VCPostBuildEventTool" 201 /> 202 </Configuration> 203 <Configuration 204 Name="Release_SSE2|Win32" 205 ConfigurationType="2" 206 InheritedPropertySheets="..\base_properties_release_sse2.vsprops;..\network_properties.vsprops" 207 CharacterSet="1" 208 WholeProgramOptimization="1" 209 > 210 <Tool 211 Name="VCPreBuildEventTool" 212 /> 213 <Tool 214 Name="VCCustomBuildTool" 215 /> 216 <Tool 217 Name="VCXMLDataGeneratorTool" 218 /> 219 <Tool 220 Name="VCWebServiceProxyGeneratorTool" 221 /> 222 <Tool 223 Name="VCMIDLTool" 224 /> 225 <Tool 226 Name="VCCLCompilerTool" 227 /> 228 <Tool 229 Name="VCManagedResourceCompilerTool" 230 /> 231 <Tool 232 Name="VCResourceCompilerTool" 233 /> 234 <Tool 235 Name="VCPreLinkEventTool" 236 /> 237 <Tool 238 Name="VCLinkerTool" 121 239 /> 122 240 <Tool … … 189 307 /> 190 308 </FileConfiguration> 309 <FileConfiguration 310 Name="Release_SSE|Win32" 311 ExcludedFromBuild="true" 312 > 313 <Tool 314 Name="VCCLCompilerTool" 315 /> 316 </FileConfiguration> 317 <FileConfiguration 318 Name="Release_SSE2|Win32" 319 ExcludedFromBuild="true" 320 > 321 <Tool 322 Name="VCCLCompilerTool" 323 /> 324 </FileConfiguration> 191 325 </File> 192 326 <File … … 209 343 /> 210 344 </FileConfiguration> 345 <FileConfiguration 346 Name="Release_SSE|Win32" 347 ExcludedFromBuild="true" 348 > 349 <Tool 350 Name="VCCLCompilerTool" 351 /> 352 </FileConfiguration> 353 <FileConfiguration 354 Name="Release_SSE2|Win32" 355 ExcludedFromBuild="true" 356 > 357 <Tool 358 Name="VCCLCompilerTool" 359 /> 360 </FileConfiguration> 211 361 </File> 212 362 <File … … 229 379 /> 230 380 </FileConfiguration> 381 <FileConfiguration 382 Name="Release_SSE|Win32" 383 ExcludedFromBuild="true" 384 > 385 <Tool 386 Name="VCCLCompilerTool" 387 /> 388 </FileConfiguration> 389 <FileConfiguration 390 Name="Release_SSE2|Win32" 391 ExcludedFromBuild="true" 392 > 393 <Tool 394 Name="VCCLCompilerTool" 395 /> 396 </FileConfiguration> 231 397 </File> 232 398 <File … … 249 415 /> 250 416 </FileConfiguration> 417 <FileConfiguration 418 Name="Release_SSE|Win32" 419 ExcludedFromBuild="true" 420 > 421 <Tool 422 Name="VCCLCompilerTool" 423 /> 424 </FileConfiguration> 425 <FileConfiguration 426 Name="Release_SSE2|Win32" 427 ExcludedFromBuild="true" 428 > 429 <Tool 430 Name="VCCLCompilerTool" 431 /> 432 </FileConfiguration> 251 433 </File> 252 434 <File … … 269 451 /> 270 452 </FileConfiguration> 453 <FileConfiguration 454 Name="Release_SSE|Win32" 455 ExcludedFromBuild="true" 456 > 457 <Tool 458 Name="VCCLCompilerTool" 459 /> 460 </FileConfiguration> 461 <FileConfiguration 462 Name="Release_SSE2|Win32" 463 ExcludedFromBuild="true" 464 > 465 <Tool 466 Name="VCCLCompilerTool" 467 /> 468 </FileConfiguration> 271 469 </File> 272 470 <File … … 295 493 <FileConfiguration 296 494 Name="Release|Win32" 495 ExcludedFromBuild="true" 496 > 497 <Tool 498 Name="VCCLCompilerTool" 499 /> 500 </FileConfiguration> 501 <FileConfiguration 502 Name="Release_SSE|Win32" 503 ExcludedFromBuild="true" 504 > 505 <Tool 506 Name="VCCLCompilerTool" 507 /> 508 </FileConfiguration> 509 <FileConfiguration 510 Name="Release_SSE2|Win32" 297 511 ExcludedFromBuild="true" 298 512 > -
code/branches/FICN/visual_studio/vc8/orxonox.vcproj
r788 r789 19 19 Name="Debug|Win32" 20 20 ConfigurationType="1" 21 InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops "21 InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops;..\orxonox_properties.vsprops" 22 22 CharacterSet="1" 23 23 > … … 40 40 Name="VCCLCompilerTool" 41 41 AdditionalOptions="/Zm200" 42 AdditionalIncludeDirectories=""43 PreprocessorDefinitions="ORXONOX_SHARED_BUILD; LOADER_STATIC_BUILD"44 UsePrecompiledHeader="2"45 PrecompiledHeaderThrough="OrxonoxStableHeaders.h"46 42 /> 47 43 <Tool … … 56 52 <Tool 57 53 Name="VCLinkerTool" 58 AdditionalDependencies="OgreMain_d.lib OIS_d.lib"59 OutputFile="$(OutDir)$(ProjectName)_d.exe"60 AdditionalLibraryDirectories=""61 IgnoreDefaultLibraryNames="/NODEFAULTLIB:MSVCRT"62 54 EntryPointSymbol="" 63 55 /> … … 90 82 Name="Release|Win32" 91 83 ConfigurationType="1" 92 InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops "84 InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\orxonox_properties.vsprops" 93 85 CharacterSet="1" 94 86 WholeProgramOptimization="1" … … 112 104 Name="VCCLCompilerTool" 113 105 AdditionalOptions="/Zm200" 114 AdditionalIncludeDirectories=""115 PreprocessorDefinitions="ORXONOX_SHARED_BUILD; LOADER_STATIC_BUILD"116 UsePrecompiledHeader="2"117 PrecompiledHeaderThrough="OrxonoxStableHeaders.h"118 106 /> 119 107 <Tool … … 128 116 <Tool 129 117 Name="VCLinkerTool" 130 AdditionalDependencies="OgreMain.lib OIS.lib" 131 OutputFile="$(OutDir)$(ProjectName).exe" 132 AdditionalLibraryDirectories="" 133 IgnoreDefaultLibraryNames="/NODEFAULTLIB:MSVCRT" 118 EntryPointSymbol="" 119 /> 120 <Tool 121 Name="VCALinkTool" 122 /> 123 <Tool 124 Name="VCManifestTool" 125 /> 126 <Tool 127 Name="VCXDCMakeTool" 128 /> 129 <Tool 130 Name="VCBscMakeTool" 131 /> 132 <Tool 133 Name="VCFxCopTool" 134 /> 135 <Tool 136 Name="VCAppVerifierTool" 137 /> 138 <Tool 139 Name="VCWebDeploymentTool" 140 /> 141 <Tool 142 Name="VCPostBuildEventTool" 143 /> 144 </Configuration> 145 <Configuration 146 Name="Release_SSE|Win32" 147 ConfigurationType="1" 148 InheritedPropertySheets="..\base_properties_release_sse.vsprops;..\orxonox_properties.vsprops" 149 CharacterSet="1" 150 WholeProgramOptimization="1" 151 > 152 <Tool 153 Name="VCPreBuildEventTool" 154 /> 155 <Tool 156 Name="VCCustomBuildTool" 157 /> 158 <Tool 159 Name="VCXMLDataGeneratorTool" 160 /> 161 <Tool 162 Name="VCWebServiceProxyGeneratorTool" 163 /> 164 <Tool 165 Name="VCMIDLTool" 166 /> 167 <Tool 168 Name="VCCLCompilerTool" 169 AdditionalOptions="/Zm200" 170 /> 171 <Tool 172 Name="VCManagedResourceCompilerTool" 173 /> 174 <Tool 175 Name="VCResourceCompilerTool" 176 /> 177 <Tool 178 Name="VCPreLinkEventTool" 179 /> 180 <Tool 181 Name="VCLinkerTool" 182 EntryPointSymbol="" 183 /> 184 <Tool 185 Name="VCALinkTool" 186 /> 187 <Tool 188 Name="VCManifestTool" 189 /> 190 <Tool 191 Name="VCXDCMakeTool" 192 /> 193 <Tool 194 Name="VCBscMakeTool" 195 /> 196 <Tool 197 Name="VCFxCopTool" 198 /> 199 <Tool 200 Name="VCAppVerifierTool" 201 /> 202 <Tool 203 Name="VCWebDeploymentTool" 204 /> 205 <Tool 206 Name="VCPostBuildEventTool" 207 /> 208 </Configuration> 209 <Configuration 210 Name="Release_SSE2|Win32" 211 ConfigurationType="1" 212 InheritedPropertySheets="..\base_properties_release_sse2.vsprops;..\orxonox_properties.vsprops" 213 CharacterSet="1" 214 WholeProgramOptimization="1" 215 > 216 <Tool 217 Name="VCPreBuildEventTool" 218 /> 219 <Tool 220 Name="VCCustomBuildTool" 221 /> 222 <Tool 223 Name="VCXMLDataGeneratorTool" 224 /> 225 <Tool 226 Name="VCWebServiceProxyGeneratorTool" 227 /> 228 <Tool 229 Name="VCMIDLTool" 230 /> 231 <Tool 232 Name="VCCLCompilerTool" 233 AdditionalOptions="/Zm200" 234 /> 235 <Tool 236 Name="VCManagedResourceCompilerTool" 237 /> 238 <Tool 239 Name="VCResourceCompilerTool" 240 /> 241 <Tool 242 Name="VCPreLinkEventTool" 243 /> 244 <Tool 245 Name="VCLinkerTool" 134 246 EntryPointSymbol="" 135 247 /> … … 203 315 /> 204 316 </FileConfiguration> 317 <FileConfiguration 318 Name="Release_SSE|Win32" 319 > 320 <Tool 321 Name="VCCLCompilerTool" 322 UsePrecompiledHeader="1" 323 /> 324 </FileConfiguration> 325 <FileConfiguration 326 Name="Release_SSE2|Win32" 327 > 328 <Tool 329 Name="VCCLCompilerTool" 330 UsePrecompiledHeader="1" 331 /> 332 </FileConfiguration> 205 333 </File> 206 334 <File … … 223 351 /> 224 352 </FileConfiguration> 353 <FileConfiguration 354 Name="Release_SSE|Win32" 355 ExcludedFromBuild="true" 356 > 357 <Tool 358 Name="VCCLCompilerTool" 359 /> 360 </FileConfiguration> 361 <FileConfiguration 362 Name="Release_SSE2|Win32" 363 ExcludedFromBuild="true" 364 > 365 <Tool 366 Name="VCCLCompilerTool" 367 /> 368 </FileConfiguration> 225 369 </File> 226 370 <Filter … … 290 434 /> 291 435 </FileConfiguration> 436 <FileConfiguration 437 Name="Release_SSE|Win32" 438 ExcludedFromBuild="true" 439 > 440 <Tool 441 Name="VCCLCompilerTool" 442 /> 443 </FileConfiguration> 444 <FileConfiguration 445 Name="Release_SSE2|Win32" 446 ExcludedFromBuild="true" 447 > 448 <Tool 449 Name="VCCLCompilerTool" 450 /> 451 </FileConfiguration> 292 452 </File> 293 453 <File … … 312 472 /> 313 473 </FileConfiguration> 474 <FileConfiguration 475 Name="Release_SSE|Win32" 476 ExcludedFromBuild="true" 477 > 478 <Tool 479 Name="VCCLCompilerTool" 480 UsePrecompiledHeader="0" 481 /> 482 </FileConfiguration> 483 <FileConfiguration 484 Name="Release_SSE2|Win32" 485 ExcludedFromBuild="true" 486 > 487 <Tool 488 Name="VCCLCompilerTool" 489 UsePrecompiledHeader="0" 490 /> 491 </FileConfiguration> 314 492 </File> 315 493 <File … … 334 512 /> 335 513 </FileConfiguration> 514 <FileConfiguration 515 Name="Release_SSE|Win32" 516 ExcludedFromBuild="true" 517 > 518 <Tool 519 Name="VCCLCompilerTool" 520 UsePrecompiledHeader="0" 521 /> 522 </FileConfiguration> 523 <FileConfiguration 524 Name="Release_SSE2|Win32" 525 ExcludedFromBuild="true" 526 > 527 <Tool 528 Name="VCCLCompilerTool" 529 UsePrecompiledHeader="0" 530 /> 531 </FileConfiguration> 336 532 </File> 337 533 <File … … 349 545 <FileConfiguration 350 546 Name="Release|Win32" 547 ExcludedFromBuild="true" 548 > 549 <Tool 550 Name="VCCLCompilerTool" 551 UsePrecompiledHeader="0" 552 /> 553 </FileConfiguration> 554 <FileConfiguration 555 Name="Release_SSE|Win32" 556 ExcludedFromBuild="true" 557 > 558 <Tool 559 Name="VCCLCompilerTool" 560 UsePrecompiledHeader="0" 561 /> 562 </FileConfiguration> 563 <FileConfiguration 564 Name="Release_SSE2|Win32" 351 565 ExcludedFromBuild="true" 352 566 > -
code/branches/FICN/visual_studio/vc8/util.vcproj
r788 r789 19 19 Name="Debug|Win32" 20 20 ConfigurationType="4" 21 InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops "21 InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops;..\util_properties.vsprops" 22 22 CharacterSet="1" 23 23 > … … 39 39 <Tool 40 40 Name="VCCLCompilerTool" 41 AdditionalIncludeDirectories=""42 41 /> 43 42 <Tool … … 72 71 Name="Release|Win32" 73 72 ConfigurationType="4" 74 InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops "73 InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\util_properties.vsprops" 75 74 CharacterSet="1" 76 75 WholeProgramOptimization="1" … … 93 92 <Tool 94 93 Name="VCCLCompilerTool" 95 AdditionalIncludeDirectories="" 94 /> 95 <Tool 96 Name="VCManagedResourceCompilerTool" 97 /> 98 <Tool 99 Name="VCResourceCompilerTool" 100 /> 101 <Tool 102 Name="VCPreLinkEventTool" 103 /> 104 <Tool 105 Name="VCLibrarianTool" 106 /> 107 <Tool 108 Name="VCALinkTool" 109 /> 110 <Tool 111 Name="VCXDCMakeTool" 112 /> 113 <Tool 114 Name="VCBscMakeTool" 115 /> 116 <Tool 117 Name="VCFxCopTool" 118 /> 119 <Tool 120 Name="VCPostBuildEventTool" 121 /> 122 </Configuration> 123 <Configuration 124 Name="Release_SSE|Win32" 125 ConfigurationType="4" 126 InheritedPropertySheets="..\base_properties_release_sse.vsprops;..\util_properties.vsprops" 127 CharacterSet="1" 128 WholeProgramOptimization="1" 129 > 130 <Tool 131 Name="VCPreBuildEventTool" 132 /> 133 <Tool 134 Name="VCCustomBuildTool" 135 /> 136 <Tool 137 Name="VCXMLDataGeneratorTool" 138 /> 139 <Tool 140 Name="VCWebServiceProxyGeneratorTool" 141 /> 142 <Tool 143 Name="VCMIDLTool" 144 /> 145 <Tool 146 Name="VCCLCompilerTool" 147 /> 148 <Tool 149 Name="VCManagedResourceCompilerTool" 150 /> 151 <Tool 152 Name="VCResourceCompilerTool" 153 /> 154 <Tool 155 Name="VCPreLinkEventTool" 156 /> 157 <Tool 158 Name="VCLibrarianTool" 159 /> 160 <Tool 161 Name="VCALinkTool" 162 /> 163 <Tool 164 Name="VCXDCMakeTool" 165 /> 166 <Tool 167 Name="VCBscMakeTool" 168 /> 169 <Tool 170 Name="VCFxCopTool" 171 /> 172 <Tool 173 Name="VCPostBuildEventTool" 174 /> 175 </Configuration> 176 <Configuration 177 Name="Release_SSE2|Win32" 178 ConfigurationType="4" 179 InheritedPropertySheets="..\base_properties_release_sse2.vsprops;..\util_properties.vsprops" 180 CharacterSet="1" 181 WholeProgramOptimization="1" 182 > 183 <Tool 184 Name="VCPreBuildEventTool" 185 /> 186 <Tool 187 Name="VCCustomBuildTool" 188 /> 189 <Tool 190 Name="VCXMLDataGeneratorTool" 191 /> 192 <Tool 193 Name="VCWebServiceProxyGeneratorTool" 194 /> 195 <Tool 196 Name="VCMIDLTool" 197 /> 198 <Tool 199 Name="VCCLCompilerTool" 96 200 /> 97 201 <Tool -
code/branches/FICN/visual_studio/vc9/orxonox.vcproj
r788 r789 111 111 AdditionalOptions="/Zm200" 112 112 AdditionalIncludeDirectories="" 113 PreprocessorDefinitions="ORXONOX_NO_EXPORTS;ORXONOX_SHARED_BUILD; 113 PreprocessorDefinitions="ORXONOX_NO_EXPORTS;ORXONOX_SHARED_BUILD;LOADER_STATIC_BUILD" 114 114 UsePrecompiledHeader="2" 115 115 PrecompiledHeaderThrough="OrxonoxStableHeaders.h"
Note: See TracChangeset
for help on using the changeset viewer.