Changeset 3323 for code/trunk/cmake
- Timestamp:
- Jul 19, 2009, 3:11:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/cmake/BuildConfig.cmake
r3196 r3323 74 74 75 75 # Use WinMain() or main()? 76 OPTION(ORXONOX_USE_WINMAIN "Use WinMain (doesn't show console) or main" FALSE) 76 IF(WIN32) 77 OPTION(ORXONOX_USE_WINMAIN "Use WinMain (doesn't show console) or main" FALSE) 78 ENDIF() 77 79 78 80 ################# OGRE Plugins ##################
Note: See TracChangeset
for help on using the changeset viewer.