# HG changeset patch
# User koda
# Date 1362853380 -3600
# Node ID 9f5df5dc44a00e69de71b12d33283f0f5d3bc726
# Parent  cd00f0ff224cef96eab08f63dcbe4708583ada8e
introducing the bestest flag of all

diff -r cd00f0ff224c -r 9f5df5dc44a0 CMakeLists.txt
--- a/CMakeLists.txt	Sat Mar 09 21:40:02 2013 +0400
+++ b/CMakeLists.txt	Sat Mar 09 19:23:00 2013 +0100
@@ -252,7 +252,7 @@
                  "-vm4079,4080,4081"              # fpc output format
                  "-B"                             # compile all units
                  "-FE${PROJECT_BINARY_DIR}/bin"   # fpc output directory
-                 "-FE${PROJECT_BINARY_DIR}/hedgewars" # fpc units output directory
+                 "-FU${PROJECT_BINARY_DIR}/hedgewars" # fpc units output directory
                  "-Fl${PROJECT_BINARY_DIR}/bin"   # fpc linking directory (win/unix)
                  "-Fi${PROJECT_BINARY_DIR}/hedgewars" # fpc .inc path (out of source builds)
                  "-k-L${PROJECT_BINARY_DIR}/bin"  # ld linking directory (unix/osx)