Changeset 1193 for code/branches/input/visual_studio
- Timestamp:
- Apr 27, 2008, 1:50:28 PM (17 years ago)
- Location:
- code/branches/input/visual_studio
- Files:
-
- 2 deleted
- 3 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
code/branches/input/visual_studio/core_properties.vsprops
r1084 r1193 12 12 <Tool 13 13 Name="VCLinkerTool" 14 AdditionalDependencies="OgreMain$(CSS).lib OIS$(CS).lib lua51$(CS).lib"14 AdditionalDependencies="OgreMain$(CSS).lib ois-1.2.0$(CS).lib lua-5.1$(CS).lib" 15 15 /> 16 16 </VisualStudioPropertySheet> -
code/branches/input/visual_studio/orxonox_properties.vsprops
r1084 r1193 14 14 <Tool 15 15 Name="VCLinkerTool" 16 AdditionalDependencies="OgreMain$(CSS).lib OIS$(CS).lib"16 AdditionalDependencies="OgreMain$(CSS).lib ois-1.2.0$(CS).lib" 17 17 OutputFile="$(OutDir)$(ProjectName)$(CS).exe" 18 18 IgnoreDefaultLibraryNames="" -
code/branches/input/visual_studio/orxonox_vc8.sln
r1064 r1193 57 57 EndProjectSection 58 58 EndProject 59 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tolua ++", "vc8\tolua++.vcproj", "{35E36A06-0A5C-4A0D-9AB6-5A05EAA87626}"59 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tolua", "vc8\tolua.vcproj", "{35E36A06-0A5C-4A0D-9AB6-5A05EAA87626}" 60 60 ProjectSection(WebsiteProperties) = preProject 61 61 Debug.AspNetCompiler.Debug = "True" … … 102 102 {2240ECD7-2F48-4431-8E1B-25466A384CCC}.static_libs_release|Win32.ActiveCfg = Release|Win32 103 103 {F101C2F0-1CB9-4A57-827B-6C399A99B28F}.Debug|Win32.ActiveCfg = Debug|Win32 104 {F101C2F0-1CB9-4A57-827B-6C399A99B28F}.Debug|Win32.Build.0 = Debug|Win32 104 105 {F101C2F0-1CB9-4A57-827B-6C399A99B28F}.Release|Win32.ActiveCfg = Release|Win32 106 {F101C2F0-1CB9-4A57-827B-6C399A99B28F}.Release|Win32.Build.0 = Release|Win32 105 107 {F101C2F0-1CB9-4A57-827B-6C399A99B28F}.static_libs_debug|Win32.ActiveCfg = Debug|Win32 106 108 {F101C2F0-1CB9-4A57-827B-6C399A99B28F}.static_libs_debug|Win32.Build.0 = Debug|Win32 … … 108 110 {F101C2F0-1CB9-4A57-827B-6C399A99B28F}.static_libs_release|Win32.Build.0 = Release|Win32 109 111 {35E36A06-0A5C-4A0D-9AB6-5A05EAA87626}.Debug|Win32.ActiveCfg = Debug|Win32 112 {35E36A06-0A5C-4A0D-9AB6-5A05EAA87626}.Debug|Win32.Build.0 = Debug|Win32 110 113 {35E36A06-0A5C-4A0D-9AB6-5A05EAA87626}.Release|Win32.ActiveCfg = Release|Win32 114 {35E36A06-0A5C-4A0D-9AB6-5A05EAA87626}.Release|Win32.Build.0 = Release|Win32 111 115 {35E36A06-0A5C-4A0D-9AB6-5A05EAA87626}.static_libs_debug|Win32.ActiveCfg = Debug|Win32 112 116 {35E36A06-0A5C-4A0D-9AB6-5A05EAA87626}.static_libs_debug|Win32.Build.0 = Debug|Win32 -
code/branches/input/visual_studio/tolua_properties.vsprops
r1158 r1193 3 3 ProjectType="Visual C++" 4 4 Version="8.00" 5 Name="tolua ++_properties"5 Name="tolua_properties" 6 6 InheritedPropertySheets=".\directory_properties.vsprops" 7 7 > 8 <Tool 9 Name="VCCLCompilerTool" 10 DisableSpecificWarnings="4996" 11 /> 8 12 </VisualStudioPropertySheet> -
code/branches/input/visual_studio/vc8/tolua.vcproj
r1158 r1193 3 3 ProjectType="Visual C++" 4 4 Version="8.00" 5 Name="tolua ++"5 Name="tolua" 6 6 ProjectGUID="{35E36A06-0A5C-4A0D-9AB6-5A05EAA87626}" 7 7 RootNamespace="FICN" … … 19 19 Name="Debug|Win32" 20 20 ConfigurationType="4" 21 InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops;..\tolua ++_properties.vsprops"21 InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops;..\tolua_properties.vsprops" 22 22 CharacterSet="1" 23 23 > … … 71 71 Name="Release|Win32" 72 72 ConfigurationType="4" 73 InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\tolua ++_properties.vsprops"73 InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\tolua_properties.vsprops" 74 74 CharacterSet="1" 75 75 WholeProgramOptimization="1"
Note: See TracChangeset
for help on using the changeset viewer.