From dba6dd0647b68a395da1d47b4e22ea98ee245188 Mon Sep 17 00:00:00 2001 From: Bahadir Balban Date: Tue, 20 Oct 2009 20:33:53 +0300 Subject: [PATCH] Removed parse_options.py which has now moved to configure.py --- build.py | 3 +++ config/parse_options.py | 9 --------- 2 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 config/parse_options.py 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 = '../' - -