Update of /cvsroot/audacity/lib-src/portmixer/winproj
In directory
sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv6849/lib-src/portmixer/winproj
Modified Files:
portmixer.vcproj
Log Message:
Add unicode builds to libtwolame
Fix linker warnings for wxtiff and wxjpeg
Fix build warning about missing environment variables
Index: portmixer.vcproj
===================================================================
RCS file: /cvsroot/audacity/lib-src/portmixer/winproj/portmixer.vcproj,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- portmixer.vcproj 3 Oct 2006 02:41:11 -0000 1.11
+++ portmixer.vcproj 22 Oct 2006 05:55:10 -0000 1.12
@@ -91,7 +91,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="if
"%DXSDK_DIR%"=="" goto VCEnd

cl /O2
/Ob1 /I "..\..\portaudio-v19\include" /I "..\include"
/I"%DXSDK_DIR%include" /D "WIN32" /D "NDEBUG" /D
"_LIB" /D "_MBCS" /GF /FD /EHsc /MT /Gy
/Fo".\$(OutDir)/" /Fd".\$(OutDir)/" /W3 /c /wd4996
"..\src\px_win_ds.c"
lib /OUT:"$(TargetPath)"
".\$(OutDir)\*.obj"
"
+ CommandLine="set
LIBS=

if "%DXSDK_DIR%"=="" goto
NoDX

cl /O2 /Ob1 /I
"..\..\portaudio-v19\include" /I "..\include"
/I"%DXSDK_DIR%include" /D "WIN32" /D "NDEBUG" /D
"_LIB" /D "_MBCS" /GF /FD /EHsc /MT /Gy
/Fo".\$(OutDir)/" /Fd".\$(OutDir)/" /W3 /c /wd4996
"..\src\px_win_ds.c"

set
LIBS="%DXSDK_DIR%lib\x86\dxguid.lib"

:NoDX

lib
/OUT:"$(TargetPath)" ".\$(OutDir)\*.obj"
%LIBS%
"
/>
</Configuration>
<Configuration
@@ -169,7 +169,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="if
"%DXSDK_DIR%"=="" goto VCEnd

cl /Od
/I "..\..\portaudio-v19\include" /I "..\include"
/I"%DXSDK_DIR%include" /D "WIN32" /D "_DEBUG" /D
"_LIB" /D "_MBCS" /FD /EHsc /RTC1 /MTd
/Fo".\$(OutDir)/" /Fd".\$(OutDir)/" /W3 /c /ZI /wd4996
"..\src\px_win_ds.c"
lib /OUT:"$(TargetPath)"
".\$(OutDir)\*.obj"
"
+ CommandLine="set
LIBS=

if "%DXSDK_DIR%"=="" goto
NoDX

cl /Od /I "..\..\portaudio-v19\include"
/I "..\include" /I"%DXSDK_DIR%include" /D "WIN32"
/D "_DEBUG" /D "_LIB" /D "_MBCS" /FD /EHsc /RTC1
/MTd /Fo".\$(OutDir)/" /Fd".\$(OutDir)/" /W3 /c /ZI /wd4996
"..\src\px_win_ds.c"

set
LIBS="%DXSDK_DIR%lib\x86\dxguid.lib"

:NoDX

lib
/OUT:"$(TargetPath)" ".\$(OutDir)\*.obj"
%LIBS%
"
/>
</Configuration>
<Configuration
@@ -247,7 +247,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="if
"%DXSDK_DIR%"=="" goto VCEnd

cl /Od
/I "..\..\portaudio-v19\include" /I "..\include"
/I"%DXSDK_DIR%include" /D "WIN32" /D "_DEBUG" /D
"_LIB" /D "_MBCS" /FD /EHsc /RTC1 /MTd
/Fo".\$(OutDir)/" /Fd".\$(OutDir)/" /W3 /c /ZI /wd4996
"..\src\px_win_ds.c"
lib /OUT:"$(TargetPath)"
".\$(OutDir)\*.obj"
"
+ CommandLine="set
LIBS=

if "%DXSDK_DIR%"=="" goto
NoDX

cl /Od /I "..\..\portaudio-v19\include"
/I "..\include" /I"%DXSDK_DIR%include" /D "WIN32"
/D "_DEBUG" /D "_LIB" /D "_MBCS" /FD /EHsc /RTC1
/MTd /Fo".\$(OutDir)/" /Fd".\$(OutDir)/" /W3 /c /ZI /wd4996
"..\src\px_win_ds.c"

set
LIBS="%DXSDK_DIR%lib\x86\dxguid.lib"

:NoDX

lib
/OUT:"$(TargetPath)" ".\$(OutDir)\*.obj"
%LIBS%
"
/>
</Configuration>
<Configuration
@@ -327,7 +327,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="if
"%DXSDK_DIR%"=="" goto VCEnd

cl /O2
/Ob1 /I "..\..\portaudio-v19\include" /I "..\include"
/I"%DXSDK_DIR%include" /D "WIN32" /D "NDEBUG" /D
"_LIB" /D "_MBCS" /GF /FD /EHsc /MT /Gy
/Fo".\$(OutDir)/" /Fd".\$(OutDir)/" /W3 /c /wd4996
"..\src\px_win_ds.c"
lib /OUT:"$(TargetPath)"
".\$(OutDir)\*.obj"
"
+ CommandLine="set
LIBS=

if "%DXSDK_DIR%"=="" goto
NoDX

cl /O2 /Ob1 /I
"..\..\portaudio-v19\include" /I "..\include"
/I"%DXSDK_DIR%include" /D "WIN32" /D "NDEBUG" /D
"_LIB" /D "_MBCS" /GF /FD /EHsc /MT /Gy
/Fo".\$(OutDir)/" /Fd".\$(OutDir)/" /W3 /c /wd4996
"..\src\px_win_ds.c"

set
LIBS="%DXSDK_DIR%lib\x86\dxguid.lib"

:NoDX

lib
/OUT:"$(TargetPath)" ".\$(OutDir)\*.obj"
%LIBS%
"
/>
</Configuration>
</Configurations>
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs