Skip to content

Commit

Permalink
Moved q_platform.h to shared
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwonko committed Nov 3, 2015
1 parent 199af8f commit ccfc040
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 251 deletions.
2 changes: 1 addition & 1 deletion code/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ if(BuildSPEngine OR BuildJK2SPEngine)
"${SPDir}/qcommon/q_math.cpp"
"${SPDir}/qcommon/q_shared.cpp"
"${SPDir}/qcommon/q_shared.h"
"${SPDir}/qcommon/q_platform.h"
"${SharedDir}/qcommon/q_platform.h"

"${SPDir}/qcommon/sstring.h"
"${SPDir}/qcommon/stringed_ingame.cpp"
Expand Down
2 changes: 1 addition & 1 deletion code/game/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ set(SPGameCommonFiles
"${SPDir}/qcommon/q_math.cpp"
"${SPDir}/qcommon/q_shared.cpp"
"${SPDir}/qcommon/q_shared.h"
"${SPDir}/qcommon/q_platform.h"
"${SharedDir}/qcommon/q_platform.h"
)
source_group("common" FILES ${SPGameCommonFiles})
set(SPGameFiles ${SPGameFiles} ${SPGameCommonFiles})
Expand Down
2 changes: 1 addition & 1 deletion code/rd-vanilla/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ if(BuildSPRdVanilla OR BuildJK2SPRdVanilla)
"${SPDir}/qcommon/q_math.cpp"
"${SPDir}/qcommon/q_shared.cpp"
"${SPDir}/qcommon/q_shared.h"
"${SPDir}/qcommon/q_platform.h"
"${SharedDir}/qcommon/q_platform.h"
)
source_group("common" FILES ${SPRDVanillaCommonFiles})
set(SPRDVanillaFiles ${SPRDVanillaFiles} ${SPRDVanillaCommonFiles})
Expand Down
2 changes: 1 addition & 1 deletion codeJK2/game/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ set(JK2SPGameCommonFiles
"${SPDir}/qcommon/q_math.cpp"
"${SPDir}/qcommon/q_shared.cpp"
"${SPDir}/qcommon/q_shared.h"
"${SPDir}/qcommon/q_platform.h"
"${SharedDir}/qcommon/q_platform.h"
"${SPDir}/qcommon/strippublic.h"
)
source_group("common" FILES ${JK2SPGameCommonFiles})
Expand Down
4 changes: 2 additions & 2 deletions codemp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ if(BuildMPEngine OR BuildMPDed)
"${MPDir}/qcommon/cm_public.h"
"${MPDir}/qcommon/disablewarnings.h"
"${MPDir}/qcommon/q_shared.h"
"${MPDir}/qcommon/q_platform.h"
"${SharedDir}/qcommon/q_platform.h"
"${MPDir}/qcommon/qcommon.h"
"${MPDir}/qcommon/qfiles.h"
"${MPDir}/qcommon/tags.h"
Expand Down Expand Up @@ -209,7 +209,7 @@ if(BuildMPEngine OR BuildMPDed)

set(MPEngineAndDedCommonFiles
"${MPDir}/qcommon/q_shared.h"
"${MPDir}/qcommon/q_platform.h"
"${SharedDir}/qcommon/q_platform.h"
"${MPDir}/qcommon/cm_load.cpp"
"${MPDir}/qcommon/cm_local.h"
"${MPDir}/qcommon/cm_patch.cpp"
Expand Down
2 changes: 1 addition & 1 deletion codemp/cgame/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ set(MPCGameCommonFiles
"${MPDir}/qcommon/q_shared.c"
"${MPDir}/qcommon/disablewarnings.h"
"${MPDir}/qcommon/q_shared.h"
"${MPDir}/qcommon/q_platform.h"
"${SharedDir}/qcommon/q_platform.h"
"${MPDir}/qcommon/qfiles.h"
"${MPDir}/qcommon/tags.h"
)
Expand Down
2 changes: 1 addition & 1 deletion codemp/game/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ set(MPGameCommonFiles
"${MPDir}/qcommon/q_shared.c"
"${MPDir}/qcommon/disablewarnings.h"
"${MPDir}/qcommon/q_shared.h"
"${MPDir}/qcommon/q_platform.h"
"${SharedDir}/qcommon/q_platform.h"
"${MPDir}/qcommon/tags.h"
)
source_group("common" FILES ${MPGameCommonFiles})
Expand Down
242 changes: 0 additions & 242 deletions codemp/qcommon/q_platform.h

This file was deleted.

2 changes: 1 addition & 1 deletion codemp/ui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ set(MPUICommonFiles
"${MPDir}/qcommon/disablewarnings.h"
"${MPDir}/qcommon/game_version.h"
"${MPDir}/qcommon/q_shared.h"
"${MPDir}/qcommon/q_platform.h"
"${SharedDir}/qcommon/q_platform.h"
"${MPDir}/qcommon/qfiles.h"
"${MPDir}/qcommon/tags.h"
)
Expand Down
File renamed without changes.

0 comments on commit ccfc040

Please sign in to comment.