mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +01:00
also remove cg from windows install scripts
This commit is contained in:
parent
1b8d044543
commit
ae46a2f102
@ -122,14 +122,10 @@ FunctionEnd
|
|||||||
Section "Base" SEC01
|
Section "Base" SEC01
|
||||||
SetShellVarContext all
|
SetShellVarContext all
|
||||||
; Dolphin exe and dlls
|
; Dolphin exe and dlls
|
||||||
; TODO: cg is only for OGL, SDL is only for nJoy
|
|
||||||
; TODO: Make a nice subsection-ized display
|
; TODO: Make a nice subsection-ized display
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR"
|
||||||
SetOverwrite ifnewer
|
SetOverwrite ifnewer
|
||||||
File "${BASE_DIR}\Dolphin.exe"
|
File "${BASE_DIR}\Dolphin.exe"
|
||||||
File "..\Externals\Cg\cg.dll"
|
|
||||||
File "..\Externals\Cg\cgGL.dll"
|
|
||||||
; File "..\Externals\Cg\cgD3D9.dll"
|
|
||||||
File "..\Externals\WiiUse\Win32\wiiuse.dll"
|
File "..\Externals\WiiUse\Win32\wiiuse.dll"
|
||||||
File "..\Externals\SDL\win32\SDL.dll"
|
File "..\Externals\SDL\win32\SDL.dll"
|
||||||
File "..\Externals\OpenAL\win32\OpenAL32.dll"
|
File "..\Externals\OpenAL\win32\OpenAL32.dll"
|
||||||
@ -240,4 +236,4 @@ SectionEnd
|
|||||||
|
|
||||||
Function LaunchDolphin
|
Function LaunchDolphin
|
||||||
ExecShell "" "$DESKTOP\Dolphin.lnk"
|
ExecShell "" "$DESKTOP\Dolphin.lnk"
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
@ -132,14 +132,10 @@ FunctionEnd
|
|||||||
Section "Complete" SEC01
|
Section "Complete" SEC01
|
||||||
SetShellVarContext all
|
SetShellVarContext all
|
||||||
; Dolphin exe and dlls
|
; Dolphin exe and dlls
|
||||||
; TODO: cg is only for OGL, SDL is only for nJoy
|
|
||||||
; TODO: Make a nice subsection-ized display
|
; TODO: Make a nice subsection-ized display
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR"
|
||||||
SetOverwrite ifnewer
|
SetOverwrite ifnewer
|
||||||
File "${BASE_DIR}\Dolphin.exe"
|
File "${BASE_DIR}\Dolphin.exe"
|
||||||
File "..\Externals\Cg64\cg.dll"
|
|
||||||
File "..\Externals\Cg64\cgGL.dll"
|
|
||||||
; File "..\Externals\Cg64\cgD3D9.dll"
|
|
||||||
File "..\Externals\WiiUse\X64\wiiuse.dll"
|
File "..\Externals\WiiUse\X64\wiiuse.dll"
|
||||||
File "..\Externals\SDL\x64\SDL.dll"
|
File "..\Externals\SDL\x64\SDL.dll"
|
||||||
File "..\Externals\OpenAL\win64\OpenAL32.dll"
|
File "..\Externals\OpenAL\win64\OpenAL32.dll"
|
||||||
@ -250,4 +246,4 @@ SectionEnd
|
|||||||
|
|
||||||
Function LaunchDolphin
|
Function LaunchDolphin
|
||||||
ExecShell "" "$DESKTOP\Dolphin x64.lnk"
|
ExecShell "" "$DESKTOP\Dolphin x64.lnk"
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user