Changeset 1024 for code/trunk/visual_studio
- Timestamp:
- Apr 10, 2008, 5:35:49 PM (17 years ago)
- Location:
- code/trunk/visual_studio
- Files:
-
- 1 deleted
- 17 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/visual_studio/audio_properties.vsprops
r790 r1024 9 9 Name="VCCLCompilerTool" 10 10 PreprocessorDefinitions="AUDIO_SHARED_BUILD" 11 DisableSpecificWarnings="4244" 11 12 /> 12 13 <Tool -
code/trunk/visual_studio/base_properties.vsprops
r1021 r1024 9 9 Name="VCCLCompilerTool" 10 10 AdditionalIncludeDirectories=""$(RootDir)src";"$(RootDir)src\orxonox";"$(DependencyDir)include"" 11 PreprocessorDefinitions="WIN32;__WIN32__;_WIN32;BOOST_ALL_DYN_LINK "11 PreprocessorDefinitions="WIN32;__WIN32__;_WIN32;BOOST_ALL_DYN_LINK;OIS_DYNAMIC_LIB; ZLIB_WINAPI" 12 12 WarningLevel="3" 13 DisableSpecificWarnings="4 244;4251"13 DisableSpecificWarnings="4522;4251" 14 14 /> 15 15 <Tool … … 23 23 OutputFile="$(OutDir)$(ProjectName)$(CS).dll" 24 24 AdditionalLibraryDirectories="$(DependencyDir)lib" 25 SubSystem=" 2"25 SubSystem="1" 26 26 ImportLibrary="$(LibOutDir)$(TargetName).lib" 27 27 TargetMachine="1" … … 33 33 <UserMacro 34 34 Name="DependencyDir" 35 Value=" D:\orxonox\dependencies\orxonox\"35 Value="$(RootDir)..\dependencies\" 36 36 /> 37 37 <UserMacro … … 41 41 <UserMacro 42 42 Name="CSS" 43 Value=" $(CS)"43 Value="" 44 44 /> 45 45 </VisualStudioPropertySheet> -
code/trunk/visual_studio/base_properties_debug.vsprops
r790 r1024 26 26 <UserMacro 27 27 Name="CSS" 28 Value=" $(CS)"28 Value="_d" 29 29 /> 30 30 </VisualStudioPropertySheet> -
code/trunk/visual_studio/base_properties_release.vsprops
r790 r1024 12 12 PreprocessorDefinitions="NDEBUG" 13 13 RuntimeLibrary="2" 14 DebugInformationFormat=" 0"14 DebugInformationFormat="3" 15 15 /> 16 16 <Tool … … 27 27 <UserMacro 28 28 Name="CSS" 29 Value=" $(CS)"29 Value="" 30 30 /> 31 31 </VisualStudioPropertySheet> -
code/trunk/visual_studio/base_properties_release_sse.vsprops
r790 r1024 1 <?xml version="1.0" encoding="Windows-1252"?>2 <VisualStudioPropertySheet3 ProjectType="Visual C++"4 Version="8.00"5 Name="base_properties_release_sse"6 InheritedPropertySheets=".\base_properties_release.vsprops"7 >8 <Tool9 Name="VCCLCompilerTool"10 PreprocessorDefinitions="NDEBUG"11 EnableEnhancedInstructionSet="1"12 />13 <UserMacro14 Name="CS"15 Value="_sse"16 />17 <UserMacro18 Name="CSS"19 Value=""20 />21 </VisualStudioPropertySheet> -
code/trunk/visual_studio/base_properties_release_sse2.vsprops
r790 r1024 1 <?xml version="1.0" encoding="Windows-1252"?>2 <VisualStudioPropertySheet3 ProjectType="Visual C++"4 Version="8.00"5 Name="base_properties_release_sse2"6 InheritedPropertySheets=".\base_properties_release.vsprops"7 >8 <Tool9 Name="VCCLCompilerTool"10 EnableEnhancedInstructionSet="2"11 />12 <UserMacro13 Name="CS"14 Value="_sse2"15 />16 <UserMacro17 Name="CSS"18 Value=""19 />20 </VisualStudioPropertySheet> -
code/trunk/visual_studio/core_properties.vsprops
r790 r1024 12 12 <Tool 13 13 Name="VCLinkerTool" 14 AdditionalDependencies="OgreMain$(CS).lib "14 AdditionalDependencies="OgreMain$(CS).lib OIS$(CSS).lib lua$(CS).lib" 15 15 /> 16 16 </VisualStudioPropertySheet> -
code/trunk/visual_studio/network_properties.vsprops
r1021 r1024 8 8 <Tool 9 9 Name="VCCLCompilerTool" 10 PreprocessorDefinitions="NETWORK_SHARED_BUILD; ZLIB_WINAPI;WIN32_LEAN_AND_MEAN"10 PreprocessorDefinitions="NETWORK_SHARED_BUILD;WIN32_LEAN_AND_MEAN" 11 11 /> 12 12 <Tool -
code/trunk/visual_studio/orxonox_properties.vsprops
r790 r1024 8 8 <Tool 9 9 Name="VCCLCompilerTool" 10 PreprocessorDefinitions="ORXONOX_SHARED_BUILD ; LOADER_STATIC_BUILD"10 PreprocessorDefinitions="ORXONOX_SHARED_BUILD" 11 11 UsePrecompiledHeader="2" 12 12 PrecompiledHeaderThrough="OrxonoxStableHeaders.h" -
code/trunk/visual_studio/orxonox_vc8.sln
r1021 r1024 7 7 EndProjectSection 8 8 ProjectSection(ProjectDependencies) = postProject 9 {2240ECD7-2F48-4431-8E1B-25466A384CCC} = {2240ECD7-2F48-4431-8E1B-25466A384CCC} 9 10 {271715F3-5B90-4110-A552-70C788084A86} = {271715F3-5B90-4110-A552-70C788084A86} 10 {2240ECD7-2F48-4431-8E1B-25466A384CCC} = {2240ECD7-2F48-4431-8E1B-25466A384CCC}11 11 EndProjectSection 12 12 EndProject … … 17 17 EndProjectSection 18 18 ProjectSection(ProjectDependencies) = postProject 19 {35E36A06-0A5C-4A0D-9AB6-5A05EAA87626} = {35E36A06-0A5C-4A0D-9AB6-5A05EAA87626} 19 20 {2240ECD7-2F48-4431-8E1B-25466A384CCC} = {2240ECD7-2F48-4431-8E1B-25466A384CCC} 20 21 {F101C2F0-1CB9-4A57-827B-6C399A99B28F} = {F101C2F0-1CB9-4A57-827B-6C399A99B28F} … … 27 28 EndProjectSection 28 29 ProjectSection(ProjectDependencies) = postProject 30 {2240ECD7-2F48-4431-8E1B-25466A384CCC} = {2240ECD7-2F48-4431-8E1B-25466A384CCC} 29 31 {271715F3-5B90-4110-A552-70C788084A86} = {271715F3-5B90-4110-A552-70C788084A86} 30 {2240ECD7-2F48-4431-8E1B-25466A384CCC} = {2240ECD7-2F48-4431-8E1B-25466A384CCC}31 32 EndProjectSection 32 33 EndProject … … 37 38 EndProjectSection 38 39 ProjectSection(ProjectDependencies) = postProject 40 {4733BD1A-E04C-458D-8BFB-5010250EA497} = {4733BD1A-E04C-458D-8BFB-5010250EA497} 41 {F101C2F0-1CB9-4A57-827B-6C399A99B28F} = {F101C2F0-1CB9-4A57-827B-6C399A99B28F} 42 {271715F3-5B90-4110-A552-70C788084A86} = {271715F3-5B90-4110-A552-70C788084A86} 43 {2240ECD7-2F48-4431-8E1B-25466A384CCC} = {2240ECD7-2F48-4431-8E1B-25466A384CCC} 39 44 {35575B59-E1AE-40E8-89C4-2862B5B09B68} = {35575B59-E1AE-40E8-89C4-2862B5B09B68} 40 {2240ECD7-2F48-4431-8E1B-25466A384CCC} = {2240ECD7-2F48-4431-8E1B-25466A384CCC}41 {271715F3-5B90-4110-A552-70C788084A86} = {271715F3-5B90-4110-A552-70C788084A86}42 {F101C2F0-1CB9-4A57-827B-6C399A99B28F} = {F101C2F0-1CB9-4A57-827B-6C399A99B28F}43 {4733BD1A-E04C-458D-8BFB-5010250EA497} = {4733BD1A-E04C-458D-8BFB-5010250EA497}44 45 EndProjectSection 45 46 EndProject … … 56 57 EndProjectSection 57 58 EndProject 59 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tolua++", "vc8\tolua++.vcproj", "{35E36A06-0A5C-4A0D-9AB6-5A05EAA87626}" 60 ProjectSection(WebsiteProperties) = preProject 61 Debug.AspNetCompiler.Debug = "True" 62 Release.AspNetCompiler.Debug = "False" 63 EndProjectSection 64 EndProject 58 65 Global 59 66 GlobalSection(SolutionConfigurationPlatforms) = preSolution 60 67 Debug|Win32 = Debug|Win32 61 Release_SSE|Win32 = Release_SSE|Win3262 Release_SSE2|Win32 = Release_SSE2|Win3263 68 Release|Win32 = Release|Win32 64 69 EndGlobalSection … … 66 71 {4733BD1A-E04C-458D-8BFB-5010250EA497}.Debug|Win32.ActiveCfg = Debug|Win32 67 72 {4733BD1A-E04C-458D-8BFB-5010250EA497}.Debug|Win32.Build.0 = Debug|Win32 68 {4733BD1A-E04C-458D-8BFB-5010250EA497}.Release_SSE|Win32.ActiveCfg = Release_SSE|Win3269 {4733BD1A-E04C-458D-8BFB-5010250EA497}.Release_SSE|Win32.Build.0 = Release_SSE|Win3270 {4733BD1A-E04C-458D-8BFB-5010250EA497}.Release_SSE2|Win32.ActiveCfg = Release_SSE2|Win3271 {4733BD1A-E04C-458D-8BFB-5010250EA497}.Release_SSE2|Win32.Build.0 = Release_SSE2|Win3272 73 {4733BD1A-E04C-458D-8BFB-5010250EA497}.Release|Win32.ActiveCfg = Release|Win32 73 74 {4733BD1A-E04C-458D-8BFB-5010250EA497}.Release|Win32.Build.0 = Release|Win32 74 75 {271715F3-5B90-4110-A552-70C788084A86}.Debug|Win32.ActiveCfg = Debug|Win32 75 76 {271715F3-5B90-4110-A552-70C788084A86}.Debug|Win32.Build.0 = Debug|Win32 76 {271715F3-5B90-4110-A552-70C788084A86}.Release_SSE|Win32.ActiveCfg = Release_SSE|Win3277 {271715F3-5B90-4110-A552-70C788084A86}.Release_SSE|Win32.Build.0 = Release_SSE|Win3278 {271715F3-5B90-4110-A552-70C788084A86}.Release_SSE2|Win32.ActiveCfg = Release_SSE2|Win3279 {271715F3-5B90-4110-A552-70C788084A86}.Release_SSE2|Win32.Build.0 = Release_SSE2|Win3280 77 {271715F3-5B90-4110-A552-70C788084A86}.Release|Win32.ActiveCfg = Release|Win32 81 78 {271715F3-5B90-4110-A552-70C788084A86}.Release|Win32.Build.0 = Release|Win32 82 79 {35575B59-E1AE-40E8-89C4-2862B5B09B68}.Debug|Win32.ActiveCfg = Debug|Win32 83 80 {35575B59-E1AE-40E8-89C4-2862B5B09B68}.Debug|Win32.Build.0 = Debug|Win32 84 {35575B59-E1AE-40E8-89C4-2862B5B09B68}.Release_SSE|Win32.ActiveCfg = Release_SSE|Win3285 {35575B59-E1AE-40E8-89C4-2862B5B09B68}.Release_SSE|Win32.Build.0 = Release_SSE|Win3286 {35575B59-E1AE-40E8-89C4-2862B5B09B68}.Release_SSE2|Win32.ActiveCfg = Release_SSE2|Win3287 {35575B59-E1AE-40E8-89C4-2862B5B09B68}.Release_SSE2|Win32.Build.0 = Release_SSE2|Win3288 81 {35575B59-E1AE-40E8-89C4-2862B5B09B68}.Release|Win32.ActiveCfg = Release|Win32 89 82 {35575B59-E1AE-40E8-89C4-2862B5B09B68}.Release|Win32.Build.0 = Release|Win32 90 83 {0B6C5CFD-F91B-432A-80A3-2610F61E060B}.Debug|Win32.ActiveCfg = Debug|Win32 91 84 {0B6C5CFD-F91B-432A-80A3-2610F61E060B}.Debug|Win32.Build.0 = Debug|Win32 92 {0B6C5CFD-F91B-432A-80A3-2610F61E060B}.Release_SSE|Win32.ActiveCfg = Release_SSE|Win3293 {0B6C5CFD-F91B-432A-80A3-2610F61E060B}.Release_SSE|Win32.Build.0 = Release_SSE|Win3294 {0B6C5CFD-F91B-432A-80A3-2610F61E060B}.Release_SSE2|Win32.ActiveCfg = Release_SSE2|Win3295 {0B6C5CFD-F91B-432A-80A3-2610F61E060B}.Release_SSE2|Win32.Build.0 = Release_SSE2|Win3296 85 {0B6C5CFD-F91B-432A-80A3-2610F61E060B}.Release|Win32.ActiveCfg = Release|Win32 97 86 {0B6C5CFD-F91B-432A-80A3-2610F61E060B}.Release|Win32.Build.0 = Release|Win32 98 87 {2240ECD7-2F48-4431-8E1B-25466A384CCC}.Debug|Win32.ActiveCfg = Debug|Win32 99 88 {2240ECD7-2F48-4431-8E1B-25466A384CCC}.Debug|Win32.Build.0 = Debug|Win32 100 {2240ECD7-2F48-4431-8E1B-25466A384CCC}.Release_SSE|Win32.ActiveCfg = Release_SSE|Win32101 {2240ECD7-2F48-4431-8E1B-25466A384CCC}.Release_SSE|Win32.Build.0 = Release_SSE|Win32102 {2240ECD7-2F48-4431-8E1B-25466A384CCC}.Release_SSE2|Win32.ActiveCfg = Release_SSE2|Win32103 {2240ECD7-2F48-4431-8E1B-25466A384CCC}.Release_SSE2|Win32.Build.0 = Release_SSE2|Win32104 89 {2240ECD7-2F48-4431-8E1B-25466A384CCC}.Release|Win32.ActiveCfg = Release|Win32 105 90 {2240ECD7-2F48-4431-8E1B-25466A384CCC}.Release|Win32.Build.0 = Release|Win32 106 91 {F101C2F0-1CB9-4A57-827B-6C399A99B28F}.Debug|Win32.ActiveCfg = Debug|Win32 107 {F101C2F0-1CB9-4A57-827B-6C399A99B28F}.Debug|Win32.Build.0 = Debug|Win32108 {F101C2F0-1CB9-4A57-827B-6C399A99B28F}.Release_SSE|Win32.ActiveCfg = Release_SSE|Win32109 {F101C2F0-1CB9-4A57-827B-6C399A99B28F}.Release_SSE|Win32.Build.0 = Release_SSE|Win32110 {F101C2F0-1CB9-4A57-827B-6C399A99B28F}.Release_SSE2|Win32.ActiveCfg = Release_SSE2|Win32111 {F101C2F0-1CB9-4A57-827B-6C399A99B28F}.Release_SSE2|Win32.Build.0 = Release_SSE2|Win32112 92 {F101C2F0-1CB9-4A57-827B-6C399A99B28F}.Release|Win32.ActiveCfg = Release|Win32 113 {F101C2F0-1CB9-4A57-827B-6C399A99B28F}.Release|Win32.Build.0 = Release|Win32 93 {35E36A06-0A5C-4A0D-9AB6-5A05EAA87626}.Debug|Win32.ActiveCfg = Debug|Win32 94 {35E36A06-0A5C-4A0D-9AB6-5A05EAA87626}.Release|Win32.ActiveCfg = Release|Win32 114 95 EndGlobalSection 115 96 GlobalSection(SolutionProperties) = preSolution -
code/trunk/visual_studio/tixml_properties.vsprops
r890 r1024 3 3 ProjectType="Visual C++" 4 4 Version="8.00" 5 Name=" util_properties"5 Name="tixml_properties" 6 6 InheritedPropertySheets=".\directory_properties.vsprops" 7 7 > 8 <Tool9 Name="VCCLCompilerTool"10 PreprocessorDefinitions="UTIL_SHARED_BUILD"11 />12 <Tool13 Name="VCLinkerTool"14 AdditionalDependencies="OgreMain$(CS).lib"15 />16 8 </VisualStudioPropertySheet> -
code/trunk/visual_studio/vc8/audio.vcproj
r790 r1024 139 139 /> 140 140 </Configuration> 141 <Configuration142 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 <Tool149 Name="VCPreBuildEventTool"150 />151 <Tool152 Name="VCCustomBuildTool"153 />154 <Tool155 Name="VCXMLDataGeneratorTool"156 />157 <Tool158 Name="VCWebServiceProxyGeneratorTool"159 />160 <Tool161 Name="VCMIDLTool"162 />163 <Tool164 Name="VCCLCompilerTool"165 />166 <Tool167 Name="VCManagedResourceCompilerTool"168 />169 <Tool170 Name="VCResourceCompilerTool"171 />172 <Tool173 Name="VCPreLinkEventTool"174 />175 <Tool176 Name="VCLinkerTool"177 />178 <Tool179 Name="VCALinkTool"180 />181 <Tool182 Name="VCManifestTool"183 />184 <Tool185 Name="VCXDCMakeTool"186 />187 <Tool188 Name="VCBscMakeTool"189 />190 <Tool191 Name="VCFxCopTool"192 />193 <Tool194 Name="VCAppVerifierTool"195 />196 <Tool197 Name="VCWebDeploymentTool"198 />199 <Tool200 Name="VCPostBuildEventTool"201 />202 </Configuration>203 <Configuration204 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 <Tool211 Name="VCPreBuildEventTool"212 />213 <Tool214 Name="VCCustomBuildTool"215 />216 <Tool217 Name="VCXMLDataGeneratorTool"218 />219 <Tool220 Name="VCWebServiceProxyGeneratorTool"221 />222 <Tool223 Name="VCMIDLTool"224 />225 <Tool226 Name="VCCLCompilerTool"227 />228 <Tool229 Name="VCManagedResourceCompilerTool"230 />231 <Tool232 Name="VCResourceCompilerTool"233 />234 <Tool235 Name="VCPreLinkEventTool"236 />237 <Tool238 Name="VCLinkerTool"239 />240 <Tool241 Name="VCALinkTool"242 />243 <Tool244 Name="VCManifestTool"245 />246 <Tool247 Name="VCXDCMakeTool"248 />249 <Tool250 Name="VCBscMakeTool"251 />252 <Tool253 Name="VCFxCopTool"254 />255 <Tool256 Name="VCAppVerifierTool"257 />258 <Tool259 Name="VCWebDeploymentTool"260 />261 <Tool262 Name="VCPostBuildEventTool"263 />264 </Configuration>265 141 </Configurations> 266 142 <References> … … 273 149 > 274 150 <File 275 RelativePath="..\..\src\audio\_AudioObject.cc"276 >277 <FileConfiguration278 Name="Debug|Win32"279 ExcludedFromBuild="true"280 >281 <Tool282 Name="VCCLCompilerTool"283 />284 </FileConfiguration>285 <FileConfiguration286 Name="Release|Win32"287 ExcludedFromBuild="true"288 >289 <Tool290 Name="VCCLCompilerTool"291 />292 </FileConfiguration>293 <FileConfiguration294 Name="Release_SSE|Win32"295 ExcludedFromBuild="true"296 >297 <Tool298 Name="VCCLCompilerTool"299 />300 </FileConfiguration>301 <FileConfiguration302 Name="Release_SSE2|Win32"303 ExcludedFromBuild="true"304 >305 <Tool306 Name="VCCLCompilerTool"307 />308 </FileConfiguration>309 </File>310 <File311 151 RelativePath="..\..\src\audio\AudioBuffer.cc" 312 152 > -
code/trunk/visual_studio/vc8/core.vcproj
r1021 r1024 139 139 /> 140 140 </Configuration> 141 <Configuration142 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 <Tool149 Name="VCPreBuildEventTool"150 />151 <Tool152 Name="VCCustomBuildTool"153 />154 <Tool155 Name="VCXMLDataGeneratorTool"156 />157 <Tool158 Name="VCWebServiceProxyGeneratorTool"159 />160 <Tool161 Name="VCMIDLTool"162 />163 <Tool164 Name="VCCLCompilerTool"165 />166 <Tool167 Name="VCManagedResourceCompilerTool"168 />169 <Tool170 Name="VCResourceCompilerTool"171 />172 <Tool173 Name="VCPreLinkEventTool"174 />175 <Tool176 Name="VCLinkerTool"177 />178 <Tool179 Name="VCALinkTool"180 />181 <Tool182 Name="VCManifestTool"183 />184 <Tool185 Name="VCXDCMakeTool"186 />187 <Tool188 Name="VCBscMakeTool"189 />190 <Tool191 Name="VCFxCopTool"192 />193 <Tool194 Name="VCAppVerifierTool"195 />196 <Tool197 Name="VCWebDeploymentTool"198 />199 <Tool200 Name="VCPostBuildEventTool"201 />202 </Configuration>203 <Configuration204 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 <Tool211 Name="VCPreBuildEventTool"212 />213 <Tool214 Name="VCCustomBuildTool"215 />216 <Tool217 Name="VCXMLDataGeneratorTool"218 />219 <Tool220 Name="VCWebServiceProxyGeneratorTool"221 />222 <Tool223 Name="VCMIDLTool"224 />225 <Tool226 Name="VCCLCompilerTool"227 />228 <Tool229 Name="VCManagedResourceCompilerTool"230 />231 <Tool232 Name="VCResourceCompilerTool"233 />234 <Tool235 Name="VCPreLinkEventTool"236 />237 <Tool238 Name="VCLinkerTool"239 />240 <Tool241 Name="VCALinkTool"242 />243 <Tool244 Name="VCManifestTool"245 />246 <Tool247 Name="VCXDCMakeTool"248 />249 <Tool250 Name="VCBscMakeTool"251 />252 <Tool253 Name="VCFxCopTool"254 />255 <Tool256 Name="VCAppVerifierTool"257 />258 <Tool259 Name="VCWebDeploymentTool"260 />261 <Tool262 Name="VCPostBuildEventTool"263 />264 </Configuration>265 141 </Configurations> 266 142 <References> … … 273 149 > 274 150 <File 275 RelativePath="..\..\src\orxonox\core\ArgReader.cc"276 >277 </File>278 <File279 151 RelativePath="..\..\src\orxonox\core\BaseObject.cc" 280 152 > … … 313 185 </File> 314 186 <File 187 RelativePath="..\..\src\orxonox\core\InputEventListener.cc" 188 > 189 </File> 190 <File 191 RelativePath="..\..\src\orxonox\core\InputHandler.cc" 192 > 193 </File> 194 <File 195 RelativePath="..\..\src\orxonox\core\InputManager.cc" 196 > 197 </File> 198 <File 315 199 RelativePath="..\..\src\orxonox\core\Language.cc" 316 200 > … … 330 214 <File 331 215 RelativePath="..\..\src\orxonox\core\OutputHandler.cc" 216 > 217 </File> 218 <File 219 RelativePath="..\..\src\orxonox\core\Script.cc" 332 220 > 333 221 </File> … … 351 239 > 352 240 <File 353 RelativePath="..\..\src\orxonox\core\ArgReader.h"354 >355 </File>356 <File357 241 RelativePath="..\..\src\orxonox\core\BaseObject.h" 358 242 > … … 415 299 </File> 416 300 <File 301 RelativePath="..\..\src\orxonox\core\InputEvent.h" 302 > 303 </File> 304 <File 305 RelativePath="..\..\src\orxonox\core\InputEventListener.h" 306 > 307 </File> 308 <File 309 RelativePath="..\..\src\orxonox\core\InputHandler.h" 310 > 311 </File> 312 <File 313 RelativePath="..\..\src\orxonox\core\InputManager.h" 314 > 315 </File> 316 <File 417 317 RelativePath="..\..\src\orxonox\core\Iterator.h" 418 318 > … … 444 344 <File 445 345 RelativePath="..\..\src\orxonox\core\OutputHandler.h" 346 > 347 </File> 348 <File 349 RelativePath="..\..\src\orxonox\core\Script.h" 446 350 > 447 351 </File> -
code/trunk/visual_studio/vc8/network.vcproj
r790 r1024 139 139 /> 140 140 </Configuration> 141 <Configuration142 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 <Tool149 Name="VCPreBuildEventTool"150 />151 <Tool152 Name="VCCustomBuildTool"153 />154 <Tool155 Name="VCXMLDataGeneratorTool"156 />157 <Tool158 Name="VCWebServiceProxyGeneratorTool"159 />160 <Tool161 Name="VCMIDLTool"162 />163 <Tool164 Name="VCCLCompilerTool"165 />166 <Tool167 Name="VCManagedResourceCompilerTool"168 />169 <Tool170 Name="VCResourceCompilerTool"171 />172 <Tool173 Name="VCPreLinkEventTool"174 />175 <Tool176 Name="VCLinkerTool"177 />178 <Tool179 Name="VCALinkTool"180 />181 <Tool182 Name="VCManifestTool"183 />184 <Tool185 Name="VCXDCMakeTool"186 />187 <Tool188 Name="VCBscMakeTool"189 />190 <Tool191 Name="VCFxCopTool"192 />193 <Tool194 Name="VCAppVerifierTool"195 />196 <Tool197 Name="VCWebDeploymentTool"198 />199 <Tool200 Name="VCPostBuildEventTool"201 />202 </Configuration>203 <Configuration204 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 <Tool211 Name="VCPreBuildEventTool"212 />213 <Tool214 Name="VCCustomBuildTool"215 />216 <Tool217 Name="VCXMLDataGeneratorTool"218 />219 <Tool220 Name="VCWebServiceProxyGeneratorTool"221 />222 <Tool223 Name="VCMIDLTool"224 />225 <Tool226 Name="VCCLCompilerTool"227 />228 <Tool229 Name="VCManagedResourceCompilerTool"230 />231 <Tool232 Name="VCResourceCompilerTool"233 />234 <Tool235 Name="VCPreLinkEventTool"236 />237 <Tool238 Name="VCLinkerTool"239 />240 <Tool241 Name="VCALinkTool"242 />243 <Tool244 Name="VCManifestTool"245 />246 <Tool247 Name="VCXDCMakeTool"248 />249 <Tool250 Name="VCBscMakeTool"251 />252 <Tool253 Name="VCFxCopTool"254 />255 <Tool256 Name="VCAppVerifierTool"257 />258 <Tool259 Name="VCWebDeploymentTool"260 />261 <Tool262 Name="VCPostBuildEventTool"263 />264 </Configuration>265 141 </Configurations> 266 142 <References> … … 307 183 /> 308 184 </FileConfiguration> 309 <FileConfiguration310 Name="Release_SSE|Win32"311 ExcludedFromBuild="true"312 >313 <Tool314 Name="VCCLCompilerTool"315 />316 </FileConfiguration>317 <FileConfiguration318 Name="Release_SSE2|Win32"319 ExcludedFromBuild="true"320 >321 <Tool322 Name="VCCLCompilerTool"323 />324 </FileConfiguration>325 185 </File> 326 186 <File … … 343 203 /> 344 204 </FileConfiguration> 345 <FileConfiguration346 Name="Release_SSE|Win32"347 ExcludedFromBuild="true"348 >349 <Tool350 Name="VCCLCompilerTool"351 />352 </FileConfiguration>353 <FileConfiguration354 Name="Release_SSE2|Win32"355 ExcludedFromBuild="true"356 >357 <Tool358 Name="VCCLCompilerTool"359 />360 </FileConfiguration>361 205 </File> 362 206 <File … … 379 223 /> 380 224 </FileConfiguration> 381 <FileConfiguration382 Name="Release_SSE|Win32"383 ExcludedFromBuild="true"384 >385 <Tool386 Name="VCCLCompilerTool"387 />388 </FileConfiguration>389 <FileConfiguration390 Name="Release_SSE2|Win32"391 ExcludedFromBuild="true"392 >393 <Tool394 Name="VCCLCompilerTool"395 />396 </FileConfiguration>397 225 </File> 398 226 <File … … 415 243 /> 416 244 </FileConfiguration> 417 <FileConfiguration418 Name="Release_SSE|Win32"419 ExcludedFromBuild="true"420 >421 <Tool422 Name="VCCLCompilerTool"423 />424 </FileConfiguration>425 <FileConfiguration426 Name="Release_SSE2|Win32"427 ExcludedFromBuild="true"428 >429 <Tool430 Name="VCCLCompilerTool"431 />432 </FileConfiguration>433 245 </File> 434 246 <File … … 451 263 /> 452 264 </FileConfiguration> 453 <FileConfiguration454 Name="Release_SSE|Win32"455 ExcludedFromBuild="true"456 >457 <Tool458 Name="VCCLCompilerTool"459 />460 </FileConfiguration>461 <FileConfiguration462 Name="Release_SSE2|Win32"463 ExcludedFromBuild="true"464 >465 <Tool466 Name="VCCLCompilerTool"467 />468 </FileConfiguration>469 265 </File> 470 266 <File … … 479 275 RelativePath="..\..\src\network\PacketBuffer.cc" 480 276 > 481 </File>482 <File483 RelativePath="..\..\src\network\PacketBufferTestExt.cc"484 >485 <FileConfiguration486 Name="Debug|Win32"487 ExcludedFromBuild="true"488 >489 <Tool490 Name="VCCLCompilerTool"491 />492 </FileConfiguration>493 <FileConfiguration494 Name="Release|Win32"495 ExcludedFromBuild="true"496 >497 <Tool498 Name="VCCLCompilerTool"499 />500 </FileConfiguration>501 <FileConfiguration502 Name="Release_SSE|Win32"503 ExcludedFromBuild="true"504 >505 <Tool506 Name="VCCLCompilerTool"507 />508 </FileConfiguration>509 <FileConfiguration510 Name="Release_SSE2|Win32"511 ExcludedFromBuild="true"512 >513 <Tool514 Name="VCCLCompilerTool"515 />516 </FileConfiguration>517 277 </File> 518 278 <File -
code/trunk/visual_studio/vc8/orxonox.vcproj
r1021 r1024 143 143 /> 144 144 </Configuration> 145 <Configuration146 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 <Tool153 Name="VCPreBuildEventTool"154 />155 <Tool156 Name="VCCustomBuildTool"157 />158 <Tool159 Name="VCXMLDataGeneratorTool"160 />161 <Tool162 Name="VCWebServiceProxyGeneratorTool"163 />164 <Tool165 Name="VCMIDLTool"166 />167 <Tool168 Name="VCCLCompilerTool"169 AdditionalOptions="/Zm200"170 />171 <Tool172 Name="VCManagedResourceCompilerTool"173 />174 <Tool175 Name="VCResourceCompilerTool"176 />177 <Tool178 Name="VCPreLinkEventTool"179 />180 <Tool181 Name="VCLinkerTool"182 EntryPointSymbol=""183 />184 <Tool185 Name="VCALinkTool"186 />187 <Tool188 Name="VCManifestTool"189 />190 <Tool191 Name="VCXDCMakeTool"192 />193 <Tool194 Name="VCBscMakeTool"195 />196 <Tool197 Name="VCFxCopTool"198 />199 <Tool200 Name="VCAppVerifierTool"201 />202 <Tool203 Name="VCWebDeploymentTool"204 />205 <Tool206 Name="VCPostBuildEventTool"207 />208 </Configuration>209 <Configuration210 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 <Tool217 Name="VCPreBuildEventTool"218 />219 <Tool220 Name="VCCustomBuildTool"221 />222 <Tool223 Name="VCXMLDataGeneratorTool"224 />225 <Tool226 Name="VCWebServiceProxyGeneratorTool"227 />228 <Tool229 Name="VCMIDLTool"230 />231 <Tool232 Name="VCCLCompilerTool"233 AdditionalOptions="/Zm200"234 />235 <Tool236 Name="VCManagedResourceCompilerTool"237 />238 <Tool239 Name="VCResourceCompilerTool"240 />241 <Tool242 Name="VCPreLinkEventTool"243 />244 <Tool245 Name="VCLinkerTool"246 EntryPointSymbol=""247 />248 <Tool249 Name="VCALinkTool"250 />251 <Tool252 Name="VCManifestTool"253 />254 <Tool255 Name="VCXDCMakeTool"256 />257 <Tool258 Name="VCBscMakeTool"259 />260 <Tool261 Name="VCFxCopTool"262 />263 <Tool264 Name="VCAppVerifierTool"265 />266 <Tool267 Name="VCWebDeploymentTool"268 />269 <Tool270 Name="VCPostBuildEventTool"271 />272 </Configuration>273 145 </Configurations> 274 146 <References> … … 285 157 </File> 286 158 <File 287 RelativePath="..\..\src\orxonox\InputEventListener.cc"288 >289 </File>290 <File291 RelativePath="..\..\src\orxonox\InputHandler.cc"292 >293 </File>294 <File295 RelativePath="..\..\src\orxonox\InputManager.cc"296 >297 <FileConfiguration298 Name="Debug|Win32"299 ExcludedFromBuild="true"300 >301 <Tool302 Name="VCCLCompilerTool"303 />304 </FileConfiguration>305 </File>306 <File307 159 RelativePath="..\..\src\orxonox\Main.cc" 308 160 > … … 331 183 /> 332 184 </FileConfiguration> 333 <FileConfiguration334 Name="Release_SSE|Win32"335 >336 <Tool337 Name="VCCLCompilerTool"338 UsePrecompiledHeader="1"339 />340 </FileConfiguration>341 <FileConfiguration342 Name="Release_SSE2|Win32"343 >344 <Tool345 Name="VCCLCompilerTool"346 UsePrecompiledHeader="1"347 />348 </FileConfiguration>349 </File>350 <File351 RelativePath="..\..\src\orxonox\SpaceshipSteering.cc"352 >353 <FileConfiguration354 Name="Debug|Win32"355 ExcludedFromBuild="true"356 >357 <Tool358 Name="VCCLCompilerTool"359 />360 </FileConfiguration>361 <FileConfiguration362 Name="Release|Win32"363 ExcludedFromBuild="true"364 >365 <Tool366 Name="VCCLCompilerTool"367 />368 </FileConfiguration>369 <FileConfiguration370 Name="Release_SSE|Win32"371 ExcludedFromBuild="true"372 >373 <Tool374 Name="VCCLCompilerTool"375 />376 </FileConfiguration>377 <FileConfiguration378 Name="Release_SSE2|Win32"379 ExcludedFromBuild="true"380 >381 <Tool382 Name="VCCLCompilerTool"383 />384 </FileConfiguration>385 185 </File> 386 186 <Filter … … 430 230 RelativePath="..\..\src\orxonox\objects\SpaceShip.cc" 431 231 > 432 </File>433 <File434 RelativePath="..\..\src\orxonox\objects\SpaceshipSteeringObject.cc"435 >436 <FileConfiguration437 Name="Debug|Win32"438 ExcludedFromBuild="true"439 >440 <Tool441 Name="VCCLCompilerTool"442 />443 </FileConfiguration>444 <FileConfiguration445 Name="Release|Win32"446 ExcludedFromBuild="true"447 >448 <Tool449 Name="VCCLCompilerTool"450 />451 </FileConfiguration>452 <FileConfiguration453 Name="Release_SSE|Win32"454 ExcludedFromBuild="true"455 >456 <Tool457 Name="VCCLCompilerTool"458 />459 </FileConfiguration>460 <FileConfiguration461 Name="Release_SSE2|Win32"462 ExcludedFromBuild="true"463 >464 <Tool465 Name="VCCLCompilerTool"466 />467 </FileConfiguration>468 </File>469 <File470 RelativePath="..\..\src\orxonox\objects\test1.cc"471 >472 <FileConfiguration473 Name="Debug|Win32"474 ExcludedFromBuild="true"475 >476 <Tool477 Name="VCCLCompilerTool"478 UsePrecompiledHeader="0"479 />480 </FileConfiguration>481 <FileConfiguration482 Name="Release|Win32"483 ExcludedFromBuild="true"484 >485 <Tool486 Name="VCCLCompilerTool"487 UsePrecompiledHeader="0"488 />489 </FileConfiguration>490 <FileConfiguration491 Name="Release_SSE|Win32"492 ExcludedFromBuild="true"493 >494 <Tool495 Name="VCCLCompilerTool"496 UsePrecompiledHeader="0"497 />498 </FileConfiguration>499 <FileConfiguration500 Name="Release_SSE2|Win32"501 ExcludedFromBuild="true"502 >503 <Tool504 Name="VCCLCompilerTool"505 UsePrecompiledHeader="0"506 />507 </FileConfiguration>508 </File>509 <File510 RelativePath="..\..\src\orxonox\objects\test2.cc"511 >512 <FileConfiguration513 Name="Debug|Win32"514 ExcludedFromBuild="true"515 >516 <Tool517 Name="VCCLCompilerTool"518 UsePrecompiledHeader="0"519 />520 </FileConfiguration>521 <FileConfiguration522 Name="Release|Win32"523 ExcludedFromBuild="true"524 >525 <Tool526 Name="VCCLCompilerTool"527 UsePrecompiledHeader="0"528 />529 </FileConfiguration>530 <FileConfiguration531 Name="Release_SSE|Win32"532 ExcludedFromBuild="true"533 >534 <Tool535 Name="VCCLCompilerTool"536 UsePrecompiledHeader="0"537 />538 </FileConfiguration>539 <FileConfiguration540 Name="Release_SSE2|Win32"541 ExcludedFromBuild="true"542 >543 <Tool544 Name="VCCLCompilerTool"545 UsePrecompiledHeader="0"546 />547 </FileConfiguration>548 </File>549 <File550 RelativePath="..\..\src\orxonox\objects\test3.cc"551 >552 <FileConfiguration553 Name="Debug|Win32"554 ExcludedFromBuild="true"555 >556 <Tool557 Name="VCCLCompilerTool"558 UsePrecompiledHeader="0"559 />560 </FileConfiguration>561 <FileConfiguration562 Name="Release|Win32"563 ExcludedFromBuild="true"564 >565 <Tool566 Name="VCCLCompilerTool"567 UsePrecompiledHeader="0"568 />569 </FileConfiguration>570 <FileConfiguration571 Name="Release_SSE|Win32"572 ExcludedFromBuild="true"573 >574 <Tool575 Name="VCCLCompilerTool"576 UsePrecompiledHeader="0"577 />578 </FileConfiguration>579 <FileConfiguration580 Name="Release_SSE2|Win32"581 ExcludedFromBuild="true"582 >583 <Tool584 Name="VCCLCompilerTool"585 UsePrecompiledHeader="0"586 />587 </FileConfiguration>588 232 </File> 589 233 <File … … 659 303 </File> 660 304 <File 661 RelativePath="..\..\src\orxonox\InputEvent.h"662 >663 </File>664 <File665 RelativePath="..\..\src\orxonox\InputEventListener.h"666 >667 </File>668 <File669 RelativePath="..\..\src\orxonox\InputHandler.h"670 >671 </File>672 <File673 RelativePath="..\..\src\orxonox\InputManager.h"674 >675 </File>676 <File677 305 RelativePath="..\..\src\orxonox\Orxonox.h" 678 306 > … … 690 318 > 691 319 </File> 692 <File693 RelativePath="..\..\src\orxonox\SpaceshipSteering.h"694 >695 </File>696 320 <Filter 697 321 Name="hud" … … 739 363 <File 740 364 RelativePath="..\..\src\orxonox\objects\SpaceShip.h" 741 >742 </File>743 <File744 RelativePath="..\..\src\orxonox\objects\SpaceshipSteeringObject.h"745 >746 </File>747 <File748 RelativePath="..\..\src\orxonox\objects\Test.h"749 >750 </File>751 <File752 RelativePath="..\..\src\orxonox\objects\test1.h"753 >754 </File>755 <File756 RelativePath="..\..\src\orxonox\objects\test2.h"757 >758 </File>759 <File760 RelativePath="..\..\src\orxonox\objects\test3.h"761 365 > 762 366 </File> … … 828 432 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 829 433 > 830 <File831 RelativePath="..\..\bin\media.cfg"832 >833 </File>834 <File835 RelativePath="..\..\bin\ogre.cfg"836 >837 </File>838 <File839 RelativePath="..\..\bin\ogre.cfg-init"840 >841 </File>842 <File843 RelativePath="..\..\bin\Ogre.log"844 >845 </File>846 <File847 RelativePath="..\..\bin\orxonox.bat"848 >849 </File>850 <File851 RelativePath="..\..\bin\orxonox.ini"852 >853 </File>854 <File855 RelativePath="..\..\bin\orxonox.log"856 >857 </File>858 <File859 RelativePath="..\..\bin\orxonox_d.bat"860 >861 </File>862 <File863 RelativePath="..\..\bin\plugins.cfg"864 >865 </File>866 <File867 RelativePath="..\..\bin\plugins.cfg-init"868 >869 </File>870 <File871 RelativePath="..\..\bin\plugins_d.cfg"872 >873 </File>874 <File875 RelativePath="..\..\bin\quake3settings.cfg"876 >877 </File>878 <File879 RelativePath="..\..\bin\resources.cfg"880 >881 </File>882 <File883 RelativePath="..\..\bin\run-script"884 >885 </File>886 <File887 RelativePath="..\..\bin\translation_default.lang"888 >889 </File>890 <File891 RelativePath="..\..\bin\translation_german.lang"892 >893 </File>894 434 </Filter> 895 435 </Files> -
code/trunk/visual_studio/vc8/tixml.vcproj
r890 r1024 19 19 Name="Debug|Win32" 20 20 ConfigurationType="4" 21 InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops;..\ util_properties.vsprops"21 InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops;..\tixml_properties.vsprops" 22 22 CharacterSet="1" 23 23 > … … 71 71 Name="Release|Win32" 72 72 ConfigurationType="4" 73 InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\util_properties.vsprops" 74 CharacterSet="1" 75 WholeProgramOptimization="1" 76 > 77 <Tool 78 Name="VCPreBuildEventTool" 79 /> 80 <Tool 81 Name="VCCustomBuildTool" 82 /> 83 <Tool 84 Name="VCXMLDataGeneratorTool" 85 /> 86 <Tool 87 Name="VCWebServiceProxyGeneratorTool" 88 /> 89 <Tool 90 Name="VCMIDLTool" 91 /> 92 <Tool 93 Name="VCCLCompilerTool" 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" 73 InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\tixml_properties.vsprops" 180 74 CharacterSet="1" 181 75 WholeProgramOptimization="1" … … 278 172 > 279 173 </File> 280 <File281 RelativePath="..\..\src\util\tinyxml\TinyXMLPrereqs.h"282 >283 </File>284 174 </Filter> 285 175 </Files> -
code/trunk/visual_studio/vc8/tolua++.vcproj
r1022 r1024 131 131 > 132 132 <File 133 RelativePath="..\..\src\util\tolua ++\tolua.c"133 RelativePath="..\..\src\util\tolua\tolua.c" 134 134 > 135 135 </File> 136 136 <File 137 RelativePath="..\..\src\util\tolua ++\tolua_event.c"137 RelativePath="..\..\src\util\tolua\tolua_bind.cc" 138 138 > 139 139 </File> 140 140 <File 141 RelativePath="..\..\src\util\tolua ++\tolua_is.c"141 RelativePath="..\..\src\util\tolua\tolua_event.c" 142 142 > 143 143 </File> 144 144 <File 145 RelativePath="..\..\src\util\tolua ++\tolua_map.c"145 RelativePath="..\..\src\util\tolua\tolua_is.c" 146 146 > 147 147 </File> 148 148 <File 149 RelativePath="..\..\src\util\tolua ++\tolua_push.c"149 RelativePath="..\..\src\util\tolua\tolua_map.c" 150 150 > 151 151 </File> 152 152 <File 153 RelativePath="..\..\src\util\tolua ++\tolua_to.c"153 RelativePath="..\..\src\util\tolua\tolua_push.c" 154 154 > 155 155 </File> 156 156 <File 157 RelativePath="..\..\src\util\tolua++\toluabind.c" 157 RelativePath="..\..\src\util\tolua\tolua_to.c" 158 > 159 </File> 160 <File 161 RelativePath="..\..\src\util\tolua\toluabind.c" 158 162 > 159 163 </File> … … 165 169 > 166 170 <File 167 RelativePath="..\..\src\util\tolua ++\tolua_event.h"171 RelativePath="..\..\src\util\tolua\tolua++.h" 168 172 > 169 173 </File> 170 174 <File 171 RelativePath="..\..\src\util\tolua ++\toluabind.h"175 RelativePath="..\..\src\util\tolua\tolua_bind.h" 172 176 > 173 177 </File> 174 178 <File 175 RelativePath="..\..\src\util\tolua++\toluabind_default.h" 179 RelativePath="..\..\src\util\tolua\tolua_event.h" 180 > 181 </File> 182 <File 183 RelativePath="..\..\src\util\tolua\toluabind.h" 184 > 185 </File> 186 <File 187 RelativePath="..\..\src\util\tolua\toluabind_default.h" 176 188 > 177 189 </File> -
code/trunk/visual_studio/vc8/util.vcproj
r890 r1024 139 139 /> 140 140 </Configuration> 141 <Configuration142 Name="Release_SSE|Win32"143 ConfigurationType="2"144 InheritedPropertySheets="..\base_properties_release_sse.vsprops;..\util_properties.vsprops"145 CharacterSet="1"146 WholeProgramOptimization="1"147 >148 <Tool149 Name="VCPreBuildEventTool"150 />151 <Tool152 Name="VCCustomBuildTool"153 />154 <Tool155 Name="VCXMLDataGeneratorTool"156 />157 <Tool158 Name="VCWebServiceProxyGeneratorTool"159 />160 <Tool161 Name="VCMIDLTool"162 />163 <Tool164 Name="VCCLCompilerTool"165 />166 <Tool167 Name="VCManagedResourceCompilerTool"168 />169 <Tool170 Name="VCResourceCompilerTool"171 />172 <Tool173 Name="VCPreLinkEventTool"174 />175 <Tool176 Name="VCLinkerTool"177 />178 <Tool179 Name="VCALinkTool"180 />181 <Tool182 Name="VCManifestTool"183 />184 <Tool185 Name="VCXDCMakeTool"186 />187 <Tool188 Name="VCBscMakeTool"189 />190 <Tool191 Name="VCFxCopTool"192 />193 <Tool194 Name="VCAppVerifierTool"195 />196 <Tool197 Name="VCWebDeploymentTool"198 />199 <Tool200 Name="VCPostBuildEventTool"201 />202 </Configuration>203 <Configuration204 Name="Release_SSE2|Win32"205 ConfigurationType="2"206 InheritedPropertySheets="..\base_properties_release_sse2.vsprops;..\util_properties.vsprops"207 CharacterSet="1"208 WholeProgramOptimization="1"209 >210 <Tool211 Name="VCPreBuildEventTool"212 />213 <Tool214 Name="VCCustomBuildTool"215 />216 <Tool217 Name="VCXMLDataGeneratorTool"218 />219 <Tool220 Name="VCWebServiceProxyGeneratorTool"221 />222 <Tool223 Name="VCMIDLTool"224 />225 <Tool226 Name="VCCLCompilerTool"227 />228 <Tool229 Name="VCManagedResourceCompilerTool"230 />231 <Tool232 Name="VCResourceCompilerTool"233 />234 <Tool235 Name="VCPreLinkEventTool"236 />237 <Tool238 Name="VCLinkerTool"239 />240 <Tool241 Name="VCALinkTool"242 />243 <Tool244 Name="VCManifestTool"245 />246 <Tool247 Name="VCXDCMakeTool"248 />249 <Tool250 Name="VCBscMakeTool"251 />252 <Tool253 Name="VCFxCopTool"254 />255 <Tool256 Name="VCAppVerifierTool"257 />258 <Tool259 Name="VCWebDeploymentTool"260 />261 <Tool262 Name="VCPostBuildEventTool"263 />264 </Configuration>265 141 </Configurations> 266 142 <References> … … 273 149 > 274 150 <File 151 RelativePath="..\..\src\util\ArgReader.cc" 152 > 153 </File> 154 <File 275 155 RelativePath="..\..\src\util\Math.cc" 276 156 > … … 293 173 </File> 294 174 <File 295 RelativePath="..\..\src\util\ substring.cc"175 RelativePath="..\..\src\util\SubString.cc" 296 176 > 297 177 </File> … … 303 183 > 304 184 <File 185 RelativePath="..\..\src\util\ArgReader.h" 186 > 187 </File> 188 <File 305 189 RelativePath="..\..\src\util\Convert.h" 306 190 > … … 339 223 </File> 340 224 <File 341 RelativePath="..\..\src\util\ substring.h"225 RelativePath="..\..\src\util\SubString.h" 342 226 > 343 227 </File>
Note: See TracChangeset
for help on using the changeset viewer.