Removed parse_options.py which has now moved to configure.py

This commit is contained in:
Bahadir Balban
2009-10-20 20:33:53 +03:00
parent d94054e2b4
commit dba6dd0647
2 changed files with 3 additions and 9 deletions

View File

@@ -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()

View File

@@ -1,9 +0,0 @@
#! /usr/bin/env python2.6
# -*- mode: python; coding: utf-8; -*-
#
from optparse import OptionParser
import os, sys, shutil
PROJRELROOT = '../'