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 |
|
kervala
|
b1d55cb083
|
Fixed: Debug version of mysqlclient
|
2010-09-20 21:37:15 +02:00 |
|
kervala
|
ee8055f5a3
|
Fixed: STLport can't be used under Windows
|
2010-09-14 23:10:25 +02:00 |
|
kervala
|
372920f72e
|
Fixed: Use debug or release versions of C++ libraries (CppTest, STLport, Squish and Luabind)
|
2010-09-12 00:40:26 +02:00 |
|
kervala
|
b7cd8c24d4
|
Fixed: libwww unresolved symbols on Archlinux
|
2010-09-11 19:47:17 +02:00 |
|
rti
|
00e40887df
|
merge
|
2010-09-09 14:59:49 +02:00 |
|
rti
|
976f2b7f4e
|
Fixed: don't use GNU linker options with BSD's linker installed on mac os x
|
2010-09-09 14:57:59 +02:00 |
|
mattraykowski
|
4a518f8304
|
merge
|
2010-09-09 06:47:17 -06:00 |
|
mattraykowski
|
7b554697cc
|
merged FindLibwww.cmake
|
2010-09-09 06:44:01 -06:00 |
|
mattraykowski
|
6ec1568c88
|
Changed: #842 Correctly add found libwww libraries the the LIBWWW_LIBRARIES variable.
|
2010-09-09 06:40:07 -06:00 |
|
kervala
|
4df3db7485
|
Changed: #915 NeL fails to build with --as-needed
|
2010-09-09 14:20:18 +02:00 |
|
rti
|
9810fa824e
|
Fixed: add all found libwww libs to the LIBWWW_LIBRARIES variable
|
2010-09-09 13:52:13 +02:00 |
|
kervala
|
a45f6fd9d1
|
Fixed: Added missing RYZOM_*_PREFIX
|
2010-09-08 09:31:00 +02:00 |
|
mattraykowski
|
e05d47afae
|
Changed: #842 Fixed libwww cmake package for "LIBRARIES" instead of "LIBRARY"
|
2010-09-07 06:19:45 -06:00 |
|
kervala
|
0985762b63
|
Fixed: Compilation under Linux
|
2010-09-05 11:29:34 +02:00 |
|
kervala
|
131ce4ced2
|
Changed: FindLibwww search also for libexpat
|
2010-09-04 20:18:44 +02:00 |
|
kervala
|
15884b6acc
|
Fixed: ryzom_client_patcher compilation
|
2010-09-04 19:51:20 +02:00 |
|
kervala
|
a54335e454
|
Fixed: libwww GNU Regex, libcurl OpenSSL dependencies under Windows
|
2010-09-03 22:48:53 +02:00 |
|
kervala
|
0ecb274bc4
|
Fixed: Detects mysqlclient library
|
2010-09-03 22:13:48 +02:00 |
|
kervala
|
bb19496b11
|
Fixed: Detects fmod 64bits library
|
2010-09-03 22:13:18 +02:00 |
|
mattraykowski
|
41c0e07894
|
merge while working on rebase root source dir
|
2010-09-03 08:02:04 -06:00 |
|
mattraykowski
|
d8ffaa120f
|
Update: #842 Added "NeL" before NeL project labels, moved some files, fixed Qt builds, fixed libwww find on Windows.
|
2010-09-02 13:53:33 -06:00 |
|
mattraykowski
|
72b6fb118b
|
Update: #842 Initial file/folder move for single project build.
|
2010-08-31 06:08:21 -06:00 |
|