comparison 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
comparison
equal deleted inserted replaced
1211:3e27b4f3acda 1212:84cc482e2b06
31 $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= 31 $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
32 32
33 '$(TARGET)-g++' \ 33 '$(TARGET)-g++' \
34 -W -Wall -Werror -pedantic -std=c++0x \ 34 -W -Wall -Werror -pedantic -std=c++0x \
35 '$(2).cpp' -o '$(PREFIX)/$(TARGET)/bin/test-gtkmm.exe' \ 35 '$(2).cpp' -o '$(PREFIX)/$(TARGET)/bin/test-gtkmm.exe' \
36 `'$(TARGET)-pkg-config' gtkmm-2.4 --cflags --libs` \ 36 `'$(TARGET)-pkg-config' gtkmm-2.4 --cflags --libs`
37 -lwinspool -lcomctl32 -lcomdlg32 -ldnsapi
38 endef 37 endef