Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 5, 2008, 9:52:37 PM (17 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_debug.vsprops

    r788 r789  
    1616        />
    1717        <Tool
    18                 Name="VCLibrarianTool"
    19                 OutputFile="$(LibDir)$(ProjectName)_d.lib"
    20         />
    21         <Tool
    2218                Name="VCLinkerTool"
    23                 OutputFile="$(OutDir)$(ProjectName)_d.dll"
    2419                LinkIncremental="2"
    2520                GenerateDebugInformation="true"
    2621        />
     22        <UserMacro
     23                Name="CS"
     24                Value="_d"
     25        />
     26        <UserMacro
     27                Name="CSS"
     28                Value="$(CS)"
     29        />
    2730</VisualStudioPropertySheet>
Note: See TracChangeset for help on using the changeset viewer.