From 2c62b4c1597b9b72bbcee220e464227d1b1bee85 Mon Sep 17 00:00:00 2001 From: Taylor Richards Date: Mon, 23 Dec 2019 03:49:58 -0500 Subject: [PATCH] remove old cfilearchiver from build --- CMakeLists.txt | 12 ------------ src/CMakeLists.txt | 9 --------- 2 files changed, 21 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e89939..b9107ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -428,17 +428,6 @@ if(NOT GAME_ONLY) ${PLATFORM_LIBRARIES} ) - # - # CFILEARCHIVER: to create VP file archives - # - - add_executable(cfilearchiver - EXCLUDE_FROM_ALL - ${cfilearchiver_SOURCE} - ) - - CreateSourceGroups(${cfilearchiver_SOURCE}) - # # CFILEUTIL: work with VP file archives # @@ -571,7 +560,6 @@ if(NOT GAME_ONLY) add_dependencies(tools ac - cfilearchiver cfileutil cryptstring nebedit diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b027908..6495331 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -345,15 +345,6 @@ set(ac_SOURCE PARENT_SCOPE ) -# -# CFILEARCHIVER: to create VP file archives -# - -set(cfilearchiver_SOURCE - ${CMAKE_CURRENT_SOURCE_DIR}/cfilearchiver/cfilearchiver.cpp - PARENT_SCOPE -) - # # CFILEUTIL: work with VP file archives # -- 2.39.2