[Gpg4win-commits] r18 - in trunk: . src

marcus at wald.intevation.org marcus at wald.intevation.org
Thu Oct 20 15:13:01 CEST 2005


Author: marcus
Date: 2005-10-20 15:13:01 +0200 (Thu, 20 Oct 2005)
New Revision: 18

Modified:
   trunk/ChangeLog
   trunk/src/inst-gpgol.nsi
Log:
2005-10-20  Marcus Brinkmann  <marcus at g10code.de>

	* src/inst-gpgol.nsi: Change libgpgol-0.9.3.dll to gpgol.dll.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2005-10-20 12:57:57 UTC (rev 17)
+++ trunk/ChangeLog	2005-10-20 13:13:01 UTC (rev 18)
@@ -1,5 +1,7 @@
 2005-10-20  Marcus Brinkmann  <marcus at g10code.de>
 
+	* src/inst-gpgol.nsi: Change libgpgol-0.9.3.dll to gpgol.dll.
+
 	* src/gpg4win.mk.in (stamp/stamp-$(1)-02-configure): Add
 	-mms-bitfields to CFLAGS.
 

Modified: trunk/src/inst-gpgol.nsi
===================================================================
--- trunk/src/inst-gpgol.nsi	2005-10-20 12:57:57 UTC (rev 17)
+++ trunk/src/inst-gpgol.nsi	2005-10-20 13:13:01 UTC (rev 18)
@@ -28,7 +28,7 @@
 !ifdef SOURCES
   File "${gpg4win_pkg_gpgol}"
 !else
-  File ${prefix}/bin/libgpgol-0-9-3-cvs.dll
+  File ${prefix}/bin/gpgol.dll
 !endif
 SectionEnd
 
@@ -39,7 +39,7 @@
   Push "${gpg4win_pkg_gpgol}"
   Call un.SourceDelete
 !else
-  Delete "$INSTDIR\libgpgol-0-9-3-cvs.dll"
+  Delete "$INSTDIR\gpgol.dll"
   RMDir "$INSTDIR"
 !endif
 SectionEnd



More information about the Gpg4win-commits mailing list