[Winpt-commits] r365 - in trunk: . Src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Dec 5 21:20:10 CET 2011


Author: twoaday
Date: 2011-12-05 21:20:10 +0100 (Mon, 05 Dec 2011)
New Revision: 365

Modified:
   trunk/Src/Makefile.am
   trunk/TODO
Log:


Modified: trunk/Src/Makefile.am
===================================================================
--- trunk/Src/Makefile.am	2011-12-05 19:34:57 UTC (rev 364)
+++ trunk/Src/Makefile.am	2011-12-05 20:20:10 UTC (rev 365)
@@ -118,13 +118,13 @@
 
 
 WinPT_SOURCES = $(resource_files) $(dialog_files) $(code_files)
-WinPT_LDADD = _WinPT.o -L../Gnupg\
+WinPT_LDADD = WinPTRes.o -L../Gnupg\
               -lgnupg ../PTD/PTD.dll \
 	      $(GPGME_LIBS) $(W32LIBS) \
               -lcomctl32 -lkernel32 -luser32 -lcomdlg32 -ladvapi32 \
               -lshell32 -lgdi32 -lversion -lole32 -loleaut32 -luuid
 
-_WinPT.o: $(resource_files)
+WinPTRes.o: $(resource_files)
 
 .rc.o:
 	$(WINDRES) -I $(srcdir) -I . -I $(top_srcdir)/Ico \

Modified: trunk/TODO
===================================================================
--- trunk/TODO	2011-12-05 19:34:57 UTC (rev 364)
+++ trunk/TODO	2011-12-05 20:20:10 UTC (rev 365)
@@ -28,8 +28,6 @@
       a core library for common tasks.
     * Implement the non-swapable memory for passphrase handling.
       Implement "LockSetForegroundWindow".
-    - Allow to use "XP skins" to provide a better look in a XP/Vista
-      environment.
 
 Wishlist/todo for the GPGME package:
 ====================================



More information about the Winpt-commits mailing list