summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Drahos <drahosp@gmail.com>2013-03-03 14:48:41 +0100
committerPeter Drahos <drahosp@gmail.com>2013-03-03 14:48:41 +0100
commit59b3d7cabfe51c965a22bb6eb1c58c19613a27b3 (patch)
tree62cc1ad6551b8b858cb43a6191f776ba4c3ef3a1
parent4f5eb166560d62043e7a1c17cebf738008a64478 (diff)
downloadlua-59b3d7cabfe51c965a22bb6eb1c58c19613a27b3.tar.gz
Fixed reference to rc file for wlua5.2.1
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e54bb7b..9f8e72f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -135,7 +135,7 @@ target_link_libraries ( luac ${LIBS} )
# On windows a variant of the lua interpreter without console output needs to be built
if ( LUA_BUILD_WLUA )
- add_executable ( wlua WIN32 src/wmain.c ${SRC_LUA} ${LUA_RC} )
+ add_executable ( wlua WIN32 src/wmain.c ${SRC_LUA} src/lua.rc )
target_link_libraries ( wlua liblua )
install_executable ( wlua )
endif ( )