Commit graph

30 commits

Author SHA1 Message Date
kervala 007e47120a Fixed: Warnings compiling with Qt 5 2015-12-25 18:00:37 +01:00
kervala 501f31e03b Fixed: Define QT_NO_DEBUG in Release with Qt 5 also in PCH 2015-12-25 15:31:34 +01:00
kervala ec1ee961e8 Fixed: Compilation with Qt 5 static under Linux 2015-12-21 14:20:36 +01:00
kervala c82e1ff022 Changed: Disable useless message 2015-12-16 08:00:06 +01:00
kervala 2187bc3f1e Fixed: Include directories with Qt 5 CMake modules in PCH 2015-12-15 13:41:07 +01:00
kervala c31509f274 Fixed: RETURN() doesn't exit from macro but from current file (thanks Nimetu!) 2015-12-07 13:08:27 +01:00
kervala 55150a8242 Fixed: GCC 5 version check fails for PCH support 2015-10-25 15:11:27 +01:00
kervala fbbbf0c2eb Fixed: Warnings with CMake 2015-10-06 20:31:41 +02:00
kervala 8225deee4e Changed: Use less verbose version for ELSE(), ENDIF(), ENDFOREACH() and ENDMACRO() 2015-10-06 20:30:43 +02:00
kervala 2709a72e43 Fixed: LNK2011 when using external libraries 2013-09-26 22:50:13 +02:00
kervala 725093587d Changed: FIX_PRECOMPILED_HEADER now useless 2013-09-22 11:05:13 +02:00
StudioEtrange a4be8d565b Merged ryzom/ryzomcore into default 2013-09-06 14:14:51 +02:00
kervala ff444f42fa Fixed: Don't use -fPIC and -fPIE together (this could occur in some cases) 2013-09-06 08:43:44 +02:00
StudioEtrange d951e1c452 ** PCH Support for NMake with VS2012
NMAKE-VS2012 Error LNK2011
while NMAKE-VS2010 does not complain
we need to link the pch.obj file
see http://msdn.microsoft.com/en-us/library/3ay26wa2(v=vs.110).aspx

** PCH Support for Ninja
Ninja need to add property
        OBJECT_DEPENDS for using PCH
        OBJECT_OUTPUTS for create PCH
see http://public.kitware.com/pipermail/cmake-developers/2012-March/003653.html
2013-09-05 17:18:01 +02:00
kervala f9b70173ce Fixed: PCH with Qt 5 and CMake 2.8.11 2013-08-05 10:32:17 +02:00
StudioEtrange 31ba0013a6 PCHSupport.cmake edited online with Bitbucket 2013-07-24 21:57:52 +00:00
StudioEtrange 7b3381b997 Fix some probleme with spaces in path on windows
PCHSupport.cmake edited online with Bitbucket
2013-07-24 20:53:33 +00:00
kervala 1bbf590ea6 Fixed: PCH finally working under Linux and Mac OS X (never worked before) 2012-12-08 11:34:39 +01:00
kervala eef7e53c13 Changed: Use of CMAKE_OSX_ARCHITECTURES to compile universal binaries under Mac OS X 2012-10-08 19:06:08 +02:00
kervala baa2699228 Changed: Fix PCH for some cases under Mac OS X 2012-05-19 23:24:44 +02:00
kervala b7281e5cbe Fixed: #1447 PCH don't work anymore on Mac OS X 2012-03-09 09:31:13 +01:00
kervala 59f6a344d4 Fixed: PCH problems with CMake 2.6 2011-06-03 13:59:08 +02:00
kervala 05eca7f726 Fixed: #1310 Broken build with VS 2k8 nmake 2011-06-03 10:07:52 +02:00
kervala 6ffe3fa569 Fixed: #1310 Broken build with VS 2k8 nmake 2011-06-03 09:23:12 +02:00
kervala 1324fc1093 Fixed: Some parameters were forgotten while compiling PCH 2011-05-14 13:56:25 +02:00
kervala a1637ee67f Fixed: CMake 2.6 error 2010-12-21 15:37:27 +01:00
kervala d16325bfd9 Fixed: Use of new CMAKE_*_OUTPUT_DIRECTORY 2010-10-01 12:45:54 +02:00
kervala 056d087280 Fixed: PCH problem with GCC 2010-09-28 09:25:39 +02:00
kervala 73e5befa12 Fixed: PCHSupport.cmake to support Jom and Nmake 2010-09-27 23:34:35 +02:00
mattraykowski 72b6fb118b Update: #842 Initial file/folder move for single project build. 2010-08-31 06:08:21 -06:00
Renamed from code/nel/CMakeModules/PCHSupport.cmake (Browse further)