Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 304


Ignore:
Timestamp:
Nov 28, 2007, 9:50:28 AM (16 years ago)
Author:
nicolasc
Message:

some cleanups

Location:
code/branches/merger/src/orxonox
Files:
2 edited

Legend:

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

    r303 r304  
    66ADD_EXECUTABLE(../../bin/main ${SRC_FILES} ${INC_FILES})
    77
    8 TARGET_LINK_LIBRARIES(../../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES} ${Boost_LIBRARIES} loader)
     8TARGET_LINK_LIBRARIES(../../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} loader )
    99
    1010INCLUDE_DIRECTORIES(..)
  • code/branches/merger/src/orxonox/orxonox.cc

    r265 r304  
    3939#include <iostream>
    4040
    41 #include "../xml/xmlParser.h"
    42 #include "../loader/LevelLoader.h"
     41#include "xml/xmlParser.h"
     42#include "loader/LevelLoader.h"
    4343
    4444
Note: See TracChangeset for help on using the changeset viewer.