[q-lang-cvs] q-audio/src Makefile.mingw, 1.5, 1.6 audio_player.q, 1.11, 1.12
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-01-27 10:15:46
|
Update of /cvsroot/q-lang/q-audio/src In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16848 Modified Files: Makefile.mingw audio_player.q Log Message: Windows compatibility fixes Index: Makefile.mingw =================================================================== RCS file: /cvsroot/q-lang/q-audio/src/Makefile.mingw,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile.mingw 25 Feb 2006 08:42:42 -0000 1.5 --- Makefile.mingw 27 Jan 2008 10:15:41 -0000 1.6 *************** *** 7,11 **** SHLEXT = .dll ! DEFS = -DHAVE_MEMCPY=1 -DHAVE_STRDUP=1 -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DRETSIGTYPE=void -DMUST_REINSTALL_SIGHANDLERS=1 .PHONY: all clean mostlyclean distclean maintainer-clean --- 7,11 ---- SHLEXT = .dll ! DEFS = -DHAVE_MEMCPY=1 -DHAVE_STRDUP=1 -DHAVE_ASINH=1 -DHAVE_ACOSH=1 -DHAVE_ATANH=1 -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DRETSIGTYPE=void -DMUST_REINSTALL_SIGHANDLERS=1 .PHONY: all clean mostlyclean distclean maintainer-clean Index: audio_player.q =================================================================== RCS file: /cvsroot/q-lang/q-audio/src/audio_player.q,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** audio_player.q 5 Oct 2007 09:34:23 -0000 1.11 --- audio_player.q 27 Jan 2008 10:15:41 -0000 1.12 *************** *** 1,4 **** ! #!/usr/local/bin/q -- ! #! -p/usr/local/share/q/apps/audio_player: #! -c main ARGS --- 1,4 ---- ! #!c:/progra~1/Qpad/bin/q -- ! #! -pc:/progra~1/Qpad/apps/audio_player; #! -c main ARGS |