Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 3, 2008, 10:23:37 AM (17 years ago)
Author:
rgrieder
Message:
  • not really done a lot, but svn create patch doesn't work with renamed files
Location:
code/branches/input/visual_studio
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • code/branches/input/visual_studio/base_properties.vsprops

    r944 r973  
    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"
    1313                DisableSpecificWarnings="4244;4251"
  • code/branches/input/visual_studio/core_properties.vsprops

    r790 r973  
    1212        <Tool
    1313                Name="VCLinkerTool"
    14                 AdditionalDependencies="OgreMain$(CS).lib"
     14                AdditionalDependencies="OgreMain$(CS).lib OIS$(CSS).lib"
    1515        />
    1616</VisualStudioPropertySheet>
  • code/branches/input/visual_studio/network_properties.vsprops

    r918 r973  
    88        <Tool
    99                Name="VCCLCompilerTool"
    10                 PreprocessorDefinitions="NETWORK_SHARED_BUILD; ZLIB_WINAPI;WIN32_LEAN_AND_MEAN"
     10                PreprocessorDefinitions="NETWORK_SHARED_BUILD;WIN32_LEAN_AND_MEAN"
    1111        />
    1212        <Tool
  • code/branches/input/visual_studio/orxonox_properties.vsprops

    r790 r973  
    88        <Tool
    99                Name="VCCLCompilerTool"
    10                 PreprocessorDefinitions="ORXONOX_SHARED_BUILD; LOADER_STATIC_BUILD"
     10                PreprocessorDefinitions="ORXONOX_SHARED_BUILD"
    1111                UsePrecompiledHeader="2"
    1212                PrecompiledHeaderThrough="OrxonoxStableHeaders.h"
  • code/branches/input/visual_studio/vc8/core.vcproj

    r971 r973  
    317317                        </File>
    318318                        <File
    319                                 RelativePath="..\..\src\orxonox\core\InputHandlerBuffer.cc"
    320                                 >
    321                         </File>
    322                         <File
    323                                 RelativePath="..\..\src\orxonox\core\InputHandlerGame.cc"
    324                                 >
    325                         </File>
    326                         <File
    327                                 RelativePath="..\..\src\orxonox\core\InputHandlerGUI.cc"
     319                                RelativePath="..\..\src\orxonox\core\InputManager.cc"
    328320                                >
    329321                        </File>
     
    439431                        </File>
    440432                        <File
    441                                 RelativePath="..\..\src\orxonox\core\InputHandlerBuffer.h"
    442                                 >
    443                         </File>
    444                         <File
    445                                 RelativePath="..\..\src\orxonox\core\InputHandlerGame.h"
    446                                 >
    447                         </File>
    448                         <File
    449                                 RelativePath="..\..\src\orxonox\core\InputHandlerGUI.h"
     433                                RelativePath="..\..\src\orxonox\core\InputManager.h"
    450434                                >
    451435                        </File>
  • code/branches/input/visual_studio/vc8/orxonox.vcproj

    r945 r973  
    285285                        </File>
    286286                        <File
    287                                 RelativePath="..\..\src\orxonox\InputEventListener.cc"
    288                                 >
    289                         </File>
    290                         <File
    291                                 RelativePath="..\..\src\orxonox\InputHandler.cc"
    292                                 >
    293                         </File>
    294                         <File
    295287                                RelativePath="..\..\src\orxonox\Main.cc"
    296288                                >
     
    455447                        </File>
    456448                        <File
    457                                 RelativePath="..\..\src\orxonox\InputEvent.h"
    458                                 >
    459                         </File>
    460                         <File
    461                                 RelativePath="..\..\src\orxonox\InputEventListener.h"
    462                                 >
    463                         </File>
    464                         <File
    465                                 RelativePath="..\..\src\orxonox\InputHandler.h"
    466                                 >
    467                         </File>
    468                         <File
    469449                                RelativePath="..\..\src\orxonox\Orxonox.h"
    470450                                >
Note: See TracChangeset for help on using the changeset viewer.