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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Feb 28 10:19:55 CET 2006


Author: marcus
Date: 2006-02-28 10:19:55 +0100 (Tue, 28 Feb 2006)
New Revision: 185

Modified:
   trunk/ChangeLog
   trunk/src/inst-atk.nsi
Log:
2006-02-28  Marcus Brinkmann  <marcus at g10code.de>

	* src/inst-atk.nsi: Fix outpath of library.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-02-24 10:37:39 UTC (rev 184)
+++ trunk/ChangeLog	2006-02-28 09:19:55 UTC (rev 185)
@@ -1,3 +1,7 @@
+2006-02-28  Marcus Brinkmann  <marcus at g10code.de>
+
+	* src/inst-atk.nsi: Fix outpath of library.
+
 2006-02-23  Marcus Brinkmann  <marcus at g10code.de>
 
 	* src/inst-glib.nsi: Add glib20.mo.

Modified: trunk/src/inst-atk.nsi
===================================================================
--- trunk/src/inst-atk.nsi	2006-02-24 10:37:39 UTC (rev 184)
+++ trunk/src/inst-atk.nsi	2006-02-28 09:19:55 UTC (rev 185)
@@ -32,10 +32,10 @@
 !ifdef SOURCES
   File ${gpg4win_pkg_atk_src}
 !else
+  File ${prefix}/bin/libatk-1.0-0.dll
 
   SetOutPath "$INSTDIR\lib\locale\de\LC_MESSAGES"
   File ${prefix}/lib/locale/de/LC_MESSAGES/atk10.mo
 
-  File ${prefix}/bin/libatk-1.0-0.dll
 !endif
 SectionEnd



More information about the Gpg4win-commits mailing list