mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Remove "rc2" file from World Editor compilation - not used.
This commit is contained in:
parent
10cd011253
commit
1b1e9e2f6b
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@ ENABLE_LANGUAGE(RC)
|
||||||
ADD_DEFINITIONS(${MFC_DEFINITIONS})
|
ADD_DEFINITIONS(${MFC_DEFINITIONS})
|
||||||
SET(CMAKE_MFC_FLAG 2)
|
SET(CMAKE_MFC_FLAG 2)
|
||||||
|
|
||||||
ADD_EXECUTABLE(world_editor WIN32 ${SRC} world_editor.rc res/world_editor.rc2)
|
ADD_EXECUTABLE(world_editor WIN32 ${SRC} world_editor.rc)
|
||||||
|
|
||||||
SOURCE_GROUP(Resources FILES world_editor.rc res/world_editor.rc2)
|
SOURCE_GROUP(Resources FILES world_editor.rc)
|
||||||
|
|
||||||
INCLUDE_DIRECTORIES(${LIBXML2_INCLUDE_DIR})
|
INCLUDE_DIRECTORIES(${LIBXML2_INCLUDE_DIR})
|
||||||
TARGET_LINK_LIBRARIES(world_editor
|
TARGET_LINK_LIBRARIES(world_editor
|
||||||
|
|
Loading…
Reference in a new issue