From ae46a2f1028f375b300e314479bb671d937fc253 Mon Sep 17 00:00:00 2001 From: degasus Date: Wed, 27 Feb 2013 11:06:04 +0100 Subject: [PATCH] also remove cg from windows install scripts --- Installer/Installer_win32.nsi | 6 +----- Installer/Installer_x64.nsi | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Installer/Installer_win32.nsi b/Installer/Installer_win32.nsi index 5b16c60517..e56436104d 100644 --- a/Installer/Installer_win32.nsi +++ b/Installer/Installer_win32.nsi @@ -122,14 +122,10 @@ FunctionEnd Section "Base" SEC01 SetShellVarContext all ; Dolphin exe and dlls - ; TODO: cg is only for OGL, SDL is only for nJoy ; TODO: Make a nice subsection-ized display SetOutPath "$INSTDIR" SetOverwrite ifnewer 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\SDL\win32\SDL.dll" File "..\Externals\OpenAL\win32\OpenAL32.dll" @@ -240,4 +236,4 @@ SectionEnd Function LaunchDolphin ExecShell "" "$DESKTOP\Dolphin.lnk" -FunctionEnd \ No newline at end of file +FunctionEnd diff --git a/Installer/Installer_x64.nsi b/Installer/Installer_x64.nsi index f5c8648fe1..ff78b5aa5d 100644 --- a/Installer/Installer_x64.nsi +++ b/Installer/Installer_x64.nsi @@ -132,14 +132,10 @@ FunctionEnd Section "Complete" SEC01 SetShellVarContext all ; Dolphin exe and dlls - ; TODO: cg is only for OGL, SDL is only for nJoy ; TODO: Make a nice subsection-ized display SetOutPath "$INSTDIR" SetOverwrite ifnewer 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\SDL\x64\SDL.dll" File "..\Externals\OpenAL\win64\OpenAL32.dll" @@ -250,4 +246,4 @@ SectionEnd Function LaunchDolphin ExecShell "" "$DESKTOP\Dolphin x64.lnk" -FunctionEnd \ No newline at end of file +FunctionEnd