Update of /cvsroot/pure-data/packages/linux_make In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3097/linux_make
Modified Files: Makefile Log Message: added in mingw_fixes patch which includes NT2_MSC_VER and lots of other stuff so that everything can compile using MinGW; reorged things to use the full name 'windows' rather than just 'win'. This matches 'darwin' and 'linux'; this is windows RC6
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/linux_make/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile 18 Dec 2005 21:40:50 -0000 1.5 --- Makefile 20 Dec 2005 00:13:16 -0000 1.6 *************** *** 55,60 ****
install: ! cd $(packages_src) && make $(DEST_PATHS) install ! cd $(packages_src) && make $(DEST_PATHS) doc_format @echo " " @echo "linux_make install succeeded!" --- 55,60 ----
install: ! make -C $(packages_src) $(DEST_PATHS) install ! make -C $(packages_src) $(DEST_PATHS) doc_format @echo " " @echo "linux_make install succeeded!"