[q-lang-cvs] q/modules/clib Makefile.mingw,1.5,1.6
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-01-27 09:42:32
|
Update of /cvsroot/q-lang/q/modules/clib In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3055 Modified Files: Makefile.mingw Log Message: Windows compatibility fixes Index: Makefile.mingw =================================================================== RCS file: /cvsroot/q-lang/q/modules/clib/Makefile.mingw,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile.mingw 15 Oct 2007 13:48:26 -0000 1.5 --- Makefile.mingw 27 Jan 2008 09:42:29 -0000 1.6 *************** *** 15,22 **** clib$(SHLEXT): clib.c ! $(QCC) $(QCCFLAGS) -o clib$(SHLEXT) clib.c -- $(CFLAGS) $(DEFS) -I. -I../../../iconv -I../../libq -I../../../pthread -I../../../gmp --link -L. -L../../../iconv -liconv -L../../../pthread -lpthreadGC -L../../../gmp -lgmp -L../../libq system$(SHLEXT): system.c ! $(QCC) $(QCCFLAGS) -o system$(SHLEXT) system.c -- $(CFLAGS) $(DEFS) -I. -I../../../iconv -I../../../intl -I../../libq -I../../../glob -I../../../regex -I../../../pthread -I../../../readline -I../../../gmp --link -L. -L../../../iconv -liconv -L../../../intl -lintl -L../../../glob -lglob -L../../../regex -lregex -lwsock32 -L../../../pthread -lpthreadGC -L../../../readline -lreadline -L../../../gmp -lgmp -L../../libq clean mostlyclean distclean maintainer-clean:: --- 15,22 ---- clib$(SHLEXT): clib.c ! $(QCC) $(QCCFLAGS) -o clib$(SHLEXT) clib.c -- $(CFLAGS) $(DEFS) -I. -I../../../iconv -I../../libq -I../../../glob -I../../../regex -I../../../pthread -I../../../gmp --link -L. -L../../../iconv -liconv -L../../../glob -lglob -L../../../regex -lregex -L../../../pthread -lpthreadGC -L../../../gmp -lgmp -L../../libq system$(SHLEXT): system.c ! $(QCC) $(QCCFLAGS) -o system$(SHLEXT) system.c -- $(CFLAGS) $(DEFS) -I. -I../../../iconv -I../../../intl -I../../libq -I../../../pthread -I../../../readline -I../../../gmp --link -L. -L../../../iconv -liconv -L../../../intl -lintl -lwsock32 -L../../../pthread -lpthreadGC -L../../../readline -lreadline -L../../../gmp -lgmp -L../../libq clean mostlyclean distclean maintainer-clean:: |