aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Fabio Bas2008-04-14 17:00:00 +0000
committerGravatar Fabio Bas2008-04-14 17:00:00 +0000
commit2b64f563e725fe4485a96cda92d2cdf21496f0e3 (patch)
treed2848bc08f6fc238e7f3a463a773c3bcbb8cd58b /scripts
parentquick fix (diff)
downloadKVIrc-2b64f563e725fe4485a96cda92d2cdf21496f0e3.tar.gz
KVIrc-2b64f563e725fe4485a96cda92d2cdf21496f0e3.tar.bz2
KVIrc-2b64f563e725fe4485a96cda92d2cdf21496f0e3.zip
- Removed kdevelop project file for cmake branch (unuseful)
- Made the main CMakeList.txt check for old kvi_sysconfig.h and prevent regeneration if the config is the same; this prevents full recompilation of the sources in front of a small change in a CMakeList.txt. To make this happen i had to "comment out" the #define KVIRC_BUILD_DATE (otherway it's impossible for the configs to match). Anyway, this define isn't used anywhere in the sources by now. - Probably fix for the "kvirc4-config" install issue git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1482 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'scripts')
-rw-r--r--scripts/CMakeLists.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
index 24d0b9264..6d2aefc65 100644
--- a/scripts/CMakeLists.txt
+++ b/scripts/CMakeLists.txt
@@ -1,14 +1,14 @@
# CMakeLists for scripts/
-#SET(kvishellscripts
-# config/kvirc4-config
-#)
+SET(kvishellscripts
+ config/kvirc4-config
+)
# Install target
-#IF(UNIX)
-# IF(NOT APPLE)
+IF(UNIX)
+ IF(NOT APPLE)
# This files are useless because apple bundles are movable
# Assume linux
-# INSTALL(FILES ${kvishellscripts} DESTINATION ${INSTALL_PREFIX}/bin)
-# ENDIF()
-#ENDIF()
+ INSTALL(FILES ${kvishellscripts} DESTINATION ${INSTALL_PREFIX}/bin)
+ ENDIF()
+ENDIF()