[openjk] 102/130: MP: Make the shared common files appear in the visual studio projects for multiplayer client and dedicated server.
Simon McVittie
smcv at debian.org
Fri Oct 28 11:09:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch debian/master
in repository openjk.
commit abd4b5263a4dc404057ab00afcdd991f188828bc
Author: Ensiform <ensiform at gmail.com>
Date: Sun Oct 2 22:14:16 2016 -0500
MP: Make the shared common files appear in the visual studio projects
for multiplayer client and dedicated server.
---
codemp/CMakeLists.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/codemp/CMakeLists.txt b/codemp/CMakeLists.txt
index df471fa..2bd4aa4 100644
--- a/codemp/CMakeLists.txt
+++ b/codemp/CMakeLists.txt
@@ -255,6 +255,8 @@ if(BuildMPEngine OR BuildMPDed)
"${MPDir}/qcommon/timing.h"
"${MPDir}/qcommon/vm.cpp"
"${MPDir}/qcommon/z_memman_pc.cpp"
+
+ ${SharedCommonFiles}
)
if(WIN32)
set(MPEngineAndDedCommonFiles ${MPEngineAndDedCommonFiles})
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openjk.git
More information about the Pkg-games-commits
mailing list