Changeset 2013 for code/branches/objecthierarchy/visual_studio
- Timestamp:
- Oct 25, 2008, 9:50:26 PM (16 years ago)
- Location:
- code/branches/objecthierarchy/visual_studio/vc8
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/visual_studio/vc8/core.vcproj
r1994 r2013 604 604 </File> 605 605 <File 606 RelativePath="..\..\src\core\Level.h"607 >608 </File>609 <File610 606 RelativePath="..\..\src\core\Loader.h" 611 607 > … … 617 613 <File 618 614 RelativePath="..\..\src\core\NamespaceNode.h" 615 > 616 </File> 617 <File 618 RelativePath="..\..\src\core\XMLFile.h" 619 619 > 620 620 </File> -
code/branches/objecthierarchy/visual_studio/vc8/network.vcproj
r1947 r2013 149 149 > 150 150 <File 151 RelativePath="..\..\src\network\ChatListener.cc" 152 > 153 </File> 154 <File 151 155 RelativePath="..\..\src\network\Client.cc" 152 156 > … … 235 239 > 236 240 <File 241 RelativePath="..\..\src\network\ChatListener.h" 242 > 243 </File> 244 <File 237 245 RelativePath="..\..\src\network\Client.h" 238 246 > -
code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj
r1994 r2013 39 39 <Tool 40 40 Name="VCCLCompilerTool" 41 AdditionalOptions="/Zm200"42 41 /> 43 42 <Tool … … 103 102 <Tool 104 103 Name="VCCLCompilerTool" 105 AdditionalOptions="/Zm200"106 104 /> 107 105 <Tool … … 275 273 </File> 276 274 <File 277 RelativePath="..\..\src\orxonox\objects\infos\Level Info.cc"275 RelativePath="..\..\src\orxonox\objects\infos\Level.cc" 278 276 > 279 277 </File> … … 405 403 > 406 404 <File 405 RelativePath="..\..\src\orxonox\overlays\hud\ChatOverlay.cc" 406 > 407 </File> 408 <File 407 409 RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.cc" 408 410 > … … 444 446 RelativePath="..\..\src\orxonox\gui\OgreCEGUIRenderer.cpp" 445 447 > 446 <FileConfiguration447 Name="Debug|Win32"448 >449 <Tool450 Name="VCCLCompilerTool"451 UsePrecompiledHeader="0"452 />453 </FileConfiguration>454 <FileConfiguration455 Name="Release|Win32"456 >457 <Tool458 Name="VCCLCompilerTool"459 UsePrecompiledHeader="0"460 />461 </FileConfiguration>462 448 </File> 463 449 <File 464 450 RelativePath="..\..\src\orxonox\gui\OgreCEGUIResourceProvider.cpp" 465 451 > 466 <FileConfiguration467 Name="Debug|Win32"468 >469 <Tool470 Name="VCCLCompilerTool"471 UsePrecompiledHeader="0"472 />473 </FileConfiguration>474 <FileConfiguration475 Name="Release|Win32"476 >477 <Tool478 Name="VCCLCompilerTool"479 UsePrecompiledHeader="0"480 />481 </FileConfiguration>482 452 </File> 483 453 <File 484 454 RelativePath="..\..\src\orxonox\gui\OgreCEGUITexture.cpp" 485 455 > 486 <FileConfiguration487 Name="Debug|Win32"488 >489 <Tool490 Name="VCCLCompilerTool"491 UsePrecompiledHeader="0"492 />493 </FileConfiguration>494 <FileConfiguration495 Name="Release|Win32"496 >497 <Tool498 Name="VCCLCompilerTool"499 UsePrecompiledHeader="0"500 />501 </FileConfiguration>502 456 </File> 503 457 </Filter> … … 655 609 </File> 656 610 <File 657 RelativePath="..\..\src\orxonox\objects\infos\Level Info.h"611 RelativePath="..\..\src\orxonox\objects\infos\Level.h" 658 612 > 659 613 </File> … … 734 688 Name="hud" 735 689 > 690 <File 691 RelativePath="..\..\src\orxonox\overlays\hud\ChatOverlay.h" 692 > 693 </File> 736 694 <File 737 695 RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.h" -
code/branches/objecthierarchy/visual_studio/vc8/orxonox.vsprops
r1918 r2013 8 8 <Tool 9 9 Name="VCCLCompilerTool" 10 AdditionalOptions="/MP2 "11 PreprocessorDefinitions="ORXONOX_NO_EXPORTS; LUA_BUILD_AS_DLL"10 AdditionalOptions="/MP2 /Zm200" 11 PreprocessorDefinitions="ORXONOX_NO_EXPORTS;ORXONOX_ENABLE_PCH;LUA_BUILD_AS_DLL" 12 12 UsePrecompiledHeader="2" 13 13 PrecompiledHeaderThrough="OrxonoxStableHeaders.h"
Note: See TracChangeset
for help on using the changeset viewer.