mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 11:28:17 -04:00
Insulate panda from user's PYTHONPATH
This commit is contained in:
parent
32a6c8fd95
commit
923f5c916c
@ -113,7 +113,7 @@ Section "${SMDIRECTORY}" SecCore
|
|||||||
File /r "${PANDA}\bin\eggcacher.exe"
|
File /r "${PANDA}\bin\eggcacher.exe"
|
||||||
SetOutpath $INSTDIR\game
|
SetOutpath $INSTDIR\game
|
||||||
File /r "${PPGAME}\*"
|
File /r "${PPGAME}\*"
|
||||||
CreateShortCut "$SMPROGRAMS\${SMDIRECTORY}\Play ${NAME}.lnk" "$INSTDIR\python\ppython.exe" "${PPMAIN}" "$INSTDIR\${PPICON}" 0 SW_SHOWMINIMIZED "" "Play ${NAME}"
|
CreateShortCut "$SMPROGRAMS\${SMDIRECTORY}\Play ${NAME}.lnk" "$INSTDIR\python\ppython.exe" "-E ${PPMAIN}" "$INSTDIR\${PPICON}" 0 SW_SHOWMINIMIZED "" "Play ${NAME}"
|
||||||
# Preload all EGG files into the model-cache
|
# Preload all EGG files into the model-cache
|
||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR
|
||||||
SetDetailsPrint textonly
|
SetDetailsPrint textonly
|
||||||
@ -198,7 +198,7 @@ Section "${SMDIRECTORY}" SecCore
|
|||||||
Pop $R0
|
Pop $R0
|
||||||
StrCpy $TUTNAME $R0
|
StrCpy $TUTNAME $R0
|
||||||
CreateShortCut "$SMPROGRAMS\${SMDIRECTORY}\$READABLE\Run $TUTNAME.lnk" "$INSTDIR\python\ppython.exe" "$3" "$INSTDIR\bin\eggcacher.exe" 0 SW_SHOWMINIMIZED "" "Run $TUTNAME"
|
CreateShortCut "$SMPROGRAMS\${SMDIRECTORY}\$READABLE\Run $TUTNAME.lnk" "$INSTDIR\python\ppython.exe" "$3" "$INSTDIR\bin\eggcacher.exe" 0 SW_SHOWMINIMIZED "" "Run $TUTNAME"
|
||||||
CreateShortCut "$INSTDIR\samples\$1\Run $TUTNAME.lnk" "$INSTDIR\python\ppython.exe" "$3" "$INSTDIR\bin\eggcacher.exe" 0 SW_SHOWMINIMIZED "" "Run $TUTNAME"
|
CreateShortCut "$INSTDIR\samples\$1\Run $TUTNAME.lnk" "$INSTDIR\python\ppython.exe" "-E $3" "$INSTDIR\bin\eggcacher.exe" 0 SW_SHOWMINIMIZED "" "Run $TUTNAME"
|
||||||
FindNext $2 $3
|
FindNext $2 $3
|
||||||
goto iloop
|
goto iloop
|
||||||
idone:
|
idone:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user