]> Pileus Git - ~andy/gtk/blob - gdk/win32/rc/Makefile.am
Use correct DLL and import library names, with GTK_API_VERSION in name,
[~andy/gtk] / gdk / win32 / rc / Makefile.am
1 EXTRA_DIST = \
2         gdk.rc \
3         gdk.rc.in \
4         gtk.ico
5
6 if USE_WIN32
7 noinst_DATA = gdk-win32res.lo
8 endif
9
10 noinst_PROGRAMS = foo
11
12 # Compile a dummy object file into the foo.lo libtool object so that
13 # the ugly hack in lt-compile-resource knows what kind of libtool
14 # object to produce. (It checks whether there are any .libs/*.o
15 # files.)
16
17 gdk-win32res.lo : gdk.rc gtk.ico foo.lo
18         $(top_srcdir)/build/win32/lt-compile-resource gdk.rc gdk-win32res.lo
19
20 foo.c:
21         echo 'int main (int argc, char **argv) { return 0; }' >foo.c