mirror of
https://github.com/drasko/codezero.git
synced 2026-02-26 16:53:14 +01:00
Removed parse_options.py which has now moved to configure.py
This commit is contained in:
3
build.py
3
build.py
@@ -48,5 +48,8 @@ def main():
|
|||||||
print "\nBuilding the loader and packing..."
|
print "\nBuilding the loader and packing..."
|
||||||
os.system("scons -f SConstruct.loader")
|
os.system("scons -f SConstruct.loader")
|
||||||
|
|
||||||
|
print "\nBuild complete."
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
#! /usr/bin/env python2.6
|
|
||||||
# -*- mode: python; coding: utf-8; -*-
|
|
||||||
#
|
|
||||||
from optparse import OptionParser
|
|
||||||
import os, sys, shutil
|
|
||||||
|
|
||||||
PROJRELROOT = '../'
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user