Changeset 1847 for code/branches/orxonox_tutorial
- Timestamp:
- Sep 28, 2008, 2:50:47 PM (16 years ago)
- Location:
- code/branches/orxonox_tutorial
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/orxonox_tutorial/src/orxonox/CMakeLists.txt
r1846 r1847 56 56 objects/SpaceShipAI.cc 57 57 objects/Tickable.cc 58 objects/TutorialShip.cc 58 59 objects/WorldEntity.cc 59 60 -
code/branches/orxonox_tutorial/visual_studio/vc8/orxonox.vcproj
r1846 r1847 292 292 </File> 293 293 <File 294 RelativePath="..\..\src\orxonox\objects\SpaceShip_backend.cc" 295 > 296 <FileConfiguration 297 Name="Debug|Win32" 298 ExcludedFromBuild="true" 299 > 300 <Tool 301 Name="VCCLCompilerTool" 302 /> 303 </FileConfiguration> 304 <FileConfiguration 305 Name="Release|Win32" 306 ExcludedFromBuild="true" 307 > 308 <Tool 309 Name="VCCLCompilerTool" 310 /> 311 </FileConfiguration> 312 </File> 313 <File 294 314 RelativePath="..\..\src\orxonox\objects\SpaceShipAI.cc" 295 315 > … … 297 317 <File 298 318 RelativePath="..\..\src\orxonox\objects\Tickable.cc" 319 > 320 </File> 321 <File 322 RelativePath="..\..\src\orxonox\objects\TutorialShip.cc" 299 323 > 300 324 </File> … … 653 677 <File 654 678 RelativePath="..\..\src\orxonox\objects\Tickable.h" 679 > 680 </File> 681 <File 682 RelativePath="..\..\src\orxonox\objects\TutorialShip.h" 655 683 > 656 684 </File>
Note: See TracChangeset
for help on using the changeset viewer.