From 57816683df6754cad9e6cebd83423de014be745c Mon Sep 17 00:00:00 2001 From: hyperiris Date: Thu, 14 Jan 2010 13:14:45 +0000 Subject: [PATCH] Setup: Append missing files git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4831 8ced0084-cf51-0410-be5f-012b33b47a6e --- Installer/Installer_win32.nsi | 4 ++++ Installer/Installer_x64.nsi | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Installer/Installer_win32.nsi b/Installer/Installer_win32.nsi index ecd327fb9e..20c0799ed2 100644 --- a/Installer/Installer_win32.nsi +++ b/Installer/Installer_win32.nsi @@ -129,8 +129,11 @@ Section "Base" SEC01 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" + File "..\Externals\OpenAL\win32\wrap_oal.dll" ; This needs to be done after Dolphin.exe is copied CreateDirectory "$SMPROGRAMS\${PRODUCT_NAME}" CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\$(^Name).lnk" "$INSTDIR\Dolphin.exe" @@ -147,6 +150,7 @@ Section "Base" SEC01 File "${BASE_DIR}\Plugins\Plugin_VideoDX9.dll" File "${BASE_DIR}\Plugins\Plugin_VideoOGL.dll" File "${BASE_DIR}\Plugins\Plugin_Wiimote.dll" + File "${BASE_DIR}\Plugins\Plugin_VideoSW.dll" ; GC/Wii static settings SetOutPath "$INSTDIR\Sys\GC" diff --git a/Installer/Installer_x64.nsi b/Installer/Installer_x64.nsi index 1de5628c54..caebb5010c 100644 --- a/Installer/Installer_x64.nsi +++ b/Installer/Installer_x64.nsi @@ -139,8 +139,11 @@ Section "Complete" SEC01 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" + File "..\Externals\OpenAL\win64\wrap_oal.dll" ; This needs to be done after Dolphin.exe is copied CreateDirectory "$SMPROGRAMS\${PRODUCT_NAME}" CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\$(^Name).lnk" "$INSTDIR\Dolphin.exe" @@ -157,6 +160,7 @@ Section "Complete" SEC01 File "${BASE_DIR}\Plugins\Plugin_VideoDX9.dll" File "${BASE_DIR}\Plugins\Plugin_VideoOGL.dll" File "${BASE_DIR}\Plugins\Plugin_Wiimote.dll" + File "${BASE_DIR}\Plugins\Plugin_VideoSW.dll" ; GC/Wii static settings SetOutPath "$INSTDIR\Sys\GC"