mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +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
|
||||
|
||||
import os
|
||||
import re
|
||||
import string
|
||||
from pprint import *
|
||||
|
@ -190,3 +191,4 @@ f.write (progs_dat + '\n\n')
|
|||
for l in qcc_list:
|
||||
f.write(l + '\n')
|
||||
f.close ()
|
||||
os.execlp ("qfcc", "qfcc")
|
||||
|
|
Loading…
Reference in a new issue