Commit graph

72 commits

Author SHA1 Message Date
rti
d27395e287 Added: -pipe option to reduce disk usage while building 2010-12-18 18:14:00 +01:00
kervala
61a559da3c Changed: Use optimized and debug keywords only if both are found 2010-11-18 21:36:21 +01:00
kervala
c53d70812d Changed: #1034 Implement CCustomMouse for Linux 2010-11-02 19:45:05 +01:00
vl
b10e8789d6 Fixed: link order of the lib 2010-11-02 17:16:50 +01:00
aquiles
fbda348725 Merge 2010-11-02 13:51:32 +01:00
aquiles
a37a2afc1b Changed: Altered the CMakeList definition for Find3dsMaxSDK.cmake 2010-11-02 13:46:18 +01:00
kervala
fe9d8dbd8a Changed: #1152 FindLibwww does not make all needed libs link to ryzom_client 2010-11-02 13:36:12 +01:00
kervala
df7805acc5 Fixed: #1152 FindLibwww does not make all needed libs link to ryzom_client 2010-11-02 13:04:10 +01:00
kervala
49717a595a Changed: #1152 FindLibwww does not make all needed libs link to ryzom_client 2010-11-02 12:51:35 +01:00
kervala
54c314474f Changed: #1152 FindLibwww does not make all needed libs link to ryzom_client 2010-11-02 12:36:14 +01:00
kervala
a3346aee4c Changed: #1152 FindLibwww does not make all needed libs link to ryzom_client 2010-11-02 12:26:57 +01:00
kervala
23cb599505 Changed: #1152 FindLibwww does not make all needed libs link to ryzom_client 2010-11-02 12:22:08 +01:00
kervala
8db1dbd3ac Changed: #1152 FindLibwww does not make all needed libs link to ryzom_client 2010-11-02 12:18:02 +01:00
kervala
877bdecd7a Changed: #1152 FindLibwww does not make all needed libs link to ryzom_client 2010-11-02 11:16:03 +01:00
kervala
0b8594f98d Changed: #1152 FindLibwww does not make all needed libs link to ryzom_client 2010-11-02 11:00:17 +01:00
kervala
a02356ccab Changed: #1152 FindLibwww does not make all needed libs link to ryzom_client 2010-11-02 10:45:37 +01:00
kervala
bb5bb9a24c Changed: #1152 FindLibwww does not make all needed libs link to ryzom_client 2010-11-02 09:57:52 +01:00
kervala
de43de750c Changed: #1152 FindLibwww does not make all needed libs link to ryzom_client 2010-10-31 22:15:49 +01:00
kervala
ed9abbb2d5 Fixed: name_dir property for NeL and Ryzom libs under Mac OS X 2010-10-18 09:52:01 +02:00
kervala
258e16099c Fixed: Added /Zm1000 to be able to create PCH with a lot of headers 2010-10-18 09:51:06 +02:00
kervala
feb8f901a3 Changed: Add another check for libwwww 2010-10-14 20:14:35 +02:00
kervala
30f5782a1d Changed: #1109 Checks for libwww dir 2010-10-10 23:04:39 +02:00
kervala
f7446336de Fixed: #1109 Checks for libwww stream and dir modules 2010-10-04 21:09:38 +02:00
kervala
5026960cec Changed: #1111 Added commands for Mac OS 2010-10-03 18:23:38 +02:00
kervala
321269f81f Changed: #1109 archlinux libwww linker error 2010-10-03 11:39:04 +02:00
kervala
c810f64a61 Changed: #1111 Create a CMake macro to check if we should link to an external lib or not 2010-10-03 10:04:36 +02:00
kervala
d24279c6d6 Changed: #1111 Create a CMake macro to check if we should link to an external lib or not 2010-10-02 14:21:45 +02:00
kervala
df31dee565 Changed: #878 Fix typos in comments/code 2010-10-02 11:44:05 +02:00
kervala
cd870cea9c Changed: FindCppTest.cmake now can link to a specific STLport version of CppTest 2010-10-02 11:43:16 +02:00
kervala
7ebca53271 Fixed: #1114 Add a check for boost includes directory 2010-10-02 11:40:27 +02:00
kervala
d16325bfd9 Fixed: Use of new CMAKE_*_OUTPUT_DIRECTORY 2010-10-01 12:45:54 +02:00
kervala
9d5fef3491 Fixed: Bad detection of MFC 2010-09-29 23:55:57 +02:00
kervala
6d9224dd60 Changed: Enable WITH_STLPORT by default under Windows (because we are providing external with STLport) 2010-09-28 15:37:52 +02:00
kervala
fa213a58cc Changed: User can now have 2 externals: external and external_stlport, it will use the correct one 2010-09-28 15:27:32 +02:00
kervala
fdd2259694 Changed: Make some options less verbose (MFC and Libwww) 2010-09-28 10:49:30 +02:00
kervala
056d087280 Fixed: PCH problem with GCC 2010-09-28 09:25:39 +02:00
kervala
d15c631914 Fixed: Compilation with nmake and jom 2010-09-28 00:16:12 +02:00
kervala
f88ded7ee0 Fixed: CMAKE_MAKE_PROGRAM or CMAKE_CXX_COMPILER can have relative path 2010-09-28 00:03:11 +02:00
kervala
73e5befa12 Fixed: PCHSupport.cmake to support Jom and Nmake 2010-09-27 23:34:35 +02:00
kervala
7ce279972e Fixed: Use of CMAKE_CXX_COMPILER instead of CMAKE_MAKE_PROGRAM because Jom is not installed in VC++ directory 2010-09-27 23:25:40 +02:00
kervala
2d93e27643 Fixed: Compilation with STLport under Linux (and probably Mac OS X) 2010-09-26 23:27:52 +02:00
kervala
ec219b8c46 Changed: Move /X in build flags, only Debug and Release (default) modes, link flags are set automatically to all projects 2010-09-26 23:24:51 +02:00
kervala
9d4c6c1fe9 Changed: Use MFC only under Windows 2010-09-26 23:19:36 +02:00
kervala
510c06ac98 Fixed: Luabind library name with STLport 2010-09-26 23:17:51 +02:00
kervala
56a8c9bb2c Added: Options to build NeLNS and Snowballs (OFF by default) 2010-09-25 17:24:19 +02:00
kervala
aa930a40cd Fixed: DirectX SDK 64bits directory 2010-09-25 17:10:32 +02:00
kervala
c5bf133d4f Fixed: Compilation with MFC in a custom path and/or STLport 2010-09-25 17:08:31 +02:00
kervala
ca12c13e68 Changed: Updated CMake modules for 64bits and STLport 2010-09-25 15:41:37 +02:00
kervala
d4d94a1284 Added: CMake module to find external/3rd party libs 2010-09-24 23:24:05 +02:00
acemtp
a07b5b8d3e Changed: order of the lib to make it link in static 2010-09-23 15:47:31 +02:00