Browse Source

Disabled lovec.exe until I can actually test it (since it doesn't work yet).

Alex Szpakowski 9 years ago
parent
commit
78fa2ab536
1 changed files with 3 additions and 3 deletions
  1. 3 3
      CMakeLists.txt

+ 3 - 3
CMakeLists.txt

@@ -1314,9 +1314,9 @@ endif()
 #
 add_executable(${LOVE_EXE_NAME} WIN32 src/love.cpp ${LOVE_RC})
 
-if(LOVE_CONSOLE_EXE_NAME)
-	add_executable(${LOVE_CONSOLE_EXE_NAME} src/love.cpp ${LOVE_RC})
-endif()
+#if(MSVC)
+#	add_executable(${LOVE_CONSOLE_EXE_NAME} src/love.cpp ${LOVE_RC})
+#endif()
 
 target_link_libraries(love liblove)