Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 119 for code


Ignore:
Timestamp:
Oct 29, 2007, 12:16:26 AM (16 years ago)
Author:
anonymous
Message:

EA ausgeklammert

Location:
code/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/FindCEGUI_OGRE.cmake

    r115 r119  
    2222IF (WIN32) #Windows
    2323    MESSAGE(STATUS "Looking for CEGUI_OGRE")
    24     SET(CEGUI_OGRE_INCLUDE_DIR ../ogre/Dependencies/include/CEGUI)
     24    SET(CEGUI_OGRE_INCLUDE_DIR ../ogre/Samples/Common/CEGUIRenderer/include)
    2525    SET(CEGUI_OGRE_LIB_DIR ../ogre/Samples/Common/bin/Release/lib)
    2626    SET(CEGUI_OGRE_LIBRARIES debug CEGUIBase optimized CEGUIBase)
  • code/trunk/src/CMakeLists.txt

    r113 r119  
    33# create a few variables to simplify life
    44SET(SRC_FILES orxonox.cc)
    5 SET(INC_FILES ExampleApplication.h  ExampleFrameListener.h)
     5#SET(INC_FILES ExampleApplication.h  ExampleFrameListener.h)
    66
    77#Creates an executable
Note: See TracChangeset for help on using the changeset viewer.