mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Fixed pmw, removed plugins from airblade
This commit is contained in:
parent
26c9211b5e
commit
143b30aaf9
@ -61,9 +61,6 @@ Section "${FULLNAME}" SecCore
|
||||
File ${PSOURCE}\doc\LICENSE
|
||||
SetOutPath $INSTDIR\bin
|
||||
File /r ${PANDA}\bin\*.dll
|
||||
File /nonfatal /r ${PANDA}\bin\*.dle
|
||||
File /nonfatal /r ${PANDA}\bin\*.dlo
|
||||
File /nonfatal /r ${PANDA}\bin\*.dlm
|
||||
SetOutPath $INSTDIR\etc
|
||||
File /r ${PANDA}\etc\*
|
||||
SetOutPath $INSTDIR\direct
|
||||
@ -89,18 +86,24 @@ Section "${FULLNAME}" SecCore
|
||||
|
||||
!else
|
||||
|
||||
SetOutPath $INSTDIR\bin
|
||||
File /nonfatal /r ${PANDA}\bin\*.dle
|
||||
File /nonfatal /r ${PANDA}\bin\*.dlo
|
||||
File /nonfatal /r ${PANDA}\bin\*.dlm
|
||||
SetOutPath $INSTDIR\pandac\input
|
||||
File /r ${PANDA}\pandac\input\*
|
||||
SetOutPath $INSTDIR\bin
|
||||
File /r ${PANDA}\bin\*.exe
|
||||
SetOutPath $INSTDIR
|
||||
File ${PSOURCE}\doc\InstallerNotes
|
||||
SetOutPath $INSTDIR\lib
|
||||
File /r /x *.exp ${PANDA}\lib\*
|
||||
SetOutPath $INSTDIR\include
|
||||
File /r /x *.exp ${PANDA}\include\*
|
||||
SetOutPath $INSTDIR\SceneEditor
|
||||
File /r /x CVS ${PSOURCE}\SceneEditor
|
||||
SetOutPath $INSTDIR\Pmw
|
||||
File /r /x CVS ${PANDA}\Pmw
|
||||
SetOutPath $INSTDIR
|
||||
File /r /x CVS ${PSOURCE}\doc\ReleaseNotes
|
||||
|
||||
SetOutPath $INSTDIR
|
||||
WriteINIStr $INSTDIR\Website.url "InternetShortcut" "URL" "http://panda3d.etc.cmu.edu/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user