]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
Use correct flags for windres.
authorChristopher Faylor <me@cgf.cx>
Fri, 12 Oct 2001 19:42:42 +0000 (19:42 +0000)
committerChristopher Faylor <me@cgf.cx>
Fri, 12 Oct 2001 19:42:42 +0000 (19:42 +0000)
ChangeLog
Makefile.in

index 4bef65d761fcdb5eeed8e04780c5ba232f481936..021b4c1a97310b732a63004ac8148e724fdef2bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-12  Christopher Faylor  <cgf@redhat.com>
+
+       * Makefile.in: Use correct flags for windres.
+
 2001-10-12  Christopher Faylor  <cgf@redhat.com>
 
        * Makefile.in (CFLAGS): Remove -nostdinc from CFLAGS.
index d005db453391fa4473edb98bd617ce873376002b..1d61b7727c9fdc8969b5cc61f20d2149427e5dde 100644 (file)
@@ -163,10 +163,10 @@ version.c : $(srcdir)/ChangeLog Makefile
 
 %.o: %.rc
 ifdef VERBOSE
-       $(WINDRES) --include-dir $(srcdir) --include-dir $(w32api_include) -o $@ $<
+       $(WINDRES) --include-dir $(srcdir) --include-dir $(w32api_source)/include -o $@ $<
 else
        @echo $(WINDRES) -o $@ $(<F)
-       @$(WINDRES) --include-dir $(srcdir) --include-dir $(w32api_include) -o $@ $<
+       @$(WINDRES) --include-dir $(srcdir) --include-dir $(w32api_source)/include -o $@ $<
 endif
 
 %.o: %.c
This page took 0.037074 seconds and 5 git commands to generate.