diff options
| author | xHire <xhire@tuxportal.cz> | 2008-10-26 12:22:42 +0100 |
|---|---|---|
| committer | xHire <xhire@tuxportal.cz> | 2008-10-26 12:22:42 +0100 |
| commit | d0aadd8d1007304be586c41a6bde416d1438e36c (patch) | |
| tree | 6df831e571c074a42bc1a72a890a2303e49470c2 /CMakeLists.txt | |
| parent | b0c9a5b457c45c7832397219371bc484e4634aae (diff) | |
Updated README and AUTHORS files
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f664c8..ffbd4b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ # -DNO_Audio=1 # disable audio # -DDebug=1 # enable debug # -DCMAKE_C_FLAGS=-Wall # modification for CFLAGS -# -DNLS=1 # enable Gettext NLS +# -DNLS=0 # disable Gettext NLS # -DApple=1 # build apple port # -DCMAKE_INSTALL_PREFIX=/bla/ # install prefix # -DCMAKE_DATA_PATH=/other/bla/ # install path for data |