comparison src/gtk.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 821fabe85a36
children 8d43a215ea43
comparison
equal deleted inserted replaced
1211:3e27b4f3acda 1212:84cc482e2b06
43 $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= 43 $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
44 44
45 '$(TARGET)-gcc' \ 45 '$(TARGET)-gcc' \
46 -W -Wall -Werror -ansi -pedantic \ 46 -W -Wall -Werror -ansi -pedantic \
47 '$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-gtk.exe' \ 47 '$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-gtk.exe' \
48 `'$(TARGET)-pkg-config' gtk+-2.0 --cflags --libs` -ldnsapi 48 `'$(TARGET)-pkg-config' gtk+-2.0 --cflags --libs`
49 endef 49 endef