aboutsummaryrefslogtreecommitdiff
path: root/cmake/Modules/FindGettextLib.cmake
Commit message (Expand)AuthorAge
* Flatten share/ and user/ in the source and for the RUN_IN_PLACE buildPerttu Ahola2012-03-20
* Gettext fix for *BSD - require special linkage as glibc is not usedq662011-08-11
* Locale dir should be parallel to global data dirGiuseppe Bilotta2011-07-24
* Bring po update out of cmake againGiuseppe Bilotta2011-07-24
* updated cmakerules to autodetect if gettext can be usedConstantin Wenger2011-07-23
* updatepo cmake ruleGiuseppe Bilotta2011-07-22
* Refactor mo creation/installationGiuseppe Bilotta2011-07-22
* fixed not finding dll for gettext in MSVCConstantin Wenger2011-07-21
* Find correct library for MSVC vs MingW in WinowsGiuseppe Bilotta2011-07-21
* updated some path because the dlls are mostly under bin not libConstantin Wenger2011-07-21
* Refactor and clean up gettext managementGiuseppe Bilotta2011-07-21
an> scene{class ISceneManager;}} extern irr::scene::ISceneManager *g_menucloudsmgr; // Debug streams #include <fstream> extern std::ostream *dout_con_ptr; extern std::ostream *derr_con_ptr; extern std::ostream *dout_client_ptr; extern std::ostream *derr_client_ptr; extern std::ostream *dout_server_ptr; extern std::ostream *derr_server_ptr; #define dout_con (*dout_con_ptr) #define derr_con (*derr_con_ptr) #define dout_client (*dout_client_ptr) #define derr_client (*derr_client_ptr) #define dout_server (*dout_server_ptr) #define derr_server (*derr_server_ptr) #endif