Changeset 1024 for code/trunk/visual_studio/base_properties.vsprops
- Timestamp:
- Apr 10, 2008, 5:35:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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>
Note: See TracChangeset
for help on using the changeset viewer.