Changed: Remove "rc2" file from World Editor compilation - not used.

This commit is contained in:
sfb 2010-12-21 11:32:56 -06:00
parent 9d786ca7f1
commit 41df824c35

View file

@ -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