mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
/nonfatal flag for bin/*.pyd
This commit is contained in:
parent
8d035dd14d
commit
0807a74605
@ -90,7 +90,7 @@ Section "${SMDIRECTORY}" SecCore
|
||||
File "${PANDA}\LICENSE"
|
||||
SetOutPath $INSTDIR\bin
|
||||
File /r "${PANDA}\bin\*.dll"
|
||||
File /r "${PANDA}\bin\*.pyd"
|
||||
File /nonfatal /r "${PANDA}\bin\*.pyd"
|
||||
File /r "${PANDA}\bin\Microsoft.*.manifest"
|
||||
SetOutPath $INSTDIR\etc
|
||||
File /r "${PANDACONF}\*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user