Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3323 for code/trunk/cmake


Ignore:
Timestamp:
Jul 19, 2009, 3:11:15 PM (15 years ago)
Author:
rgrieder
Message:

ORXONOX_USE_WINMAIN should now work as expected.

File:
1 edited

Legend:

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

    r3196 r3323  
    7474
    7575# Use WinMain() or main()?
    76 OPTION(ORXONOX_USE_WINMAIN "Use WinMain (doesn't show console) or main" FALSE)
     76IF(WIN32)
     77  OPTION(ORXONOX_USE_WINMAIN "Use WinMain (doesn't show console) or main" FALSE)
     78ENDIF()
    7779
    7880################# OGRE Plugins ##################
Note: See TracChangeset for help on using the changeset viewer.