1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-24 05:37:45 +00:00
Commit graph

14 commits

Author SHA1 Message Date
Mordred
13c2dec004
Merge pull request #258 from ShelbyZ/actor_rewrite_minor_cmake_changes
Minor updates for actor_rewrite branch
2018-03-01 08:13:33 +01:00
ShelbyZ
644d83e514 Minor updates for actor_rewrite branch
- The libraries/external is not correctly mapped for windows cmake, had
an extra '../'
- add build flag for msvc for building with multiple processors /MP
2018-02-28 20:51:47 -08:00
Mordred Admin
b49cbc0644 Use precompiled headers for scripts and some libraries 2018-02-28 11:51:44 +01:00
Mordred Admin
2e3a596c2d Actually generate the version strings correctly 2018-02-14 14:46:18 +01:00
GokuWeedLord
21e888d306 Travis: A Lost Hope - Episode VI DLC 1 2017-12-14 17:38:50 +11:00
Mordred Admin
090001a1b5 Also should not be comitted 2017-12-05 11:43:31 +01:00
Mordred Admin
55c49b0bc4 Removed statusEffectContainer, now directly part of Actor 2017-12-05 11:21:56 +01:00
Ay'yaruq Dotharl
26917aa904 Fix CMake MySQL module to be more nix-friendly 2017-11-18 22:50:00 +11:00
ShelbyZ
a162a7caea Need to disable SAFESEH before /ZI 2017-10-22 10:43:33 -07:00
ShelbyZ
e5c1dcc78c Removing comment 2017-10-22 09:29:22 -07:00
ShelbyZ
1d511299f8 Correctly applying /ZI for debug
- /ZI is not a link flag
- /ZI is not settable via CMAKE_CXX_FLAGS
- /Zi is default unless add_defitions(/ZI)
2017-10-22 09:28:19 -07:00
ShelbyZ
e50fd76062 Fix up Flags around Edit and Continue
- remove /SAFESEH:NO
- apply /INCREMENTAL /ZI (debug only)
- remove sprinkling of /INCREMENTAL /ZI
2017-10-21 22:09:03 -07:00
Carlos C
782698c814 Add sapphire version string
need to implement location(s) where to show git revision / version in core

server info & logs come to mind
2017-09-13 18:06:31 -04:00
Mordred Admin
8682f334bc Majorly simplified and improved the cmake setup.
Going forward it will be alot easier to maintain.

TODO: simplify path definitions

Conflicts:
	src/servers/Server_Lobby/CMakeLists.txt
	src/servers/Server_REST/CMakeLists.txt
	src/servers/Server_Zone/CMakeLists.txt
2017-09-13 11:46:17 +02:00