[quake3-commits] r2150 - trunk/misc/nsis

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Aug 26 11:15:57 EDT 2011


Author: ztm
Date: 2011-08-26 11:15:56 -0400 (Fri, 26 Aug 2011)
New Revision: 2150

Modified:
   trunk/misc/nsis/ioquake3.nsi.in
Log:
Don't include libcurl-4.dll or zlib1.dll in NSIS installer, they don't seem to be used.

Modified: trunk/misc/nsis/ioquake3.nsi.in
===================================================================
--- trunk/misc/nsis/ioquake3.nsi.in	2011-08-24 14:47:57 UTC (rev 2149)
+++ trunk/misc/nsis/ioquake3.nsi.in	2011-08-26 15:15:56 UTC (rev 2150)
@@ -5,7 +5,7 @@
 ; This file is used to automatically build the installers in the
 ; openSUSE build service, don't break this!
 ;
-; you have to copy SDL.dll and libcurl-4.dll here manually
+; you have to copy SDL.dll and OpenAL32.dll here manually
 
 !define MULTIUSER_MUI
 !define MULTIUSER_EXECUTIONLEVEL Highest
@@ -78,8 +78,6 @@
   ; Set output path to the installation directory.
   SetOutPath $INSTDIR
 
-  File "zlib1.dll"
-
   ; Put file there
   File "../../build/release-mingw32-x86/ioq3ded.x86.exe"
   File "../../build/release-mingw32-x86/ioquake3.x86.exe"
@@ -127,14 +125,6 @@
 
 SectionEnd
 
-Section "libcurl"
-
-  SetOutPath $INSTDIR
-
-  File "libcurl-4.dll"
-
-SectionEnd
-
 Section "OpenAL-Soft library"
 
   SetOutPath $INSTDIR
@@ -168,12 +158,8 @@
   Delete $INSTDIR\id-readme.txt
   Delete $INSTDIR\voip-readme.txt
 
-  Delete $INSTDIR\zlib1.dll
-
   Delete $INSTDIR\SDL.dll
 
-  Delete $INSTDIR\libcurl-4.dll
-
   Delete $INSTDIR\OpenAL32.dll
 
   Delete $INSTDIR\uninstall.exe



More information about the quake3-commits mailing list