Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 5, 2008, 9:52:37 PM (16 years ago)
Author:
rgrieder
Message:
  • updated VS properties
  • tried SSE extensions, but ogre doesn't seem to like that..
  • finally managed to create an archive with all the necessary dependency files for VC8
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/visual_studio/base_properties.vsprops

    r788 r789  
    44        Version="8.00"
    55        Name="base_properties"
    6         OutputDirectory="$(RootDir)bin\"
    7         IntermediateDirectory="$(SolutionDir)obj\$(SolutionName)\$(ProjectName)\$(ConfigurationName)\"
     6        InheritedPropertySheets=".\directory_properties.vsprops"
    87        >
    98        <Tool
    109                Name="VCCLCompilerTool"
    11                 AdditionalIncludeDirectories="&quot;$(RootDir)src&quot;;&quot;$(RootDir)src\orxonox&quot;;&quot;$(RootDir)dependencies\include&quot;"
     10                AdditionalIncludeDirectories="&quot;$(RootDir)src&quot;;&quot;$(RootDir)src\orxonox&quot;;&quot;$(DependencyDir)include&quot;"
    1211                PreprocessorDefinitions="WIN32;__WIN32__;_WIN32;BOOST_ALL_DYN_LINK"
    1312                WarningLevel="3"
    14                 DebugInformationFormat="3"
    1513                DisableSpecificWarnings="4267; 4244; 4251"
    1614        />
    1715        <Tool
    1816                Name="VCLibrarianTool"
    19                 OutputFile="$(LibDir)$(ProjectName).lib"
     17                OutputFile="$(LibOutDir)$(ProjectName)$(CS).lib"
    2018                AdditionalLibraryDirectories="$(RootDir)dependencies\lib"
    2119                IgnoreAllDefaultLibraries="true"
     
    2321        <Tool
    2422                Name="VCLinkerTool"
    25                 OutputFile="$(OutDir)$(ProjectName).dll"
    26                 AdditionalLibraryDirectories="$(RootDir)dependencies\lib"
     23                OutputFile="$(OutDir)$(ProjectName)$(CS).dll"
     24                AdditionalLibraryDirectories="$(DependencyDir)lib"
    2725                SubSystem="2"
    28                 RandomizedBaseAddress="1"
    29                 DataExecutionPrevention="0"
    30                 ImportLibrary="$(RootDir)lib\$(TargetName).lib"
     26                ImportLibrary="$(LibOutDir)$(TargetName).lib"
    3127                TargetMachine="1"
    3228        />
    3329        <UserMacro
    34                 Name="RootDir"
    35                 Value="$(SolutionDir)..\"
     30                Name="LibOutDir"
     31                Value="$(RootDir)lib\"
    3632        />
    3733        <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)"
    4044        />
    4145</VisualStudioPropertySheet>
Note: See TracChangeset for help on using the changeset viewer.