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/toluagen.vsprops

    r1877 r1896  
    88        <Tool
    99                Name="VCCLCompilerTool"
     10                PreprocessorDefinitions="TOLUA_STATIC_BUILD"
    1011                CompileAs="1"
    1112        />
    1213        <Tool
    1314                Name="VCLinkerTool"
    14                 OutputFile="$(OutDir)$(ProjectName)$(CS).exe"
     15                OutputFile="$(IntDir)$(ProjectName)$(CS).exe"
    1516        />
    1617</VisualStudioPropertySheet>
Note: See TracChangeset for help on using the changeset viewer.