# HG changeset patch # User sheepluva # Date 1441955888 -7200 # Node ID 73036e057d32a5c2955f58bfe41d59db1cbb3c4c # Parent efea685933ae5c9acf3cbf561788331b77167822 exclude uMatrix from pas2c build diff -r efea685933ae -r 73036e057d32 project_files/hwc/CMakeLists.txt --- a/project_files/hwc/CMakeLists.txt Fri Sep 11 08:15:17 2015 +0200 +++ b/project_files/hwc/CMakeLists.txt Fri Sep 11 09:18:08 2015 +0200 @@ -40,6 +40,7 @@ list(REMOVE_ITEM engine_sources_pas "${CMAKE_SOURCE_DIR}/hedgewars/pas2cSystem.pas") list(REMOVE_ITEM engine_sources_pas "${CMAKE_SOURCE_DIR}/hedgewars/pas2cRedo.pas") list(REMOVE_ITEM engine_sources_pas "${CMAKE_SOURCE_DIR}/hedgewars/hwLibrary.pas") +list(REMOVE_ITEM engine_sources_pas "${CMAKE_SOURCE_DIR}/hedgewars/uMatrix.pas") #remove and readd hwengine so that it is compiled first, compiling every other file in the process list(REMOVE_ITEM engine_sources_pas ${CMAKE_SOURCE_DIR}/hedgewars/hwengine.pas)