Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5734


Ignore:
Timestamp:
Sep 1, 2009, 12:14:43 AM (15 years ago)
Author:
landauf
Message:

Moved all files and subdirectories from orxonox/objects to orxonox directly. Deleted the objects directory.

Doesn't compile at the moment because all paths to objects are wrong

Location:
code/branches/libraries2/src/orxonox
Files:
16 deleted
1 edited
21 copied

Legend:

Unmodified
Added
Removed
  • code/branches/libraries2/src/orxonox/CMakeLists.txt

    r5733 r5734  
    2525  PawnManager.cc
    2626  PlayerManager.cc
     27
     28  GlobalShader.cc
     29  Level.cc
     30  Radar.cc
     31  Scene.cc
    2732)
     33
     34ADD_SUBDIRECTORY(collisionshapes)
     35ADD_SUBDIRECTORY(controllers)
     36ADD_SUBDIRECTORY(gametypes)
     37ADD_SUBDIRECTORY(infos)
    2838ADD_SUBDIRECTORY(interfaces)
     39ADD_SUBDIRECTORY(items)
    2940ADD_SUBDIRECTORY(overlays)
    30 ADD_SUBDIRECTORY(objects)
     41ADD_SUBDIRECTORY(pickup)
    3142ADD_SUBDIRECTORY(sound)
     43ADD_SUBDIRECTORY(weaponsystem)
     44ADD_SUBDIRECTORY(worldentities)
    3245
    3346ORXONOX_ADD_LIBRARY(orxonox
Note: See TracChangeset for help on using the changeset viewer.