[Orxonox-commit 3114] r7808 - in code/forks/sandbox_qt: doc/api src
rgrieder at orxonox.net
rgrieder at orxonox.net
Sun Dec 26 00:01:17 CET 2010
Author: rgrieder
Date: 2010-12-26 00:01:17 +0100 (Sun, 26 Dec 2010)
New Revision: 7808
Modified:
code/forks/sandbox_qt/doc/api/doxy.config.in
code/forks/sandbox_qt/src/SpecialConfig.h.in
Log:
Changed two details.
Modified: code/forks/sandbox_qt/doc/api/doxy.config.in
===================================================================
--- code/forks/sandbox_qt/doc/api/doxy.config.in 2010-12-25 23:00:59 UTC (rev 7807)
+++ code/forks/sandbox_qt/doc/api/doxy.config.in 2010-12-25 23:01:17 UTC (rev 7808)
@@ -608,8 +608,8 @@
FILE_PATTERNS = *.cpp \
*.cc \
+ *.c \
*.h \
- *.hh \
*.hpp \
*.dox
Modified: code/forks/sandbox_qt/src/SpecialConfig.h.in
===================================================================
--- code/forks/sandbox_qt/src/SpecialConfig.h.in 2010-12-25 23:00:59 UTC (rev 7807)
+++ code/forks/sandbox_qt/src/SpecialConfig.h.in 2010-12-25 23:01:17 UTC (rev 7808)
@@ -47,6 +47,8 @@
#cmakedefine CMAKE_CONFIGURATION_TYPES ///< Using MSVC or XCode IDE
+#cmakedefine ORXONOX_USE_WINMAIN ///< Whether or not the console window is started as well
+
// Handle default ConfigValues
namespace orxonox { namespace specialConfig
{
@@ -79,6 +81,4 @@
#endif
} }
-#cmakedefine ORXONOX_USE_WINMAIN ///< Using MSVC or XCode IDE
-
#endif /* _SpecialConfig_H__ */
More information about the Orxonox-commit
mailing list