mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
dont interfere with ppremake
This commit is contained in:
parent
e9a57e0598
commit
7ee456ebbc
@ -3777,6 +3777,14 @@ if (INSTALLER != 0):
|
||||
|
||||
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")
|
||||
|
||||
WARNINGS.append("Elapsed Time: "+PrettyTime(time.time() - STARTTIME))
|
||||
|
||||
printStatus("Makepanda Final Status Report", WARNINGS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user