mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +00:00
execute qfcc on completion for that one stop shopping experience
This commit is contained in:
parent
e090f3c9e3
commit
1b930b73d1
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
import os
|
||||||
import re
|
import re
|
||||||
import string
|
import string
|
||||||
from pprint import *
|
from pprint import *
|
||||||
|
@ -190,3 +191,4 @@ f.write (progs_dat + '\n\n')
|
||||||
for l in qcc_list:
|
for l in qcc_list:
|
||||||
f.write(l + '\n')
|
f.write(l + '\n')
|
||||||
f.close ()
|
f.close ()
|
||||||
|
os.execlp ("qfcc", "qfcc")
|
||||||
|
|
Loading…
Reference in a new issue