shithub: sox

Download patch

ref: 5c08f66453bf9fa07c86f55cdea0f8b4f8812591
parent: e7b81f74082543c3175a6a670879b5584e24ff04
author: robs <robs>
date: Sat May 26 01:32:58 EDT 2007

use cmake to support MSVC

--- a/win32/README
+++ b/win32/README
@@ -1,10 +1,9 @@
-The following file are useful for compiling SoX using Microsoft's
-Visual C.
+Instructions for compiling SoX using Microsoft's Visual C.
 
-It contains two header files, ststdintl.h and stconfig.h, that normally 
-get generated by the "configure" script under Unix-like platforms.
+1. Install cmake (http://www.cmake.org/HTML/Download.html)
+2. Install any optional libraries to use with SoX
+2. Unpack the sources to say c:\sox
+3. Type cd c:\sox
+4. Type cmake .
 
-The rest of the files are project files that can be used with VC.
-
-To use, open the stlib.dsw file from inside the IDE and compile.  The
-resulting binary will be located in win32/Debug.
+This should generate project build files for use with Visual C.
--- a/win32/sox.dsp
+++ /dev/null
@@ -1,101 +1,0 @@
-# Microsoft Developer Studio Project File - Name="sox" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=sox - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE 
-!MESSAGE NMAKE /f "sox.mak".
-!MESSAGE 
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "sox.mak" CFG="sox - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "sox - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "sox - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE 
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF  "$(CFG)" == "sox - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD BASE RSC /l 0x40d /d "NDEBUG"
-# ADD RSC /l 0x40d /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-
-!ELSEIF  "$(CFG)" == "sox - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "sox___Win32_Debug"
-# PROP BASE Intermediate_Dir "sox___Win32_Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
-# ADD BASE RSC /l 0x40d /d "_DEBUG"
-# ADD RSC /l 0x40d /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Debug\stlib.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-
-!ENDIF 
-
-# Begin Target
-
-# Name "sox - Win32 Release"
-# Name "sox - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=..\src\sox.c
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project
--- a/win32/sox.dsw
+++ /dev/null
@@ -1,44 +1,0 @@
-Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "sox"=.\sox.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-    Begin Project Dependency
-    Project_Dep_Name stlib
-    End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "stlib"=.\stlib.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
--- a/win32/stconfig.h
+++ /dev/null
@@ -1,172 +1,0 @@
-/* stconfig.h.in.  Generated from configure.in by autoheader.  */
-
-/* Define if you want to use internal GSM library */
-#undef ENABLE_GSM
-
-/* Define if you want to use fast ALAW conversions */
-#undef FAST_ALAW_CONVERSION
-
-/* Define if you want to use fast ULAW conversions */
-#undef FAST_ULAW_CONVERSION
-
-/* Define if you have ALSA installed */
-#undef HAVE_ALSA
-
-/* Define if you have ALSA 0.4 installed */
-#undef HAVE_ALSA4
-
-/* Define if you have ALSA 0.5 installed */
-#undef HAVE_ALSA5
-
-/* Define if you have ALSA 0.9 installed */
-#undef HAVE_ALSA9
-
-/* Define to 1 if you have the <byteswap.h> header file. */
-#undef HAVE_BYTESWAP_H
-
-/* Define to 1 if you have the <errno.h> header file. */
-#define HAVE_ERRNO_H 1
-
-/* Define to 1 if you have the <fcntl.h> header file. XXX */
-#define HAVE_FCNTL_H 1
-
-/* Define to 1 if you have the `getopt_long' function. */
-#undef HAVE_GETOPT_LONG
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#undef HAVE_INTTYPES_H
-
-/* Define if you have LAME (LAME Ain't an MP3 Encoder) library installed */
-#undef HAVE_LAME
-
-/* Define to 1 if you have the `m' library (-lm). */
-#undef HAVE_LIBM
-
-/* Define if you have MAD (MP3 Audio Decoder) Library installed */
-#undef HAVE_LIBMAD
-
-/* Define if you have Ogg Vorbis Library installed */
-#undef HAVE_LIBVORBIS
-
-/* Define to 1 if you have the <limits.h> header file. XXX*/
-#define HAVE_LIMITS_H 1
-
-/* Define to 1 if you have the <linux/asound.h> header file. */
-#undef HAVE_LINUX_ASOUND_H
-
-/* Define to 1 if you have the <machine/soundcard.h> header file. */
-#undef HAVE_MACHINE_SOUNDCARD_H
-
-/* Define to 1 if you have the <malloc.h> header file. XXX*/
-#define HAVE_MALLOC_H 1
-
-/* Define to 1 if you have the `memmove' function. */
-#define HAVE_MEMMOVE 1
-
-/* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
-/* Define if you have OSS installed */
-#undef HAVE_OSS
-
-/* Define to 1 if you have the `rand' function. */
-#undef HAVE_RAND
-
-/* Define to 1 if you have the <sound/asound.h> header file. */
-#undef HAVE_SOUND_ASOUND_H
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#undef HAVE_STDINT_H
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#define HAVE_STDLIB_H 1
-
-/* Define to 1 if you have the `strcasecmp' function. */
-#undef HAVE_STRCASECMP
-
-/* Define to 1 if you have the `strdup' function. XXX*/
-#define HAVE_STRDUP 1
-
-/* Define to 1 if you have the `strerror' function. */
-#define HAVE_STRERROR 1
-
-/* Define to 1 if you have the <strings.h> header file. */
-#undef HAVE_STRINGS_H
-
-/* Define to 1 if you have the <string.h> header file. XXX*/
-#define HAVE_STRING_H 1
-
-/* Define if you have Sun /dev/audio installed */
-#undef HAVE_SUNAUDIO
-
-/* Define to 1 if you have the <sun/audioio.h> header file. */
-#undef HAVE_SUN_AUDIOIO_H
-
-/* Define to 1 if you have the <sys/audioio.h> header file. */
-#undef HAVE_SYS_AUDIOIO_H
-
-/* Define to 1 if you have the <sys/soundcard.h> header file. */
-#undef HAVE_SYS_SOUNDCARD_H
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#define HAVE_SYS_STAT_H 1
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#define HAVE_SYS_TYPES_H 1
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#undef HAVE_UNISTD_H
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the version of this package. */
-#undef PACKAGE_VERSION
-
-/* The number of bytes in type char */
-#define SIZEOF_CHAR 1
-
-/* The number of bytes in type int */
-#define SIZEOF_INT 4
-
-/* The number of bytes in type long */
-#define SIZEOF_LONG 4
-
-/* The number of bytes in type short */
-#define SIZEOF_SHORT 2
-
-/* The number of bytes in type void* */
-#define SIZEOF_VOIDP 4
-
-/* Define to 1 if you have the ANSI C header files. */
-#undef STDC_HEADERS
-
-/* Define if you want to use old rate routines */
-#undef USE_OLD_RATE
-
-/* Define to 1 if your processor stores words with the most significant byte
-   first (like Motorola and SPARC, unlike Intel and VAX). */
-#undef WORDS_BIGENDIAN
-
-/* Define to empty if `const' does not conform to ANSI C. */
-#undef const
-
-/* Define as `__inline' if that's what the C compiler calls it, or to nothing
-   if it is not supported. */
-#define inline __inline
-
-/* Define to `unsigned' if <sys/types.h> does not define. */
-#undef size_t
-
-#define stat _stat
-#define UNUSED
-#define PACKAGE_VERSION "12.18.3"
--- a/win32/stlib.dsp
+++ /dev/null
@@ -1,576 +1,0 @@
-# Microsoft Developer Studio Project File - Name="stlib" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Static Library" 0x0104
-
-CFG=stlib - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE 
-!MESSAGE NMAKE /f "stlib.mak".
-!MESSAGE 
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "stlib.mak" CFG="stlib - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "stlib - Win32 Release" (based on "Win32 (x86) Static Library")
-!MESSAGE "stlib - Win32 Debug" (based on "Win32 (x86) Static Library")
-!MESSAGE 
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF  "$(CFG)" == "stlib - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "." /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /FD /c
-# ADD BASE RSC /l 0x40d /d "NDEBUG"
-# ADD RSC /l 0x40d /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ELSEIF  "$(CFG)" == "stlib - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
-# ADD CPP /MTd /W3 /Gm /GX /ZI /Od /I "." /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /FR /YX /FD /GZ /c
-# ADD BASE RSC /l 0x40d /d "_DEBUG"
-# ADD RSC /l 0x40d /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ENDIF 
-
-# Begin Target
-
-# Name "stlib - Win32 Release"
-# Name "stlib - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Group "gsm"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\src\libgsm\add.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\libgsm\code.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\libgsm\decode.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\libgsm\gsm_create.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\libgsm\gsm_decode.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\libgsm\gsm_destroy.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\libgsm\gsm_encode.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\libgsm\gsm_option.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\libgsm\long_term.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\libgsm\lpc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\libgsm\preprocess.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\libgsm\rpe.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\libgsm\short_term.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\libgsm\table.c
-# End Source File
-# End Group
-# Begin Source File
-
-SOURCE=..\src\8svx.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\adpcm.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\adpcm.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\aiff.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\alsa.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\au.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\auto.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\avg.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\avr.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\band.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\bandpass.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\biquad.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\breject.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\btrworth.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\cdr.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\chorus.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\compand.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\cvsd.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\dat.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\dcshift.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\deemphas.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\earwax.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\echo.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\echos.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\equalizer.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\fade.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\FFT.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\filter.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\flanger.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\g711.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\g711.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\g721.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\g723_16.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\g723_24.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\g723_40.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\g72x.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\getopt.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\getopt1.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\gsm.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\handlers.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\hcom.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\highp.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\highpass.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\ima_rw.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\lintlib.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\lowp.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\lowpass.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\mask.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\maud.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\mcompand.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\misc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\mp3.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\noiseprof.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\noisered.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\nulfile.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\oss.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\pad.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\pan.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\phaser.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\pitch.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\polyphas.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\prc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\rate.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\raw.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\repeat.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\resample.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\reverb.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\reverse.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\sf.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\silence.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\skeleff.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\smp.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\sndrtool.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\speed.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\sphere.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\stat.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\stio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\stretch.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\sunaudio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\swap.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\synth.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\tone.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\trim.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\tx16w.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\util.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\vibro.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\voc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\vol.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\vorbis.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\vox.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\wav.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\wve.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\xa.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\xmalloc.c
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=..\src\btrworth.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\cvsdfilt.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\FFT.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\g72x.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\ima_rw.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\noisered.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\resampl.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\sfircam.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\st.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\sox_i.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ststdint.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\wav.h
-# End Source File
-# End Group
-# End Target
-# End Project
--- a/win32/stlib.dsw
+++ /dev/null
@@ -1,44 +1,0 @@
-Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "sox"=".\sox.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-    Begin Project Dependency
-    Project_Dep_Name stlib
-    End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "stlib"=".\stlib.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
--- a/win32/ststdint.h
+++ /dev/null
@@ -1,12 +1,0 @@
-typedef int int32_t;
-typedef unsigned int uint32_t;
-typedef int int32_t;
-typedef unsigned int uint32_t;
-typedef unsigned char uint8_t;
-typedef char int8_t;
-typedef unsigned short uint16_t;
-typedef short int16_t;
-typedef unsigned __int64 uint64_t;
-typedef __int64 int64_t;
-
-#define __STDC__ 1
\ No newline at end of file