summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-27 19:08:25 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-27 19:08:25 -0600
commit046a0561bc34e1de1fcd0e533ad6308d7909be94 (patch)
tree169d2cd9dc5ce5a8bb0a4ec40c4f99560b13def6 /SConstruct
parentad685997cde1fc6d0a5def0fe8c6dfb0f81ded2c (diff)
downloadwlassistant-046a0561bc34e1de1fcd0e533ad6308d7909be94.tar.gz
wlassistant-046a0561bc34e1de1fcd0e533ad6308d7909be94.zip
Cleanup
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct35
1 files changed, 0 insertions, 35 deletions
diff --git a/SConstruct b/SConstruct
deleted file mode 100644
index 99f08b0..0000000
--- a/SConstruct
+++ /dev/null
@@ -1,35 +0,0 @@
-#! /usr/bin/env python
-
-"""
-help -> scons -h
-compile -> scons
-clean -> scons -c
-install -> scons install
-uninstall -> scons -c install
-configure -> scons configure prefix=/tmp/ita debug=full extraincludes=/usr/local/include:/tmp/include prefix=/usr/local
-
-Run from a subdirectory -> scons -u
-The variables are saved automatically after the first run (look at cache/kde.cache.py, ..)
-"""
-
-###################################################################
-# LOAD THE ENVIRONMENT AND SET UP THE TOOLS
-###################################################################
-
-## Load the builders in config
-env = Environment(tools=['default', 'generic', 'kde', 'parser'], toolpath=['./', './bksys'])
-env.KDEuse("environ")
-
-#env['DUMPCONFIG']=1
-
-###################################################################
-# SCRIPTS FOR BUILDING THE TARGETS
-###################################################################
-env.set_build_dir('src po', 'build')
-env.xmlfile('config.bks')
-
-###################################################################
-# CONVENIENCE FUNCTIONS TO EMULATE 'make dist' and 'make distclean'
-###################################################################
-env.dist('wlassistant', '0.5.7')
-