Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 10, 2008, 5:35:49 PM (16 years ago)
Author:
rgrieder
Message:

merged input back into trunk
note: I have created an asylum with obsolete code, please check the files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/visual_studio/base_properties.vsprops

    r1021 r1024  
    99                Name="VCCLCompilerTool"
    1010                AdditionalIncludeDirectories=""$(RootDir)src";"$(RootDir)src\orxonox";"$(DependencyDir)include""
    11                 PreprocessorDefinitions="WIN32;__WIN32__;_WIN32;BOOST_ALL_DYN_LINK"
     11                PreprocessorDefinitions="WIN32;__WIN32__;_WIN32;BOOST_ALL_DYN_LINK;OIS_DYNAMIC_LIB; ZLIB_WINAPI"
    1212                WarningLevel="3"
    13                 DisableSpecificWarnings="4244;4251"
     13                DisableSpecificWarnings="4522;4251"
    1414        />
    1515        <Tool
     
    2323                OutputFile="$(OutDir)$(ProjectName)$(CS).dll"
    2424                AdditionalLibraryDirectories="$(DependencyDir)lib"
    25                 SubSystem="2"
     25                SubSystem="1"
    2626                ImportLibrary="$(LibOutDir)$(TargetName).lib"
    2727                TargetMachine="1"
     
    3333        <UserMacro
    3434                Name="DependencyDir"
    35                 Value="D:\orxonox\dependencies\orxonox\"
     35                Value="$(RootDir)..\dependencies\"
    3636        />
    3737        <UserMacro
     
    4141        <UserMacro
    4242                Name="CSS"
    43                 Value="$(CS)"
     43                Value=""
    4444        />
    4545</VisualStudioPropertySheet>
Note: See TracChangeset for help on using the changeset viewer.