Got rid of the last tab character in this file.
This commit is contained in:
parent
ab045f952c
commit
0b0e7b5686
|
@ -44,7 +44,7 @@ def realwork(vars, files, target):
|
|||
print "-I$(pythonhome)/Include -I$(pythonhome)/PC \\"
|
||||
print "\t\t$(cflags) $(cdebug) $(cinclude) \\"
|
||||
print "\t\t", file
|
||||
print
|
||||
print
|
||||
|
||||
print "$(target).exe:",
|
||||
for obj in objects: print obj,
|
||||
|
|
Loading…
Reference in New Issue