Changeset 973 for code/branches/input/visual_studio
- Timestamp:
- Apr 3, 2008, 10:23:37 AM (17 years ago)
- Location:
- code/branches/input/visual_studio
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/input/visual_studio/base_properties.vsprops
r944 r973 9 9 Name="VCCLCompilerTool" 10 10 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" 12 12 WarningLevel="3" 13 13 DisableSpecificWarnings="4244;4251" -
code/branches/input/visual_studio/core_properties.vsprops
r790 r973 12 12 <Tool 13 13 Name="VCLinkerTool" 14 AdditionalDependencies="OgreMain$(CS).lib "14 AdditionalDependencies="OgreMain$(CS).lib OIS$(CSS).lib" 15 15 /> 16 16 </VisualStudioPropertySheet> -
code/branches/input/visual_studio/network_properties.vsprops
r918 r973 8 8 <Tool 9 9 Name="VCCLCompilerTool" 10 PreprocessorDefinitions="NETWORK_SHARED_BUILD; ZLIB_WINAPI;WIN32_LEAN_AND_MEAN"10 PreprocessorDefinitions="NETWORK_SHARED_BUILD;WIN32_LEAN_AND_MEAN" 11 11 /> 12 12 <Tool -
code/branches/input/visual_studio/orxonox_properties.vsprops
r790 r973 8 8 <Tool 9 9 Name="VCCLCompilerTool" 10 PreprocessorDefinitions="ORXONOX_SHARED_BUILD ; LOADER_STATIC_BUILD"10 PreprocessorDefinitions="ORXONOX_SHARED_BUILD" 11 11 UsePrecompiledHeader="2" 12 12 PrecompiledHeaderThrough="OrxonoxStableHeaders.h" -
code/branches/input/visual_studio/vc8/core.vcproj
r971 r973 317 317 </File> 318 318 <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" 328 320 > 329 321 </File> … … 439 431 </File> 440 432 <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" 450 434 > 451 435 </File> -
code/branches/input/visual_studio/vc8/orxonox.vcproj
r945 r973 285 285 </File> 286 286 <File 287 RelativePath="..\..\src\orxonox\InputEventListener.cc"288 >289 </File>290 <File291 RelativePath="..\..\src\orxonox\InputHandler.cc"292 >293 </File>294 <File295 287 RelativePath="..\..\src\orxonox\Main.cc" 296 288 > … … 455 447 </File> 456 448 <File 457 RelativePath="..\..\src\orxonox\InputEvent.h"458 >459 </File>460 <File461 RelativePath="..\..\src\orxonox\InputEventListener.h"462 >463 </File>464 <File465 RelativePath="..\..\src\orxonox\InputHandler.h"466 >467 </File>468 <File469 449 RelativePath="..\..\src\orxonox\Orxonox.h" 470 450 >
Note: See TracChangeset
for help on using the changeset viewer.