File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -103,20 +103,19 @@ Section "${SMDIRECTORY}" SecCore
103103 File /r /x CVS /x Opt?-Win32 " ${PSOURCE}\direct\filter\*.sha"
104104 SetOutPath $INSTDIR \direct
105105 File /r /x CVS /x Opt?-Win32 " ${PSOURCE}\direct\*.py"
106- SetOutPath $INSTDIR
107- File " ${PSOURCE}\panda3d.py"
108106 !else
109107 File /r /x CVS /x Opt?-Win32 " ${PSOURCE}\direct\src\directscripts\*"
110108 SetOutPath $INSTDIR \direct\filter
111109 File /r /x CVS /x Opt?-Win32 " ${PSOURCE}\direct\src\filter\*.sha"
112110 SetOutPath $INSTDIR \direct
113111 File /r /x CVS /x Opt?-Win32 " ${PSOURCE}\direct\src\*.py"
114112 File " ${PANDA}\tmp\__init__.py"
115- SetOutPath $INSTDIR
116- File " ${PSOURCE}\direct\src\ffi\panda3d.py"
117113 !endif
118114 SetOutPath $INSTDIR \pandac
119115 File /r " ${PANDA}\pandac\*.py"
116+ SetOutPath $INSTDIR \panda3d
117+ File /r " ${PANDA}\panda3d\*.py"
118+ File /r " ${PANDA}\panda3d\*.pyd"
120119 SetOutPath $INSTDIR \python
121120 File /r " ${PANDA}\python\*"
122121 RMDir /r " $SMPROGRAMS\${SMDIRECTORY}"
You can’t perform that action at this time.
0 commit comments