Update of /cvsroot/mahogany/M/extra
In directory sc8-pr-cvs1:/tmp/cvs-serv5117/extra
Modified Files:
Makefile
Log Message:
Mahogany can now be compiled with cygwin's -mno-cygwin switch (mingw)
Index: Makefile
===================================================================
RCS file: /cvsroot/mahogany/M/extra/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -b -u -2 -r1.11 -r1.12
--- Makefile 1 Nov 2000 11:14:12 -0000 1.11
+++ Makefile 15 Jul 2003 00:47:32 -0000 1.12
@@ -10,6 +10,11 @@
all:
+ifeq ($(USE_MINGW),yes)
+ $(MAKE) -j1 -C src/c-client -f .src/makefile.nt.gcc
+ set -e; for i in $(SUB_DIRS); do $(MAKE) -C $$i; done
+else
$(MAKE) -j1 -C src/c-client -f .src/Makefile.M
set -e; for i in $(SUB_DIRS); do $(MAKE) -C $$i; done
+endif
doc: ; @true
-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates