Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 8, 2008, 5:55:05 PM (16 years ago)
Author:
rgrieder
Message:
  • changed a default value concerning the derived mouse input (maybe change that in orxonox.ini too
  • added initialise()/destroy() to HUD in order to avoid a segfault
Location:
code/trunk/visual_studio
Files:
8 edited

Legend:

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

    r1502 r1567  
    99                Name="VCCLCompilerTool"
    1010                Optimization="2"
    11                 WholeProgramOptimization="false"
    1211                PreprocessorDefinitions="NDEBUG"
    1312                RuntimeLibrary="2"
  • code/trunk/visual_studio/vc8/core.vcproj

    r1543 r1567  
    8282                        InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\core_properties.vsprops"
    8383                        CharacterSet="1"
    84                         WholeProgramOptimization="1"
     84                        WholeProgramOptimization="0"
    8585                        >
    8686                        <Tool
  • code/trunk/visual_studio/vc8/cpptcl.vcproj

    r1223 r1567  
    7373                        InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\cpptcl_properties.vsprops"
    7474                        CharacterSet="1"
    75                         WholeProgramOptimization="1"
     75                        WholeProgramOptimization="0"
    7676                        >
    7777                        <Tool
  • code/trunk/visual_studio/vc8/network.vcproj

    r1316 r1567  
    7373                        InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\network_properties.vsprops"
    7474                        CharacterSet="1"
    75                         WholeProgramOptimization="1"
     75                        WholeProgramOptimization="0"
    7676                        >
    7777                        <Tool
  • code/trunk/visual_studio/vc8/ois.vcproj

    r1293 r1567  
    2424                        InheritedPropertySheets="..\directory_properties.vsprops"
    2525                        CharacterSet="2"
     26                        WholeProgramOptimization="1"
    2627                        >
    2728                        <Tool
     
    7677                                EnableCOMDATFolding="2"
    7778                                OptimizeForWindows98="1"
    78                                 LinkTimeCodeGeneration="1"
    7979                                ImportLibrary="$(RootDir)lib\$(TargetName).lib"
    8080                        />
  • code/trunk/visual_studio/vc8/orxonox.vcproj

    r1561 r1567  
    8484                        InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\orxonox_properties.vsprops"
    8585                        CharacterSet="1"
    86                         WholeProgramOptimization="1"
     86                        WholeProgramOptimization="0"
    8787                        >
    8888                        <Tool
  • code/trunk/visual_studio/vc8/tixml.vcproj

    r1209 r1567  
    7373                        InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\tixml_properties.vsprops"
    7474                        CharacterSet="1"
    75                         WholeProgramOptimization="1"
     75                        WholeProgramOptimization="0"
    7676                        >
    7777                        <Tool
  • code/trunk/visual_studio/vc8/tolua.vcproj

    r1223 r1567  
    7373                        InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\tolua_properties.vsprops"
    7474                        CharacterSet="1"
    75                         WholeProgramOptimization="1"
     75                        WholeProgramOptimization="0"
    7676                        >
    7777                        <Tool
Note: See TracChangeset for help on using the changeset viewer.