Changeset 682 for code/branches/FICN/visual_studio
- Timestamp:
- Dec 25, 2007, 10:37:29 PM (17 years ago)
- Location:
- code/branches/FICN/visual_studio
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/visual_studio/FICN.sln
r678 r682 6 6 Debug.AspNetCompiler.Debug = "True" 7 7 Release.AspNetCompiler.Debug = "False" 8 EndProjectSection 9 ProjectSection(ProjectDependencies) = postProject 10 {271715F3-5B90-4110-A552-70C788084A86} = {271715F3-5B90-4110-A552-70C788084A86} 8 11 EndProjectSection 9 12 EndProject … … 37 40 Debug.AspNetCompiler.Debug = "True" 38 41 Release.AspNetCompiler.Debug = "False" 42 EndProjectSection 43 ProjectSection(ProjectDependencies) = postProject 44 {2240ECD7-2F48-4431-8E1B-25466A384CCC} = {2240ECD7-2F48-4431-8E1B-25466A384CCC} 45 {271715F3-5B90-4110-A552-70C788084A86} = {271715F3-5B90-4110-A552-70C788084A86} 39 46 EndProjectSection 40 47 EndProject -
code/branches/FICN/visual_studio/benixonox.vcproj
r679 r682 40 40 Name="VCCLCompilerTool" 41 41 AdditionalIncludeDirectories="" 42 PreprocessorDefinitions="LOADER_STATIC "42 PreprocessorDefinitions="LOADER_STATIC_BUILD" 43 43 PrecompiledHeaderThrough="" 44 44 /> … … 109 109 Name="VCCLCompilerTool" 110 110 AdditionalIncludeDirectories="" 111 PreprocessorDefinitions="LOADER_STATIC "111 PreprocessorDefinitions="LOADER_STATIC_BUILD" 112 112 /> 113 113 <Tool … … 334 334 </File> 335 335 <File 336 RelativePath="..\src\orxonox\OrxonoxPlatform.h" 337 > 338 </File> 339 <File 336 340 RelativePath="..\src\orxonox\OrxonoxPrereqs.h" 337 341 > -
code/branches/FICN/visual_studio/core.vcproj
r678 r682 18 18 <Configuration 19 19 Name="Debug|Win32" 20 ConfigurationType=" 4"20 ConfigurationType="2" 21 21 InheritedPropertySheets=".\base_properties_debug.vsprops" 22 22 CharacterSet="1" … … 40 40 Name="VCCLCompilerTool" 41 41 AdditionalIncludeDirectories="" 42 PreprocessorDefinitions="CORE_SHARED_BUILD" 42 43 /> 43 44 <Tool … … 51 52 /> 52 53 <Tool 53 Name="VCLibrarianTool" 54 Name="VCLinkerTool" 55 AdditionalDependencies="OgreMain_d.lib" 54 56 /> 55 57 <Tool … … 57 59 /> 58 60 <Tool 61 Name="VCManifestTool" 62 /> 63 <Tool 59 64 Name="VCXDCMakeTool" 60 65 /> … … 64 69 <Tool 65 70 Name="VCFxCopTool" 71 /> 72 <Tool 73 Name="VCAppVerifierTool" 74 /> 75 <Tool 76 Name="VCWebDeploymentTool" 66 77 /> 67 78 <Tool … … 71 82 <Configuration 72 83 Name="Release|Win32" 73 ConfigurationType=" 4"84 ConfigurationType="2" 74 85 InheritedPropertySheets=".\base_properties_release.vsprops" 75 86 CharacterSet="1" … … 94 105 Name="VCCLCompilerTool" 95 106 AdditionalIncludeDirectories="" 107 PreprocessorDefinitions="CORE_SHARED_BUILD" 96 108 /> 97 109 <Tool … … 105 117 /> 106 118 <Tool 107 Name="VCLibrarianTool" 119 Name="VCLinkerTool" 120 AdditionalDependencies="OgreMain.lib" 108 121 /> 109 122 <Tool … … 111 124 /> 112 125 <Tool 126 Name="VCManifestTool" 127 /> 128 <Tool 113 129 Name="VCXDCMakeTool" 114 130 /> … … 118 134 <Tool 119 135 Name="VCFxCopTool" 136 /> 137 <Tool 138 Name="VCAppVerifierTool" 139 /> 140 <Tool 141 Name="VCWebDeploymentTool" 120 142 /> 121 143 <Tool … … 195 217 </File> 196 218 <File 219 RelativePath="..\src\orxonox\core\CorePrereqs.h" 220 > 221 </File> 222 <File 197 223 RelativePath="..\src\orxonox\core\Debug.h" 198 224 > -
code/branches/FICN/visual_studio/loader.vcproj
r678 r682 40 40 Name="VCCLCompilerTool" 41 41 AdditionalIncludeDirectories="" 42 PreprocessorDefinitions="LOADER_STATIC "42 PreprocessorDefinitions="LOADER_STATIC_BUILD" 43 43 /> 44 44 <Tool … … 95 95 Name="VCCLCompilerTool" 96 96 AdditionalIncludeDirectories="" 97 PreprocessorDefinitions="LOADER_STATIC "97 PreprocessorDefinitions="LOADER_STATIC_BUILD" 98 98 /> 99 99 <Tool … … 149 149 </File> 150 150 <File 151 RelativePath="..\src\loader\LoaderP latform.h"151 RelativePath="..\src\loader\LoaderPrereqs.h" 152 152 > 153 153 </File>
Note: See TracChangeset
for help on using the changeset viewer.