summaryrefslogtreecommitdiff
path: root/SConstruct
AgeCommit message (Collapse)AuthorFilesLines
2010-03-21Implemented a very basic configuration dialog.Jon Bergli Heier1-3/+5
This code is a bit hackish, all configuration options should be collected in a single place (eg. a config struct) in order to easily keep track of all configuration options.
2010-01-08Added release build option.Jon Bergli Heier1-1/+9
2010-01-05SConsctruct: Import CCFLAGS and LINKFLAGS from os.environ.Jon Bergli Heier1-0/+8
2010-01-04Added -Wall to CCFLAGS and some code cleanup.Jon Bergli Heier1-1/+1
2009-12-30Basic adding and assigning of tags implemented.Jon Bergli Heier1-1/+2
Committing this before it gets out of hand. Only adding new tags is working atm. Created a text input dialog. Added a tag dialog. Other minor changes.
2009-12-23Added install target.Jon Bergli Heier1-1/+9
Reads the DESTDIR and PREFIX variables when given as arguments.
2009-12-23Fixed recursive adding.Jon Bergli Heier1-2/+2
Removed Imlib2 dependency.
2009-12-22Initial commit.Jon Bergli Heier1-0/+38