[openjk] 19/130: Remove code files from non-engine projects

Simon McVittie smcv at debian.org
Fri Oct 28 11:09:12 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 4c216f2b28bb097ca97272b698f5f586439b38ab
Author: bibendovsky <bibendovsky at hotmail.com>
Date:   Mon Jul 4 20:17:51 2016 +0300

    Remove code files from non-engine projects
---
 code/game/CMakeLists.txt       | 3 ---
 code/rd-vanilla/CMakeLists.txt | 3 ---
 codeJK2/game/CMakeLists.txt    | 3 ---
 3 files changed, 9 deletions(-)

diff --git a/code/game/CMakeLists.txt b/code/game/CMakeLists.txt
index d19b9f8..10d04fe 100644
--- a/code/game/CMakeLists.txt
+++ b/code/game/CMakeLists.txt
@@ -264,12 +264,9 @@ set(SPGameCommonFiles
 	"${SharedDir}/qcommon/ojk_sg_wrappers_fwd.h"
 	"${SharedDir}/qcommon/ojk_sg_wrappers_shared.h"
 	"${SharedDir}/qcommon/ojk_exception.h"
-	"${SharedDir}/qcommon/ojk_exception.cpp"
 	"${SharedDir}/qcommon/ojk_sg_archive.h"
 	"${SharedDir}/qcommon/ojk_sg_archive_fwd.h"
-	"${SharedDir}/qcommon/ojk_sg_archive.cpp"
 	"${SharedDir}/qcommon/ojk_sg_archive_exception.h"
-	"${SharedDir}/qcommon/ojk_sg_archive_exception.cpp"
 	
 	${SharedCommonFiles}
 	)
diff --git a/code/rd-vanilla/CMakeLists.txt b/code/rd-vanilla/CMakeLists.txt
index 824050e..77c3fef 100644
--- a/code/rd-vanilla/CMakeLists.txt
+++ b/code/rd-vanilla/CMakeLists.txt
@@ -82,12 +82,9 @@ if(BuildSPRdVanilla OR BuildJK2SPRdVanilla)
 		"${SharedDir}/qcommon/ojk_sg_wrappers_fwd.h"
 		"${SharedDir}/qcommon/ojk_sg_wrappers_shared.h"
 		"${SharedDir}/qcommon/ojk_exception.h"
-		"${SharedDir}/qcommon/ojk_exception.cpp"
 		"${SharedDir}/qcommon/ojk_sg_archive.h"
 		"${SharedDir}/qcommon/ojk_sg_archive_fwd.h"
-		"${SharedDir}/qcommon/ojk_sg_archive.cpp"
 		"${SharedDir}/qcommon/ojk_sg_archive_exception.h"
-		"${SharedDir}/qcommon/ojk_sg_archive_exception.cpp"
 
 		${SharedCommonFiles}
 		)
diff --git a/codeJK2/game/CMakeLists.txt b/codeJK2/game/CMakeLists.txt
index e38f6b9..9ca9ea7 100644
--- a/codeJK2/game/CMakeLists.txt
+++ b/codeJK2/game/CMakeLists.txt
@@ -236,12 +236,9 @@ set(JK2SPGameCommonFiles
 	"${SharedDir}/qcommon/ojk_sg_wrappers_fwd.h"
 	"${SharedDir}/qcommon/ojk_sg_wrappers_shared.h"
 	"${SharedDir}/qcommon/ojk_exception.h"
-	"${SharedDir}/qcommon/ojk_exception.cpp"
 	"${SharedDir}/qcommon/ojk_sg_archive.h"
 	"${SharedDir}/qcommon/ojk_sg_archive_fwd.h"
-	"${SharedDir}/qcommon/ojk_sg_archive.cpp"
 	"${SharedDir}/qcommon/ojk_sg_archive_exception.h"
-	"${SharedDir}/qcommon/ojk_sg_archive_exception.cpp"
 
 	${SharedCommonFiles}
 	)

-- 
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