From: Josh Coalson Date: Wed, 17 Dec 2003 05:27:38 +0000 (+0000) Subject: fixes for MSVC X-Git-Tag: 1.2.0~969 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3dc6fa443ace626769ab1e4dcb13168365bd6216;p=platform%2Fupstream%2Fflac.git fixes for MSVC --- diff --git a/src/flac/flac.dsp b/src/flac/flac.dsp index 4420ec0..7249b52 100644 --- a/src/flac/flac.dsp +++ b/src/flac/flac.dsp @@ -105,6 +105,10 @@ SOURCE=.\main.c # End Source File # Begin Source File +SOURCE=.\string.c +# End Source File +# Begin Source File + SOURCE=.\utils.c # End Source File # Begin Source File @@ -129,6 +133,10 @@ SOURCE=.\encode.h # End Source File # Begin Source File +SOURCE=.\string.h +# End Source File +# Begin Source File + SOURCE=.\utils.h # End Source File # Begin Source File diff --git a/src/plugin_common/plugin_common_static.dsp b/src/plugin_common/plugin_common_static.dsp index e20bc53..9562a87 100644 --- a/src/plugin_common/plugin_common_static.dsp +++ b/src/plugin_common/plugin_common_static.dsp @@ -108,18 +108,6 @@ SOURCE=.\id3v2.c SOURCE=.\vorbiscomment.c # End Source File # End Group -# Begin Group "Private Header Files" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=.\include\private\fast_float_math_hack.h -# End Source File -# End Group -# Begin Group "Protected Header Files" - -# PROP Default_Filter "" -# End Group # Begin Group "Public Header Files" # PROP Default_Filter "" diff --git a/src/share/replaygain_synthesis/replaygain_synthesis_static.dsp b/src/share/replaygain_synthesis/replaygain_synthesis_static.dsp index cfe7706..3666d92 100644 --- a/src/share/replaygain_synthesis/replaygain_synthesis_static.dsp +++ b/src/share/replaygain_synthesis/replaygain_synthesis_static.dsp @@ -41,7 +41,7 @@ RSC=rc.exe # PROP Intermediate_Dir "Release_static" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /Op /I ".\include" /I "..\..\..\include\share" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /Op /I ".\include" /I "..\..\..\include" /I "..\..\..\include\share" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe @@ -64,7 +64,7 @@ LIB32=link.exe -lib # PROP Intermediate_Dir "Debug_static" # 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 /nologo /MDd /W3 /Gm /GX /ZI /Od /I ".\include" /I "..\..\..\include\share" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I ".\include" /I "..\..\..\include" /I "..\..\..\include\share" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe @@ -91,10 +91,10 @@ SOURCE=.\replaygain_synthesis.c # Begin Group "Private Header Files" # PROP Default_Filter "" -# End Group -# Begin Group "Protected Header Files" +# Begin Source File -# PROP Default_Filter "" +SOURCE=.\include\private\fast_float_math_hack.h +# End Source File # End Group # Begin Group "Public Header Files"