[q-lang-cvs] q/src Makefile.mingw,1.2,1.3
Brought to you by:
agraef
From: <ag...@us...> - 2004-01-02 04:30:56
|
Update of /cvsroot/q-lang/q/src In directory sc8-pr-cvs1:/tmp/cvs-serv23233/src Modified Files: Makefile.mingw Log Message: Windows port Index: Makefile.mingw =================================================================== RCS file: /cvsroot/q-lang/q/src/Makefile.mingw,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.mingw 15 Dec 2003 12:07:14 -0000 1.2 --- Makefile.mingw 2 Jan 2004 04:30:52 -0000 1.3 *************** *** 42,46 **** # the following variable may be used to overwrite settings specified in sys.h ! DEFS = -DHAVE_MINGW_H -DYEAR=\\\"2003\\\" -DSYSINFO=\\\"$(host)\\\" -DQPATH=\\\".;$(libdir)\\\" -DQEXEC=\\\"$(prefix)/q\\\" -DREADLINE_LIBRARY -DUSE_THREADS EXEEXT = .exe --- 42,46 ---- # the following variable may be used to overwrite settings specified in sys.h ! DEFS = -DHAVE_MINGW_H -DYEAR='"2003"' -DSYSINFO='"$(host)"' -DQPATH='".;$(libdir)"' -DQEXEC='"$(prefix)/q"' -DREADLINE_LIBRARY -DUSE_THREADS EXEEXT = .exe |