diff src/gtkmm.mk @ 1212:84cc482e2b06

tidy up handling of staic library dependencies -ldnsapi provided by pkgconfig/gio-2.0.pc. -lwinspool -lcomctl32 -lcomdlg32 provided by pkgconfig/gtk+-2.0.pc Don't need to explicitly mention these building test programs.
author Mark Brand <mabrand@mabrand.nl>
date Wed, 29 Sep 2010 02:00:35 +0200
parents ea44f34c12b0
children 68ccbdf94db3
line wrap: on
line diff
--- a/src/gtkmm.mk	Tue Sep 28 19:56:10 2010 +0200
+++ b/src/gtkmm.mk	Wed Sep 29 02:00:35 2010 +0200
@@ -33,6 +33,5 @@
     '$(TARGET)-g++' \
         -W -Wall -Werror -pedantic -std=c++0x \
         '$(2).cpp' -o '$(PREFIX)/$(TARGET)/bin/test-gtkmm.exe' \
-        `'$(TARGET)-pkg-config' gtkmm-2.4 --cflags --libs` \
-        -lwinspool -lcomctl32 -lcomdlg32 -ldnsapi
+        `'$(TARGET)-pkg-config' gtkmm-2.4 --cflags --libs`
 endef