mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Installer should get direct tree from built/direct
This commit is contained in:
parent
963186e1ec
commit
2ea7149e42
@ -97,20 +97,11 @@ Section "${SMDIRECTORY}" SecCore
|
|||||||
SetOutPath $INSTDIR\etc
|
SetOutPath $INSTDIR\etc
|
||||||
File /r "${PANDACONF}\*"
|
File /r "${PANDACONF}\*"
|
||||||
SetOutPath $INSTDIR\direct\directscripts
|
SetOutPath $INSTDIR\direct\directscripts
|
||||||
!ifdef PPGAME
|
File /r /x CVS /x Opt?-Win32 "${PANDA}\direct\directscripts\*"
|
||||||
File /r /x CVS /x Opt?-Win32 "${PSOURCE}\direct\directscripts\*"
|
|
||||||
SetOutPath $INSTDIR\direct\filter
|
SetOutPath $INSTDIR\direct\filter
|
||||||
File /r /x CVS /x Opt?-Win32 "${PSOURCE}\direct\filter\*.sha"
|
File /r /x CVS /x Opt?-Win32 "${PANDA}\direct\filter\*.sha"
|
||||||
SetOutPath $INSTDIR\direct
|
SetOutPath $INSTDIR\direct
|
||||||
File /r /x CVS /x Opt?-Win32 "${PSOURCE}\direct\*.py"
|
File /r /x CVS /x Opt?-Win32 "${PANDA}\direct\*.py"
|
||||||
!else
|
|
||||||
File /r /x CVS /x Opt?-Win32 "${PSOURCE}\direct\src\directscripts\*"
|
|
||||||
SetOutPath $INSTDIR\direct\filter
|
|
||||||
File /r /x CVS /x Opt?-Win32 "${PSOURCE}\direct\src\filter\*.sha"
|
|
||||||
SetOutPath $INSTDIR\direct
|
|
||||||
File /r /x CVS /x Opt?-Win32 "${PSOURCE}\direct\src\*.py"
|
|
||||||
File "${PANDA}\tmp\__init__.py"
|
|
||||||
!endif
|
|
||||||
Delete "$INSTDIR\panda3d.py"
|
Delete "$INSTDIR\panda3d.py"
|
||||||
Delete "$INSTDIR\panda3d.pyc"
|
Delete "$INSTDIR\panda3d.pyc"
|
||||||
Delete "$INSTDIR\panda3d.pyo"
|
Delete "$INSTDIR\panda3d.pyo"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user