From: dmazzoni Date: Mon, 22 Jul 2002 15:40:09 +0000 (+0000) Subject: Added Cygwin to the list of supported platforms X-Git-Tag: v19-devel-pre-restructure~5 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=68c05306999a4764a41f18b0f651e4201577541a;p=portaudio Added Cygwin to the list of supported platforms --- diff --git a/configure b/configure index 4d5ee95..105c7ed 100755 Binary files a/configure and b/configure differ diff --git a/configure.in b/configure.in index ec07383..f5b31a0 100644 --- a/configure.in +++ b/configure.in @@ -49,6 +49,16 @@ case "${host_os}" in DLL_LIBS="-lwinmm"; ;; + cygwin* ) + dnl Cygwin configuration + + OTHER_OBJS="pa_win_wmme/pa_win_wmme.o"; + LIBS="-lwinmm -lm"; + PADLL="portaudio.dll"; + SHARED_FLAGS="-shared -mthreads"; + DLL_LIBS="-lwinmm"; + ;; + *) dnl Unix OSS configuration