Skip to content

Commit

Permalink
Remove unneeded *.c files from pm_shared. (They are not built into en…
Browse files Browse the repository at this point in the history
…gine). Change pm_shared headers in CMakeLists from HLSDK to engine's. Remove dead libmpg CMakeLists
  • Loading branch information
a1batross committed Aug 13, 2016
1 parent a64ef4f commit 1cc94f4
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 4,156 deletions.
1 change: 0 additions & 1 deletion engine/CMakeLists.txt
Expand Up @@ -50,7 +50,6 @@ include_directories (. common/
server/
../common
../pm_shared
${HL_SDK_DIR}/public
)

add_library (${XASH_ENGINE_LIBRARY} SHARED ${XASH_ENGINE_HEADERS} ${XASH_ENGINE_SOURCES})
Expand Down
40 changes: 0 additions & 40 deletions engine/common/soundlib/libmpg/CMakeLists.txt

This file was deleted.

2 changes: 1 addition & 1 deletion mainui/CMakeLists.txt
Expand Up @@ -33,7 +33,7 @@ set (CMAKE_CXX_FLAGS_RELWITHDEBINFO "${CMAKE_CXX_FLAGS_RELWITHDEBINFO} -g -O3")
set (MAINUI_LIBRARY xashmenu)

file (GLOB MAINUI_SOURCES *.cpp)
include_directories (../common ../engine ${HL_SDK_DIR}/pm_shared)
include_directories (../common ../engine ../pm_shared)
add_library (${MAINUI_LIBRARY} SHARED ${MAINUI_SOURCES})

set_target_properties (${MAINUI_SHARED} PROPERTIES
Expand Down
320 changes: 0 additions & 320 deletions pm_shared/pm_debug.c

This file was deleted.

0 comments on commit 1cc94f4

Please sign in to comment.