Re: [AD] some work related to building allXXX_bin.zip on cygwin. |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> makefile.mgw : fix make install
diff -ur allegro-4.0.1/makefile.mgw allegro/makefile.mgw
--- allegro-4.0.1/makefile.mgw Mon Mar 18 01:14:16 2002
+++ allegro/makefile.mgw Mon Apr 1 17:10:10 2002
@@ -227,13 +227,14 @@
$(MINGDIR_U)/lib/$(IMPLIB_BASENAME): $(IMPLIB_NAME)
cp lib/mingw32/$(IMPLIB_BASENAME) $(MINGDIR_U)/lib
-$(MINGDIR_U)/include/allegro.h: include/allegro.h
+$(MINGDIR_U)/include/allegro.h: include/allegro.h $(MINGDIR_U)/include/allegro
cp include/allegro.h $(MINGDIR_U)/include
$(MINGDIR_U)/include/winalleg.h: include/winalleg.h
cp include/winalleg.h $(MINGDIR_U)/include
$(MINGDIR_U)/include/allegro:
+ mkdir $(MINGDIR_U)/include
mkdir $(MINGDIR_U)/include/allegro
$(MINGDIR_U)/include/allegro/%.h: include/allegro/%.h
Isn't 'include' a built-in directory of the Mingw32 tree ?
--
Eric Botcazou
ebotcazou@xxxxxxxxxx