Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 12, 2009, 1:33:55 PM (15 years ago)
Author:
rgrieder
Message:
  • Use $ENV{BOOST_ROOT} to find boost if possible
  • Set TOLUA_PARSER_WORKING_DIRECTORY now defaults to ${CMAKE_RUNTIME_OUTPUT_PATH}
  • Added bin/release, bin/debug, release and debug to the Ogre library prefix paths
  • Lots of small fixes and changes
Location:
code/branches/buildsystem2/visual_studio/vc8
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/visual_studio/vc8/base.vsprops

    r2570 r2583  
    2323                SubSystem="1"
    2424                ImportLibrary="$(IntDir)\$(TargetName).lib"
    25                 TargetMachine="1"
    2625        />
    2726</VisualStudioPropertySheet>
  • code/branches/buildsystem2/visual_studio/vc8/ois.vsprops

    r2516 r2583  
    99                Name="VCCLCompilerTool"
    1010                AdditionalOptions="/MP2"
    11                 PreprocessorDefinitions="OIS_NONCLIENT_BUILD;OIS_DYNAMIC_LIB"
     11                PreprocessorDefinitions="OIS_NONCLIENT_BUILD"
    1212        />
    1313        <Tool
  • code/branches/buildsystem2/visual_studio/vc8/orxonox.vsprops

    r2546 r2583  
    1010                AdditionalOptions="/MP2 /Zm200"
    1111                AdditionalIncludeDirectories="&quot;$(RootDir)\src\orxonox\pch\havepch&quot;"
    12                 PreprocessorDefinitions="ORXONOX_NO_EXPORTS;ORXONOX_ENABLE_PCH;LUA_BUILD_AS_DLL"
     12                PreprocessorDefinitions="ORXONOX_ENABLE_PCH"
    1313                UsePrecompiledHeader="2"
    1414                PrecompiledHeaderThrough="OrxonoxStableHeaders.h"
Note: See TracChangeset for help on using the changeset viewer.