Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 10, 2008, 12:07:45 AM (16 years ago)
Author:
rgrieder
Message:

In msvc files:

  • linked lua and tolua statically to toluagen and toluagen_orxonox
  • created output directories for different versions and builds

Update your msvc dependencies!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/visual_studio/vc8/directories.vsprops

    r1877 r1896  
    44        Version="8.00"
    55        Name="directories"
    6         OutputDirectory="$(RootDir)bin\"
    7         IntermediateDirectory="$(RootDir)obj\$(ProjectName)\$(ConfigurationName)"
     6        OutputDirectory="$(RootDir)bin\$(SolutionName)\$(ConfigurationName)\"
     7        IntermediateDirectory="$(RootDir)build\$(SolutionName)\$(ConfigurationName)\$(ProjectName)\"
    88        >
    99        <UserMacro
     
    1313        <UserMacro
    1414                Name="LibDir"
    15                 Value="$(RootDir)dependencies\"
     15                Value="$(RootDir)\dependencies\"
    1616        />
    1717        <UserMacro
Note: See TracChangeset for help on using the changeset viewer.