dmuratshin 9 ani în urmă
părinte
comite
2b91bc060d
2 a modificat fișierele cu 19 adăugiri și 0 ștergeri
  1. 19 0
      oxygine/src/core/oxygine.cpp
  2. 0 0
      oxygine/src/core/system_data.cpp

+ 19 - 0
oxygine/src/core/oxygine.cpp

@@ -242,6 +242,25 @@ namespace oxygine
         {
         {
             Input::instance.__removeFromDebugList();
             Input::instance.__removeFromDebugList();
 
 
+            std::string t;
+
+#ifdef OX_DEBUG
+            t += "OX_DEBUG ";
+#endif
+
+#ifdef NDEBUG
+            t += "NDEBUG ";
+#endif
+
+#ifdef _DEBUG
+            t += "_DEBUG ";
+#endif
+
+#ifdef DEBUG
+            t += "DEBUG ";
+#endif
+
+            log::messageln("build settings %s", t.c_str());
 
 
             if (!_dispatcher)
             if (!_dispatcher)
                 _dispatcher = new EventDispatcher;
                 _dispatcher = new EventDispatcher;

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
oxygine/src/core/system_data.cpp


Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff