mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
dont clash with ppremake
This commit is contained in:
parent
459d80c2da
commit
2871a294b6
@ -83,6 +83,13 @@ def PrettyTime(t):
|
||||
def exit(msg):
|
||||
if (threading.currentThread() == MAINTHREAD):
|
||||
SaveDependencyCache()
|
||||
# Move any files we've moved away back.
|
||||
if os.path.isfile("dtool/src/dtoolutil/pandaVersion.h.moved"):
|
||||
os.rename("dtool/src/dtoolutil/pandaVersion.h.moved", "dtool/src/dtoolutil/pandaVersion.h")
|
||||
if os.path.isfile("dtool/src/dtoolutil/checkPandaVersion.h.moved"):
|
||||
os.rename("dtool/src/dtoolutil/checkPandaVersion.h.moved", "dtool/src/dtoolutil/checkPandaVersion.h")
|
||||
if os.path.isfile("dtool/src/dtoolutil/checkPandaVersion.cxx.moved"):
|
||||
os.rename("dtool/src/dtoolutil/checkPandaVersion.cxx.moved", "dtool/src/dtoolutil/checkPandaVersion.cxx")
|
||||
print "Elapsed Time: "+PrettyTime(time.time() - STARTTIME)
|
||||
print msg
|
||||
sys.stdout.flush()
|
||||
|
Loading…
x
Reference in New Issue
Block a user