Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 30, 2007, 9:48:52 PM (17 years ago)
Author:
rgrieder
Message:
  • fixed multiple template instantiation problem under windows
  • removed some warnings by introducing explicit casts
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/visual_studio/loader.vcproj

    r708 r729  
    1818                <Configuration
    1919                        Name="Debug|Win32"
    20                         ConfigurationType="4"
     20                        ConfigurationType="2"
    2121                        InheritedPropertySheets=".\base_properties_debug.vsprops"
    2222                        CharacterSet="1"
     
    4040                                Name="VCCLCompilerTool"
    4141                                AdditionalIncludeDirectories=""
    42                                 PreprocessorDefinitions="LOADER_STATIC_BUILD"
     42                                PreprocessorDefinitions="LOADER_SHARED_BUILD"
    4343                        />
    4444                        <Tool
     
    5252                        />
    5353                        <Tool
    54                                 Name="VCLibrarianTool"
     54                                Name="VCLinkerTool"
     55                                AdditionalDependencies="OgreMain_d.lib Orxonox_d.lib"
     56                                AdditionalLibraryDirectories="$(OutDir)"
    5557                        />
    5658                        <Tool
    5759                                Name="VCALinkTool"
     60                        />
     61                        <Tool
     62                                Name="VCManifestTool"
    5863                        />
    5964                        <Tool
     
    6570                        <Tool
    6671                                Name="VCFxCopTool"
     72                        />
     73                        <Tool
     74                                Name="VCAppVerifierTool"
     75                        />
     76                        <Tool
     77                                Name="VCWebDeploymentTool"
    6778                        />
    6879                        <Tool
Note: See TracChangeset for help on using the changeset viewer.