diff options
| author | scarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-08-17 17:52:23 +0000 |
|---|---|---|
| committer | scarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-08-17 17:52:23 +0000 |
| commit | bc81766556fc7d9fa7c07a9291eb968747938711 (patch) | |
| tree | e188f6d87c1ae130c8735d316e6c6c3b5515c200 /CMakeLists.txt | |
| parent | 531f64d72827f7540e8c56b3e7648ac3a1f49045 (diff) | |
- server instaloval zbytecne data
- uprava authors (muj mejl a jabber)
- build.sh vypisuje vic informaci o tom co provedl
git-svn-id: http://opensvn.csie.org/tuxanci_ng@218 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c3f790..ae73f41 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -104,6 +104,7 @@ ENDIF ( NOT Server ) IF ( Server ) ADD_DEFINITIONS ( -DPUBLIC_SERVER ) ADD_DEFINITIONS ( -DNO_SOUND ) + SET ( NO_Audio "ON" ) INCLUDE_DIRECTORIES ( ${WORKDIR}/server ) ENDIF ( Server ) ############################################################################### |