mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
minor fix
This commit is contained in:
parent
388c938c06
commit
c0ddb63e88
@ -92,7 +92,7 @@ Section "${SMDIRECTORY}" SecCore
|
|||||||
SetOutPath $INSTDIR\bin
|
SetOutPath $INSTDIR\bin
|
||||||
File /r "${PANDA}\bin\*.dll"
|
File /r "${PANDA}\bin\*.dll"
|
||||||
File /nonfatal /r "${PANDA}\bin\*.pyd"
|
File /nonfatal /r "${PANDA}\bin\*.pyd"
|
||||||
File /r "${PANDA}\bin\Microsoft.*.manifest"
|
File /nonfatal /r "${PANDA}\bin\Microsoft.*.manifest"
|
||||||
SetOutPath $INSTDIR\etc
|
SetOutPath $INSTDIR\etc
|
||||||
File /r "${PANDACONF}\*"
|
File /r "${PANDACONF}\*"
|
||||||
SetOutPath $INSTDIR\direct\directscripts
|
SetOutPath $INSTDIR\direct\directscripts
|
||||||
@ -675,7 +675,7 @@ Function IsUserAdmin
|
|||||||
Push 1
|
Push 1
|
||||||
Return
|
Return
|
||||||
|
|
||||||
NOtAdmin:
|
NotAdmin:
|
||||||
; You should still check for an empty string because the functions
|
; You should still check for an empty string because the functions
|
||||||
; UserInfo.dll looks for may not be present on Windows 95. (per kichik)
|
; UserInfo.dll looks for may not be present on Windows 95. (per kichik)
|
||||||
|
|
||||||
@ -745,7 +745,7 @@ Function un.IsUserAdmin
|
|||||||
Push 1
|
Push 1
|
||||||
Return
|
Return
|
||||||
|
|
||||||
NOtAdmin:
|
NotAdmin:
|
||||||
; You should still check for an empty string because the functions
|
; You should still check for an empty string because the functions
|
||||||
; UserInfo.dll looks for may not be present on Windows 95. (per kichik)
|
; UserInfo.dll looks for may not be present on Windows 95. (per kichik)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user