Tweaked Makefile.win to compile properly in Win32 with recent #ifdef changes to audio_init.f90

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@94 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2006-01-13 07:11:57 +00:00
parent c379e4971e
commit 1b0cdca090

View File

@ -50,7 +50,7 @@ WSJT6.EXE: Audio.pyd wsjt.spec
Audio.pyd: $(OBJS2C) $(SRCS2F90) $(SRCS2F77) $(SRCS2C)
python f2py.py -c \
--quiet --"fcompiler=compaqv" \
--opt="/traceback /fast /fpp /define:Win32" \
--opt="/traceback /fast /fpp /define:Win32 /define:USE_PORTAUDIO" \
$(OBJS2C) \
-lwinmm -lpa -llibsamplerate \
-m Audio \