Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 273


Ignore:
Timestamp:
Nov 27, 2007, 6:33:17 PM (16 years ago)
Author:
rgrieder
Message:
  • fixed the last bug (BaseObjet.cc —> BaseObject.cc)
  • removed the header file names in the CMakeLists.txt (src/weapon and src)
Location:
code/branches/main_reto/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • code/branches/main_reto/src/CMakeLists.txt

    r270 r273  
    1111        orxonox_ship.cc
    1212        run_manager.cc
    13 
    14         camera_manager.h
    15         inertial_node.h
    16         ogre_control.h
    17         orxonox.h
    18         orxonox_prerequisites.h
    19         orxonox_scene.h
    20         orxonox_ship.h
    21         run_manager.h
    22    )
     13)
    2314
    2415#Creates an executable
     
    3627        HUD
    3728        ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES}
    38         )
     29)
     30
    3931#TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES})
  • code/branches/main_reto/src/class_hierarchy/CMakeLists.txt

    r272 r273  
    33# create a few variables to simplify life
    44SET( CLASS_HIERARCHY_SRC
    5         BaseObjet.cc
     5        BaseObject.cc
    66        ClassHierarchy.cc
    77        Identifier.cc
  • code/branches/main_reto/src/weapon/CMakeLists.txt

    r272 r273  
    99        bullet_manager.cc
    1010        weapon_station.cc
    11 
    12         ammunition_dump.h
    13         barrel_gun.h
    14         base_weapon.h
    15         bullet.h
    16         bullet_manager.h
    17         weapon_station.h
    18    )
     11)
    1912
    2013ADD_LIBRARY(WEAPON ${WEAPON_SRC} )
Note: See TracChangeset for help on using the changeset viewer.