mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
Fix /Pmw
This commit is contained in:
parent
e7bf3fef38
commit
22a3c974bb
@ -1055,7 +1055,7 @@ CopyFile("built/", "doc/LICENSE")
|
|||||||
CopyFile("built/", "doc/ReleaseNotes")
|
CopyFile("built/", "doc/ReleaseNotes")
|
||||||
CopyAllFiles("built/plugins/", "pandatool/src/scripts/", ".mel")
|
CopyAllFiles("built/plugins/", "pandatool/src/scripts/", ".mel")
|
||||||
CopyAllFiles("built/plugins/", "pandatool/src/scripts/", ".ms")
|
CopyAllFiles("built/plugins/", "pandatool/src/scripts/", ".ms")
|
||||||
if (PkgSkip("PYTHON")==0):
|
if (PkgSkip("PYTHON")==0 and os.path.isdir("thirdparty/Pmw")):
|
||||||
CopyTree('built/Pmw', 'thirdparty/Pmw')
|
CopyTree('built/Pmw', 'thirdparty/Pmw')
|
||||||
ConditionalWriteFile('built/include/ctl3d.h', '/* dummy file to make MAX happy */')
|
ConditionalWriteFile('built/include/ctl3d.h', '/* dummy file to make MAX happy */')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user