mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Shortened names of sample-program directories
This commit is contained in:
parent
6ac5500f76
commit
65697c440a
@ -170,32 +170,28 @@ Section "${SMDIRECTORY}" SecCore
|
|||||||
CreateShortCut "$SMPROGRAMS\${SMDIRECTORY}\Panda Website.lnk" "$INSTDIR\Website.url" "" "$INSTDIR\bin\eggcacher.exe" 0 "" "" "Panda Website"
|
CreateShortCut "$SMPROGRAMS\${SMDIRECTORY}\Panda Website.lnk" "$INSTDIR\Website.url" "" "$INSTDIR\bin\eggcacher.exe" 0 "" "" "Panda Website"
|
||||||
CreateShortCut "$SMPROGRAMS\${SMDIRECTORY}\Sample Program Manual.lnk" "$INSTDIR\Samples.url" "" "$INSTDIR\bin\eggcacher.exe" 0 "" "" "Sample Program Manual"
|
CreateShortCut "$SMPROGRAMS\${SMDIRECTORY}\Sample Program Manual.lnk" "$INSTDIR\Samples.url" "" "$INSTDIR\bin\eggcacher.exe" 0 "" "" "Sample Program Manual"
|
||||||
|
|
||||||
FindFirst $0 $1 $INSTDIR\samples\*--*
|
FindFirst $0 $1 $INSTDIR\samples\*
|
||||||
loop:
|
loop:
|
||||||
StrCmp $1 "" done
|
StrCmp $1 "" done
|
||||||
|
StrCmp $1 "." next
|
||||||
|
StrCmp $1 ".." next
|
||||||
Push $1
|
Push $1
|
||||||
Push "--"
|
|
||||||
Push "\"
|
|
||||||
Call StrRep
|
|
||||||
Push "-"
|
Push "-"
|
||||||
Push " "
|
Push " "
|
||||||
Call StrRep
|
Call StrRep
|
||||||
Pop $R0
|
Pop $R0
|
||||||
StrCpy $READABLE $R0
|
StrCpy $READABLE $R0
|
||||||
Push $1
|
Push $1
|
||||||
Push "--"
|
|
||||||
Push ":_"
|
|
||||||
Call StrRep
|
|
||||||
Push "-"
|
Push "-"
|
||||||
Push "_"
|
Push "_"
|
||||||
Call StrRep
|
Call StrRep
|
||||||
Pop $R0
|
Pop $R0
|
||||||
StrCpy $MANPAGE $R0
|
StrCpy $MANPAGE $R0
|
||||||
CreateDirectory "$SMPROGRAMS\${SMDIRECTORY}\$READABLE"
|
CreateDirectory "$SMPROGRAMS\${SMDIRECTORY}\Sample Programs\$READABLE"
|
||||||
SetOutPath $INSTDIR\samples\$1
|
SetOutPath $INSTDIR\samples\$1
|
||||||
WriteINIStr $INSTDIR\samples\$1\ManualPage.url "InternetShortcut" "URL" "http://panda3d.etc.cmu.edu/wiki/index.php/$MANPAGE"
|
WriteINIStr $INSTDIR\samples\$1\ManualPage.url "InternetShortcut" "URL" "http://panda3d.etc.cmu.edu/wiki/index.php/Sample_Programs:_$MANPAGE"
|
||||||
CreateShortCut "$SMPROGRAMS\${SMDIRECTORY}\$READABLE\Manual Page.lnk" "$INSTDIR\samples\$1\ManualPage.url" "" "$INSTDIR\bin\eggcacher.exe" 0 "" "" "Manual Entry on this Sample Program"
|
CreateShortCut "$SMPROGRAMS\${SMDIRECTORY}\Sample Programs\$READABLE\Manual Page.lnk" "$INSTDIR\samples\$1\ManualPage.url" "" "$INSTDIR\bin\eggcacher.exe" 0 "" "" "Manual Entry on this Sample Program"
|
||||||
CreateShortCut "$SMPROGRAMS\${SMDIRECTORY}\$READABLE\View Source Code.lnk" "$INSTDIR\samples\$1"
|
CreateShortCut "$SMPROGRAMS\${SMDIRECTORY}\Sample Programs\$READABLE\View Source Code.lnk" "$INSTDIR\samples\$1"
|
||||||
FindFirst $2 $3 $INSTDIR\samples\$1\Tut-*.py
|
FindFirst $2 $3 $INSTDIR\samples\$1\Tut-*.py
|
||||||
iloop:
|
iloop:
|
||||||
StrCmp $3 "" idone
|
StrCmp $3 "" idone
|
||||||
@ -206,7 +202,7 @@ Section "${SMDIRECTORY}" SecCore
|
|||||||
Call StrRep
|
Call StrRep
|
||||||
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}\Sample Programs\$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" "-E $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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user