Update Build Scripts

This commit is contained in:
Skeli
2019-08-25 03:14:34 -04:00
parent e5dfa5c18a
commit d3d205eafc
455 changed files with 2532 additions and 699 deletions

View File

@@ -12,7 +12,7 @@ GRAPHICS = './graphics'
ASSEMBLY = './assembly'
STRINGS = './strings'
BUILD = './build'
GENERATED = SRC + '/generated'
GENERATED = ASSEMBLY + '/generated'
def PutFileNameInRightFormat(filename):
filename = filename.split('/')