]> Repos - portaudio/commitdiff
Added Cygwin to the list of supported platforms
authordmazzoni <dmazzoni@0f58301d-fd10-0410-b4af-bbb618454e57>
Mon, 22 Jul 2002 15:40:09 +0000 (15:40 +0000)
committerdmazzoni <dmazzoni@0f58301d-fd10-0410-b4af-bbb618454e57>
Mon, 22 Jul 2002 15:40:09 +0000 (15:40 +0000)
configure
configure.in

index 4d5ee9502e27f5a4ad4bb10f9c9250c07a206877..105c7ede3273821ca43cf317c0a2430a87aa420e 100755 (executable)
Binary files a/configure and b/configure differ
index ec073834e194e4ec90bc4a47b32286b454d5f100..f5b31a0ec91b15079cb19e6717cd9984db95a1d6 100644 (file)
@@ -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