Author: ivanovic
Date: Sat Oct  4 21:39:11 2008
New Revision: 29878

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29878&view=rev
Log:
allow disabling building the editor via cmake again

Modified:
    trunk/CMakeLists.txt

Modified: trunk/CMakeLists.txt
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/CMakeLists.txt?rev=29878&r1=29877&r2=29878&view=diff
==============================================================================
--- trunk/CMakeLists.txt (original)
+++ trunk/CMakeLists.txt Sat Oct  4 21:39:11 2008
@@ -100,7 +100,7 @@
 endif(NOT WIN32)
 
 if(NOT ENABLE_EDITOR)
-  add_definitions(-DDISABLE_EDITOR)
+  add_definitions(-DDISABLE_EDITOR2)
 endif(NOT ENABLE_EDITOR)
 
 if(X11_FOUND)


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to