diff --git a/build.py b/build.py index 19fd529..2af76c3 100755 --- a/build.py +++ b/build.py @@ -48,5 +48,8 @@ def main(): print "\nBuilding the loader and packing..." os.system("scons -f SConstruct.loader") + print "\nBuild complete." + + if __name__ == "__main__": main() diff --git a/config/parse_options.py b/config/parse_options.py deleted file mode 100644 index 62dc6d3..0000000 --- a/config/parse_options.py +++ /dev/null @@ -1,9 +0,0 @@ -#! /usr/bin/env python2.6 -# -*- mode: python; coding: utf-8; -*- -# -from optparse import OptionParser -import os, sys, shutil - -PROJRELROOT = '../' - -