Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 12, 2007, 12:42:30 PM (16 years ago)
Author:
bknecht
Message:

got my work to compile (it's all hacked together and I dunno if it runs)

  • orxonox.h we got now a real .h file for our main class
  • orxonox.cc this is the all hacked class. We/I have to strip that clean
  • orxonoxOld.cc "You did something wrong, the old implementation was SOO much better"
  • graphicsEngine we should have a wrapper around ogre so we have a real graphics module
  • main.cc created a main again doing all the platform depending stuff in there.. (hope this works)

think that's all…

File:
1 edited

Legend:

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

    r389 r462  
    1414  spaceship_steering.cc
    1515  inertial_node.cc
     16  main.cc
     17  graphicsEngine.cc
    1618)
    1719
     
    2022SET_TARGET_PROPERTIES(../../bin/main PROPERTIES LINK_FLAGS "--no-undefined" )
    2123
    22 TARGET_LINK_LIBRARIES( ../../bin/main 
     24TARGET_LINK_LIBRARIES( ../../bin/main
    2325  ${OGRE_LIBRARIES}
    2426  ${OIS_LIBRARIES}
Note: See TracChangeset for help on using the changeset viewer.