Changeset 789 for code/branches/FICN/visual_studio/base_properties.vsprops
- Timestamp:
- Feb 5, 2008, 9:52:37 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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>
Note: See TracChangeset
for help on using the changeset viewer.