Commit Graph

2113 Commits (3c19f1a2f4f4033b50042d13359581ca2dc3abc1)
 

Author SHA1 Message Date
kervala 7e7dc58314 Changed: Remove all warning when compiling Ryzom
kervala dadbe664c5 Fixed: Compilation under GCC 4.0.1
kervala 572d9acf34 Changed: Remove all warning when compiling Ryzom
kervala 9228e00c18 Changed: Display of headers from game_share
kervala b485e6e986 Changed: Remove all warning when compiling Ryzom
kervala 85d3d6e68c Changed: Factorized code using READ_STRINGVECTOR_FV and READ_STRINGVECTOR_DEV macros
kervala 7587fc23da Changed: Deactivate logs in console only in Release mode
kervala f3b1ea3d95 Changed: Added commands for Mac OS
kervala f2ebf0b626 Changed: archlinux libwww linker error
kervala 04ba071785 Changed: Create a CMake macro to check if we should link to an external lib or not
kervala 31a990fa60 Changed: Remove all warning when compiling Ryzom
kervala 48d1ca1677 Changed: Fix typos in comments/code
kervala 181bc269cf Changed: Create a CMake macro to check if we should link to an external lib or not
kervala 0cdb90cf44 Changed: Create a CMake macro to check if we should link to an external lib or not
kervala 92c923d7d2 Changed: Fix typos in comments/code
kervala 1927750a9b Changed: FindCppTest.cmake now can link to a specific STLport version of CppTest
kervala 8139ee2911 Fixed: Add a check for boost includes directory
kervala af1cddcb14 Added: Groups in client target
kervala 6b2f637b88 Fixed: Use of new CMAKE_*_OUTPUT_DIRECTORY
kervala 62d821ebe0 Fixed: Bad detection of MFC
kervala 5c55cd1221 Fixed: Avoid VC++ to relink all projects when using CMake generated projects
kervala aad61b3ecb Changed: Remove all warning when compiling Ryzom
kervala d99f9aa3cf Changed: Enable WITH_STLPORT by default under Windows (because we are providing external with STLport)
kervala c9ca9c6a9b Changed: User can now have 2 externals: external and external_stlport, it will use the correct one
kervala 47e1fe0f27 Fixed: server_share compilation (include guard added)
kervala 3115f50006 Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once
kervala f1c8d140aa Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once
kervala 84986b79b7 Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once
kervala 9ad779931b Changed: Make some options less verbose (MFC and Libwww)
kervala b9d24855ec Fixed: PCH problem with GCC
sfb 1e4deb92ce Changed: Default env path to Qt changed to 4.6.3
sfb 56b5247fb3 merge
sfb a1648d5fe3 Changed: Install Qt DLLs from bin instead of lib
kervala 0322c32737 Fixed: Compilation with nmake and jom
kervala 7912010f99 Fixed: CMAKE_MAKE_PROGRAM or CMAKE_CXX_COMPILER can have relative path
kervala 9ce327a46a Fixed: PCHSupport.cmake to support Jom and Nmake
kervala 30e628148e Changed: Updated variables EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH (they are depreciated in CMake 2.6+)
kervala 959dc8e3c4 Fixed: Use of CMAKE_CXX_COMPILER instead of CMAKE_MAKE_PROGRAM because Jom is not installed in VC++ directory
kervala b5257a0f94 Changed: Optimized PCH for EGS
kervala 9e058f053d Changed: Compare GetFileAttributes with INVALID_FILE_ATTRIBUTES to check if attributes are valid
kervala 1677874af2 Added: Detailed error for GL_FRAGMENT_PROGRAM_ARB
kervala 13f3a96c60 Changed: Moved some #include
kervala 429087d4d6 Added: Groups for EGS project
kervala 01eb101355 Fixed: Compilation with STLport under Linux (and probably Mac OS X)
kervala 5ed290b256 Changed: Move /X in build flags, only Debug and Release (default) modes, link flags are set automatically to all projects
kervala cacd5be701 Changed: Use MFC only under Windows
kervala 03d16778cb Fixed: Luabind library name with STLport
kervala 3f9f5aaee4 Changed: Generate only one config.h in root
kervala 148a7260fc Fixed: NLMISC::createDebug - Infinite loop
kervala cfc125cd38 Changed: Remove all warning when compiling Ryzom