Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7808 for code/forks


Ignore:
Timestamp:
Dec 26, 2010, 12:01:17 AM (13 years ago)
Author:
rgrieder
Message:

Changed two details.

Location:
code/forks/sandbox_qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/forks/sandbox_qt/doc/api/doxy.config.in

    r7421 r7808  
    609609FILE_PATTERNS          = *.cpp \
    610610                         *.cc \
     611                         *.c \
    611612                         *.h \
    612                          *.hh \
    613613                         *.hpp \
    614614                         *.dox
  • code/forks/sandbox_qt/src/SpecialConfig.h.in

    r7421 r7808  
    4848#cmakedefine CMAKE_CONFIGURATION_TYPES      ///< Using MSVC or XCode IDE
    4949
     50#cmakedefine ORXONOX_USE_WINMAIN            ///< Whether or not the console window is started as well
     51
    5052// Handle default ConfigValues
    5153namespace orxonox { namespace specialConfig
     
    8082} }
    8183
    82 #cmakedefine ORXONOX_USE_WINMAIN  ///< Using MSVC or XCode IDE
    83 
    8484#endif /* _SpecialConfig_H__ */
Note: See TracChangeset for help on using the changeset viewer.