summaryrefslogtreecommitdiffstats
path: root/src/gtkmm.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2010-09-29 00:00:35 (GMT)
committerMark Brand <mabrand@mabrand.nl>2010-09-29 00:00:35 (GMT)
commit9c47b12907c321071bb28f55a99e2b12d19cd951 (patch)
tree47eaed3cd974875d82fe8ba14161cb23f8d01efe /src/gtkmm.mk
parentfeb86a9fdf437461c1d8d3845540fe05e2284367 (diff)
downloadmxe-9c47b12907c321071bb28f55a99e2b12d19cd951.zip
mxe-9c47b12907c321071bb28f55a99e2b12d19cd951.tar.gz
mxe-9c47b12907c321071bb28f55a99e2b12d19cd951.tar.bz2
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.
Diffstat (limited to 'src/gtkmm.mk')
-rw-r--r--src/gtkmm.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gtkmm.mk b/src/gtkmm.mk
index c5652c6..d6d6c7d 100644
--- a/src/gtkmm.mk
+++ b/src/gtkmm.mk
@@ -33,6 +33,5 @@ define $(PKG)_BUILD
'$(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