From: <vr-...@us...> - 2003-12-11 09:32:54
|
Update of /cvsroot/alpp/openalpp/VisualStudio In directory sc8-pr-cvs1:/tmp/cvs-serv23117/VisualStudio Modified Files: moving.dsp moving.vcproj openalpp.dsp openalpp.dsw openalpp.sln openalpp.vcproj simple.dsp simple.vcproj testfstream.vcproj testmic.dsp testmic.vcproj testsend.dsp testsend.vcproj teststream.dsp teststream.vcproj Log Message: Updated .dsw and .dsp files for VC6 Added a config.h for various configuration switches. Added ALPP_USE_PORTAUDIO to reflect if PortAudio is available or not. Changed libraryname under windows to open++al.lib/.dll due to clash with wrapper search algorithm for OpenAL Index: moving.dsp =================================================================== RCS file: /cvsroot/alpp/openalpp/VisualStudio/moving.dsp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** moving.dsp 18 Dec 2002 10:26:00 -0000 1.4 --- moving.dsp 11 Dec 2003 09:32:49 -0000 1.5 *************** *** 1,94 **** ! # Microsoft Developer Studio Project File - Name="moving" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Console Application" 0x0103 ! ! CFG=moving - 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 "moving.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 "moving.mak" CFG="moving - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "moving - Win32 Release" (based on "Win32 (x86) Console Application") ! !MESSAGE "moving - 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)" == "moving - 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 Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c ! # ADD CPP /nologo /G5 /MD /W3 /GX /O2 /I "..\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /c ! # ADD BASE RSC /l 0x41d /d "NDEBUG" ! # ADD RSC /l 0x41d /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 openalpp.lib openal32.lib alut.lib ccgnu2.lib /nologo /subsystem:console /machine:I386 /out:"../bin/moving.exe" /libpath:"..\lib" ! ! !ELSEIF "$(CFG)" == "moving - 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 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 /G5 /MDd /W3 /Gm /GX /ZI /Od /I "..\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /GZ /c ! # ADD BASE RSC /l 0x41d /d "_DEBUG" ! # ADD RSC /l 0x41d /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 openalppd.lib openal32.lib alut.lib ccgnu2.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /out:"../bin/moving.exe" /pdbtype:sept /libpath:"..\lib" ! ! !ENDIF ! ! # Begin Target ! ! # Name "moving - Win32 Release" ! # Name "moving - Win32 Debug" ! # Begin Group "Source Files" ! ! # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" ! # Begin Source File ! ! SOURCE=..\tests\moving.cpp ! # End Source File ! # End Group ! # End Target ! # End Project --- 1,98 ---- ! # Microsoft Developer Studio Project File - Name="moving" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Console Application" 0x0103 ! ! CFG=moving - 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 "moving.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 "moving.mak" CFG="moving - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "moving - Win32 Debug" (based on "Win32 (x86) Console Application") ! !MESSAGE "moving - Win32 Release" (based on "Win32 (x86) Console Application") ! !MESSAGE ! ! # Begin Project ! # PROP AllowPerConfigDependencies 0 ! # PROP Scc_ProjName "" ! # PROP Scc_LocalPath "" ! CPP=cl.exe ! MTL=midl.exe ! RSC=rc.exe ! ! !IF "$(CFG)" == "moving - Win32 Debug" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 1 ! # PROP BASE Output_Dir "..\bin" ! # PROP BASE Intermediate_Dir ".\Debug" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 1 ! # PROP Output_Dir "..\bin" ! # PROP Intermediate_Dir ".\Debug" ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MDd /I "../include" /I "../../portaudio/pa_common" /ZI /W3 /Od /G5 /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /Fp".\Debug/moving.pch" /Fo".\Debug/" /Fd".\Debug/" /GZ /c /GX ! # ADD CPP /nologo /MDd /I "../include" /I "../../portaudio/pa_common" /ZI /W3 /Od /G5 /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /Fp".\Debug/moving.pch" /Fo".\Debug/" /Fd".\Debug/" /GZ /c /GX ! # ADD BASE MTL /nologo /tlb".\Debug\moving.tlb" /win32 ! # ADD MTL /nologo /tlb".\Debug\moving.tlb" /win32 ! # ADD BASE RSC /l 1053 /d "_DEBUG" ! # ADD RSC /l 1053 /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 ccgnu2d.lib /nologo /out:"..\bin\$(ProjectName)d.exe" /incremental:yes /libpath:"..\lib" /nodefaultlib:"libcd.lib" /debug /pdb:".\Debug\moving.pdb" /pdbtype:sept /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 ccgnu2d.lib /nologo /out:"..\bin\$(ProjectName)d.exe" /incremental:yes /libpath:"..\lib" /nodefaultlib:"libcd.lib" /debug /pdb:".\Debug\moving.pdb" /pdbtype:sept /subsystem:console /MACHINE:I386 ! ! !ELSEIF "$(CFG)" == "moving - 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 /MD /I "../include" /I "../../portaudio/pa_common" /W3 /Ob1 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /GF /Gy /YX /Fp".\Release/moving.pch" /Fo".\Release/" /Fd".\Release/" /c /GX ! # ADD CPP /nologo /MD /I "../include" /I "../../portaudio/pa_common" /W3 /Ob1 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /GF /Gy /YX /Fp".\Release/moving.pch" /Fo".\Release/" /Fd".\Release/" /c /GX ! # ADD BASE MTL /nologo /tlb".\Release\moving.tlb" /win32 ! # ADD MTL /nologo /tlb".\Release\moving.tlb" /win32 ! # ADD BASE RSC /l 1053 /d "NDEBUG" ! # ADD RSC /l 1053 /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 ccgnu2.lib /nologo /out:".\Release\$(ProjectName).exe" /incremental:no /libpath:"..\lib" /pdb:".\Release\moving.pdb" /pdbtype:sept /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 ccgnu2.lib /nologo /out:".\Release\$(ProjectName).exe" /incremental:no /libpath:"..\lib" /pdb:".\Release\moving.pdb" /pdbtype:sept /subsystem:console /MACHINE:I386 ! ! !ENDIF ! ! # Begin Target ! ! # Name "moving - Win32 Debug" ! # Name "moving - Win32 Release" ! # Begin Group "Source Files" ! ! # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" ! # Begin Source File ! ! SOURCE=..\tests\moving.cpp ! # End Source File ! # End Group ! # End Target ! # End Project ! Index: moving.vcproj =================================================================== RCS file: /cvsroot/alpp/openalpp/VisualStudio/moving.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** moving.vcproj 16 Apr 2003 11:14:59 -0000 1.2 --- moving.vcproj 11 Dec 2003 09:32:49 -0000 1.3 *************** *** 1,6 **** ! <?xml version="1.0" encoding = "Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" ! Version="7.00" Name="moving" ProjectGUID="{B9EDEBD3-BCC0-4ADB-A2BE-CAA2FBCD587E}" --- 1,6 ---- ! <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" ! Version="7.10" Name="moving" ProjectGUID="{B9EDEBD3-BCC0-4ADB-A2BE-CAA2FBCD587E}" *************** *** 24,28 **** Optimization="0" OptimizeForProcessor="1" ! AdditionalIncludeDirectories="..\include" PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" BasicRuntimeChecks="3" --- 24,28 ---- Optimization="0" OptimizeForProcessor="1" ! AdditionalIncludeDirectories="../include,../../portaudio/pa_common" PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" BasicRuntimeChecks="3" *************** *** 67,71 **** --- 67,77 ---- Name="VCWebServiceProxyGeneratorTool"/> <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> </Configuration> <Configuration *************** *** 80,85 **** Name="VCCLCompilerTool" InlineFunctionExpansion="1" ! OptimizeForProcessor="1" ! AdditionalIncludeDirectories="..\include" PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" StringPooling="TRUE" --- 86,91 ---- Name="VCCLCompilerTool" InlineFunctionExpansion="1" ! OptimizeForProcessor="3" ! AdditionalIncludeDirectories="../include,../../portaudio/pa_common" PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" StringPooling="TRUE" *************** *** 122,128 **** --- 128,142 ---- Name="VCWebServiceProxyGeneratorTool"/> <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> </Configuration> </Configurations> + <References> + </References> <Files> <Filter Index: openalpp.dsp =================================================================== RCS file: /cvsroot/alpp/openalpp/VisualStudio/openalpp.dsp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** openalpp.dsp 18 Oct 2002 12:46:08 -0000 1.2 --- openalpp.dsp 11 Dec 2003 09:32:49 -0000 1.3 *************** *** 1,232 **** ! # Microsoft Developer Studio Project File - Name="openalpp" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Static Library" 0x0104 ! ! CFG=openalpp - 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 "openalpp.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 "openalpp.mak" CFG="openalpp - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "openalpp - Win32 Release" (based on "Win32 (x86) Static Library") ! !MESSAGE "openalpp - 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)" == "openalpp - 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 /G5 /MD /W3 /GX /O2 /I "../include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c ! # ADD BASE RSC /l 0x41d /d "NDEBUG" ! # ADD RSC /l 0x41d /d "NDEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LIB32=link.exe -lib ! # ADD BASE LIB32 /nologo ! # ADD LIB32 /nologo /out:"../lib\openalpp.lib" ! ! !ELSEIF "$(CFG)" == "openalpp - 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 /nologo /G5 /MDd /W3 /Gm /GX /ZI /Od /I "../include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c ! # ADD BASE RSC /l 0x41d /d "_DEBUG" ! # ADD RSC /l 0x41d /d "_DEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LIB32=link.exe -lib ! # ADD BASE LIB32 /nologo ! # ADD LIB32 /nologo /out:"../lib\openalppd.lib" ! ! !ENDIF ! ! # Begin Target ! ! # Name "openalpp - Win32 Release" ! # Name "openalpp - Win32 Debug" ! # Begin Group "Source" ! ! # PROP Default_Filter "" ! # Begin Source File ! ! SOURCE=..\src\audiobase.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\audioconvert.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\audioenvironment.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\deviceupdater.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\error.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\groupsource.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\inputdevice.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\listener.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\netstream.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\netupdater.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\sample.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\sounddata.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\source.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\sourcebase.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\stream.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\streamupdater.cpp ! # End Source File ! # End Group ! # Begin Group "Include" ! ! # PROP Default_Filter "" ! # Begin Source File ! ! SOURCE=..\include\openalpp\alpp.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\audiobase.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\audioconvert.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\audioenvironment.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\deviceupdater.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\error.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\groupsource.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\inputdevice.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\listener.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\netstream.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\netupdater.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\positionedobject.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\sample.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\sounddata.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\source.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\sourcebase.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\stream.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\streamupdater.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\windowsstuff.h ! # End Source File ! # End Group ! # End Target ! # End Project --- 1,262 ---- ! # Microsoft Developer Studio Project File - Name="open++al" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 ! ! CFG=open++al - 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 "open++al.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 "open++al.mak" CFG="open++al - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "open++al - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE "open++al - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE ! ! # Begin Project ! # PROP AllowPerConfigDependencies 0 ! # PROP Scc_ProjName "" ! # PROP Scc_LocalPath "" ! CPP=cl.exe ! MTL=midl.exe ! RSC=rc.exe ! ! !IF "$(CFG)" == "open++al - Win32 Debug" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 1 ! # PROP BASE Output_Dir "../lib" ! # PROP BASE Intermediate_Dir ".\Debug" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 1 ! # PROP Output_Dir "../lib" ! # PROP Intermediate_Dir ".\Debug" ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MDd /I "../include" /I "../../portaudio/pa_common" /ZI /W3 /Od /G6 /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "OPENALPP_EXPORTS" /D "WIN32" /D "_MBCS" /GR /YX /Fp".\Debug/openalpp.pch" /Fo".\Debug/" /Fd".\Debug/" /FR /GZ /c /GX ! # ADD CPP /nologo /MDd /I "../include" /I "../../portaudio/pa_common" /ZI /W3 /Od /G6 /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "OPENALPP_EXPORTS" /D "WIN32" /D "_MBCS" /GR /YX /Fp".\Debug/openalpp.pch" /Fo".\Debug/" /Fd".\Debug/" /FR /GZ /c /GX ! # ADD BASE MTL /nologo /D"_DEBUG" /mktyplib203 /tlb".\..\lib\openalpp.tlb" /win32 ! # ADD MTL /nologo /D"_DEBUG" /mktyplib203 /tlb".\..\lib\openalpp.tlb" /win32 ! # ADD BASE RSC /l 1053 /d "_DEBUG" ! # ADD RSC /l 1053 /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 ccgnu2d.lib alut.lib openal32.lib vorbisfile_d.lib ogg_d.lib pastaticdsd.lib winmm.lib wsock32.lib dsound.lib /nologo /dll /out:"..\bin\$(ProjectName)d.dll" /incremental:yes /libpath:"../../portaudio/lib" /debug /pdb:".\..\lib\openalppd.pdb" /pdbtype:sept /subsystem:windows /implib:"../lib/$(ProjectName)d.lib" /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 ccgnu2d.lib alut.lib openal32.lib vorbisfile_d.lib ogg_d.lib pastaticdsd.lib winmm.lib wsock32.lib dsound.lib /nologo /dll /out:"..\bin\$(ProjectName)d.dll" /incremental:yes /libpath:"../../portaudio/lib" /debug /pdb:".\..\lib\openalppd.pdb" /pdbtype:sept /subsystem:windows /implib:"../lib/$(ProjectName)d.lib" /MACHINE:I386 ! ! !ELSEIF "$(CFG)" == "open++al - Win32 Release" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "../lib" ! # PROP BASE Intermediate_Dir ".\Release" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "../lib" ! # PROP Intermediate_Dir ".\Release" ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MD /I "../include" /I "../../portaudio/pa_common" /W3 /Ob1 /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "OPENALPP_EXPORTS" /D "WIN32" /D "_MBCS" /GF /Gy /GR /YX /Fp".\Release/openalpp.pch" /Fo".\Release/" /Fd".\Release/" /c /GX ! # ADD CPP /nologo /MD /I "../include" /I "../../portaudio/pa_common" /W3 /Ob1 /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "OPENALPP_EXPORTS" /D "WIN32" /D "_MBCS" /GF /Gy /GR /YX /Fp".\Release/openalpp.pch" /Fo".\Release/" /Fd".\Release/" /c /GX ! # ADD BASE MTL /nologo /D"NDEBUG" /mktyplib203 /tlb".\..\lib\openalpp.tlb" /win32 ! # ADD MTL /nologo /D"NDEBUG" /mktyplib203 /tlb".\..\lib\openalpp.tlb" /win32 ! # ADD BASE RSC /l 1053 /d "NDEBUG" ! # ADD RSC /l 1053 /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 ccgnu2.lib alut.lib openal32.lib vorbisfile.lib ogg.lib pastaticdsd.lib winmm.lib wsock32.lib dsound.lib /nologo /dll /out:"..\bin\$(ProjectName).dll" /incremental:no /libpath:"../../portaudio/lib" /nodefaultlib:"LIBCD" /nodefaultlib:"MSVCRTD" /pdb:".\..\lib\openalpp.pdb" /pdbtype:sept /subsystem:windows /implib:"../lib/$(ProjectName).lib" /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 ccgnu2.lib alut.lib openal32.lib vorbisfile.lib ogg.lib pastaticdsd.lib winmm.lib wsock32.lib dsound.lib /nologo /dll /out:"..\bin\$(ProjectName).dll" /incremental:no /libpath:"../../portaudio/lib" /nodefaultlib:"LIBCD" /nodefaultlib:"MSVCRTD" /pdb:".\..\lib\openalpp.pdb" /pdbtype:sept /subsystem:windows /implib:"../lib/$(ProjectName).lib" /MACHINE:I386 ! ! !ENDIF ! ! # Begin Target ! ! # Name "open++al - Win32 Debug" ! # Name "open++al - Win32 Release" ! # Begin Group "Source files" ! ! # PROP Default_Filter "" ! # Begin Source File ! ! SOURCE=..\src\audiobase.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\audioconvert.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\audioenvironment.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\deviceupdater.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\error.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\filestream.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\filestreamupdater.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\groupsource.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\inputdevice.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\listener.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\netstream.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\netupdater.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\openalpp.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\sample.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\sounddata.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\source.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\sourcebase.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\stream.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\src\streamupdater.cpp ! # End Source File ! # End Group ! # Begin Group "Header files" ! ! # PROP Default_Filter "" ! # Begin Source File ! ! SOURCE=..\include\openalpp\alpp.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\audiobase.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\audioconvert.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\audioenvironment.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\deviceupdater.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\error.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\export.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\filestream.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\filestreamupdater.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\groupsource.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\inputdevice.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\listener.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\netstream.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\netupdater.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\positionedobject.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\sample.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\sounddata.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\source.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\sourcebase.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\stream.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\streamupdater.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\include\openalpp\windowsstuff.h ! # End Source File ! # End Group ! # End Target ! # End Project ! Index: openalpp.dsw =================================================================== RCS file: /cvsroot/alpp/openalpp/VisualStudio/openalpp.dsw,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** openalpp.dsw 18 Oct 2002 12:46:08 -0000 1.2 --- openalpp.dsw 11 Dec 2003 09:32:49 -0000 1.3 *************** *** 1,104 **** ! Microsoft Developer Studio Workspace File, Format Version 6.00 ! # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ! ! ############################################################################### ! ! Project: "moving"=.\moving.dsp - Package Owner=<4> ! ! Package=<5> ! {{{ ! }}} ! ! Package=<4> ! {{{ ! Begin Project Dependency ! Project_Dep_Name openalpp ! End Project Dependency ! }}} ! ! ############################################################################### ! ! Project: "openalpp"=.\openalpp.dsp - Package Owner=<4> ! ! Package=<5> ! {{{ ! }}} ! ! Package=<4> ! {{{ ! }}} ! ! ############################################################################### ! ! Project: "simple"=.\simple.dsp - Package Owner=<4> ! ! Package=<5> ! {{{ ! }}} ! ! Package=<4> ! {{{ ! Begin Project Dependency ! Project_Dep_Name openalpp ! End Project Dependency ! }}} ! ! ############################################################################### ! ! Project: "testmic"=.\testmic.dsp - Package Owner=<4> ! ! Package=<5> ! {{{ ! }}} ! ! Package=<4> ! {{{ ! Begin Project Dependency ! Project_Dep_Name openalpp ! End Project Dependency ! }}} ! ! ############################################################################### ! ! Project: "testsend"=.\testsend.dsp - Package Owner=<4> ! ! Package=<5> ! {{{ ! }}} ! ! Package=<4> ! {{{ ! Begin Project Dependency ! Project_Dep_Name openalpp ! End Project Dependency ! }}} ! ! ############################################################################### ! ! Project: "teststream"=.\teststream.dsp - Package Owner=<4> ! ! Package=<5> ! {{{ ! }}} ! ! Package=<4> ! {{{ ! Begin Project Dependency ! Project_Dep_Name openalpp ! End Project Dependency ! }}} ! ! ############################################################################### ! ! Global: ! ! Package=<5> ! {{{ ! }}} ! ! Package=<3> ! {{{ ! }}} ! ! ############################################################################### ! --- 1,101 ---- ! Microsoft Developer Studio Workspace File, Format Version 6.00 ! # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ! ! ############################################################################### ! ! Project: "moving"=moving.dsp - Package Owner=<4> ! ! Package=<5> ! {{{ ! }}} ! ! Package=<4> ! {{{ ! }}} ! ! ############################################################################### ! ! Project: "simple"=simple.dsp - Package Owner=<4> ! ! Package=<5> ! {{{ ! }}} ! ! Package=<4> ! {{{ ! }}} ! ! ############################################################################### ! ! Project: "testmic"=testmic.dsp - Package Owner=<4> ! ! Package=<5> ! {{{ ! }}} ! ! Package=<4> ! {{{ ! }}} ! ! ############################################################################### ! ! Project: "testsend"=testsend.dsp - Package Owner=<4> ! ! Package=<5> ! {{{ ! }}} ! ! Package=<4> ! {{{ ! }}} ! ! ############################################################################### ! ! Project: "teststream"=teststream.dsp - Package Owner=<4> ! ! Package=<5> ! {{{ ! }}} ! ! Package=<4> ! {{{ ! }}} ! ! ############################################################################### ! ! Project: "testfstream"=testfstream.dsp - Package Owner=<4> ! ! Package=<5> ! {{{ ! }}} ! ! Package=<4> ! {{{ ! }}} ! ! ############################################################################### ! ! Project: "openalpp"=openalpp.dsp - Package Owner=<4> ! ! Package=<5> ! {{{ ! }}} ! ! Package=<4> ! {{{ ! }}} ! ! ############################################################################### ! ! Global: ! ! Package=<5> ! {{{ ! }}} ! ! Package=<3> ! {{{ ! }}} ! ! ############################################################################### ! Index: openalpp.sln =================================================================== RCS file: /cvsroot/alpp/openalpp/VisualStudio/openalpp.sln,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** openalpp.sln 16 Apr 2003 11:15:00 -0000 1.2 --- openalpp.sln 11 Dec 2003 09:32:49 -0000 1.3 *************** *** 1,29 **** ! Microsoft Visual Studio Solution File, Format Version 7.00 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "moving", "moving.vcproj", "{B9EDEBD3-BCC0-4ADB-A2BE-CAA2FBCD587E}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simple", "simple.vcproj", "{33F6F3B5-3247-476A-A2D9-19316B88423B}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testmic", "testmic.vcproj", "{F98212F5-A462-4F75-9AF6-4ED4E79A4B1F}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testsend", "testsend.vcproj", "{9740C9CE-674E-4083-80FE-9ADE598B0000}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "teststream", "teststream.vcproj", "{3B36C471-B270-4A97-8A7E-0681ACAFB492}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testfstream", "testfstream.vcproj", "{3B36C471-B270-4A97-8A7E-0681ACAFB492}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openalpp", "openalpp.vcproj", "{2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3}" EndProject Global GlobalSection(SolutionConfiguration) = preSolution ! ConfigName.0 = Debug ! ConfigName.1 = Release ! EndGlobalSection ! GlobalSection(ProjectDependencies) = postSolution ! {B9EDEBD3-BCC0-4ADB-A2BE-CAA2FBCD587E}.0 = {2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3} ! {33F6F3B5-3247-476A-A2D9-19316B88423B}.0 = {2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3} ! {F98212F5-A462-4F75-9AF6-4ED4E79A4B1F}.0 = {2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3} ! {9740C9CE-674E-4083-80FE-9ADE598B0000}.0 = {2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3} ! {3B36C471-B270-4A97-8A7E-0681ACAFB492}.0 = {2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3} ! {3B36C471-B270-4A97-8A7E-0681ACAFB492}.0 = {2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3} EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution --- 1,41 ---- ! Microsoft Visual Studio Solution File, Format Version 8.00 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "moving", "moving.vcproj", "{B9EDEBD3-BCC0-4ADB-A2BE-CAA2FBCD587E}" + ProjectSection(ProjectDependencies) = postProject + {2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3} = {2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3} + EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simple", "simple.vcproj", "{33F6F3B5-3247-476A-A2D9-19316B88423B}" + ProjectSection(ProjectDependencies) = postProject + {2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3} = {2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3} + EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testmic", "testmic.vcproj", "{F98212F5-A462-4F75-9AF6-4ED4E79A4B1F}" + ProjectSection(ProjectDependencies) = postProject + {2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3} = {2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3} + EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testsend", "testsend.vcproj", "{9740C9CE-674E-4083-80FE-9ADE598B0000}" + ProjectSection(ProjectDependencies) = postProject + {2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3} = {2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3} + EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "teststream", "teststream.vcproj", "{3B36C471-B270-4A97-8A7E-0681ACAFB492}" + ProjectSection(ProjectDependencies) = postProject + {2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3} = {2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3} + EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testfstream", "testfstream.vcproj", "{3B36C471-B270-4A97-8A7E-0681ACAFB492}" + ProjectSection(ProjectDependencies) = postProject + {2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3} = {2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3} + EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openalpp", "openalpp.vcproj", "{2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection EndProject Global GlobalSection(SolutionConfiguration) = preSolution ! Debug = Debug ! Release = Release EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution Index: openalpp.vcproj =================================================================== RCS file: /cvsroot/alpp/openalpp/VisualStudio/openalpp.vcproj,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** openalpp.vcproj 9 Dec 2003 14:55:51 -0000 1.4 --- openalpp.vcproj 11 Dec 2003 09:32:49 -0000 1.5 *************** *** 1,7 **** ! <?xml version="1.0" encoding = "Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" ! Version="7.00" ! Name="openalpp" ProjectGUID="{2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3}" SccProjectName="" --- 1,7 ---- ! <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" ! Version="7.10" ! Name="open++al" ProjectGUID="{2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3}" SccProjectName="" *************** *** 24,28 **** Optimization="0" OptimizeForProcessor="2" ! AdditionalIncludeDirectories="../include" PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;OPENALPP_EXPORTS;WIN32" BasicRuntimeChecks="3" --- 24,28 ---- Optimization="0" OptimizeForProcessor="2" ! AdditionalIncludeDirectories="../include,../../portaudio/pa_common" PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;OPENALPP_EXPORTS;WIN32" BasicRuntimeChecks="3" *************** *** 48,55 **** LinkIncremental="2" SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="../lib,c:\projects\osgvr\lib,c:\projects\ConfigScript\lib,c:\projects\vrutils\lib,C:\tools\cmltoolkit\lib.chk\win32_single_msvcrt,c:\projects\openalpp\lib" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../lib/openalppd.pdb" ! ImportLibrary=".\../lib/openalppd.lib"/> <Tool Name="VCMIDLTool" --- 48,55 ---- LinkIncremental="2" SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="../../portaudio/lib" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../lib/openalppd.pdb" ! ImportLibrary="../lib/$(ProjectName)d.lib"/> <Tool Name="VCMIDLTool" *************** *** 72,76 **** --- 72,82 ---- Name="VCWebServiceProxyGeneratorTool"/> <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> </Configuration> <Configuration *************** *** 85,90 **** Name="VCCLCompilerTool" InlineFunctionExpansion="1" ! OptimizeForProcessor="2" ! AdditionalIncludeDirectories="../include" PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;OPENALPP_EXPORTS;WIN32" StringPooling="TRUE" --- 91,96 ---- Name="VCCLCompilerTool" InlineFunctionExpansion="1" ! OptimizeForProcessor="3" ! AdditionalIncludeDirectories="../include,../../portaudio/pa_common" PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;OPENALPP_EXPORTS;WIN32" StringPooling="TRUE" *************** *** 109,116 **** LinkIncremental="1" SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="./lib,c:\projects\osgvr\lib,c:\projects\ConfigScript\lib,c:\projects\vrutils\lib,C:\tools\cmltoolkit\lib.rel\win32_single_msvcrt,c:\projects\openalpp\lib" IgnoreDefaultLibraryNames="LIBCD,MSVCRTD" ProgramDatabaseFile=".\../lib/openalpp.pdb" ! ImportLibrary=".\../lib/openalpp.lib"/> <Tool Name="VCMIDLTool" --- 115,122 ---- LinkIncremental="1" SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="../../portaudio/lib" IgnoreDefaultLibraryNames="LIBCD,MSVCRTD" ProgramDatabaseFile=".\../lib/openalpp.pdb" ! ImportLibrary="../lib/$(ProjectName).lib"/> <Tool Name="VCMIDLTool" *************** *** 133,139 **** --- 139,153 ---- Name="VCWebServiceProxyGeneratorTool"/> <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> </Configuration> </Configurations> + <References> + </References> <Files> <Filter Index: simple.dsp =================================================================== RCS file: /cvsroot/alpp/openalpp/VisualStudio/simple.dsp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** simple.dsp 18 Oct 2002 12:46:08 -0000 1.2 --- simple.dsp 11 Dec 2003 09:32:49 -0000 1.3 *************** *** 1,94 **** ! # Microsoft Developer Studio Project File - Name="simple" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Console Application" 0x0103 ! ! CFG=simple - 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 "simple.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 "simple.mak" CFG="simple - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "simple - Win32 Release" (based on "Win32 (x86) Console Application") ! !MESSAGE "simple - 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)" == "simple - 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 Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c ! # ADD CPP /nologo /G5 /MD /W3 /GX /O2 /I "..\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c ! # ADD BASE RSC /l 0x41d /d "NDEBUG" ! # ADD RSC /l 0x41d /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 openalpp.lib openal32.lib alut.lib ccgnu2.lib /nologo /subsystem:console /machine:I386 /out:"../bin\simple.exe" /libpath:"..\lib" ! ! !ELSEIF "$(CFG)" == "simple - 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 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 /G5 /MDd /W3 /Gm /GX /ZI /Od /I "..\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c ! # ADD BASE RSC /l 0x41d /d "_DEBUG" ! # ADD RSC /l 0x41d /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 openalppd.lib openal32.lib alut.lib ccgnu2.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /out:"../bin\simple.exe" /pdbtype:sept /libpath:"..\lib" ! ! !ENDIF ! ! # Begin Target ! ! # Name "simple - Win32 Release" ! # Name "simple - Win32 Debug" ! # Begin Group "Source Files" ! ! # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" ! # Begin Source File ! ! SOURCE=..\tests\simple.cpp ! # End Source File ! # End Group ! # End Target ! # End Project --- 1,98 ---- ! # Microsoft Developer Studio Project File - Name="simple" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Console Application" 0x0103 ! ! CFG=simple - Win32 Release ! !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 "simple.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 "simple.mak" CFG="simple - Win32 Release" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "simple - Win32 Release" (based on "Win32 (x86) Console Application") ! !MESSAGE "simple - Win32 Debug" (based on "Win32 (x86) Console Application") ! !MESSAGE ! ! # Begin Project ! # PROP AllowPerConfigDependencies 0 ! # PROP Scc_ProjName "" ! # PROP Scc_LocalPath "" ! CPP=cl.exe ! MTL=midl.exe ! RSC=rc.exe ! ! !IF "$(CFG)" == "simple - 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 /MD /I "../include" /I "../../portaudio/pa_common" /W3 /Ob1 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /GF /Gy /YX /Fp".\Release/simple.pch" /Fo".\Release/" /Fd".\Release/" /c /GX ! # ADD CPP /nologo /MD /I "../include" /I "../../portaudio/pa_common" /W3 /Ob1 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /GF /Gy /YX /Fp".\Release/simple.pch" /Fo".\Release/" /Fd".\Release/" /c /GX ! # ADD BASE MTL /nologo /tlb".\Release\simple.tlb" /win32 ! # ADD MTL /nologo /tlb".\Release\simple.tlb" /win32 ! # ADD BASE RSC /l 1053 /d "NDEBUG" ! # ADD RSC /l 1053 /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 ccgnu2.lib /nologo /out:".\Release\$(ProjectName).exe" /incremental:no /libpath:"..\lib" /nodefaultlib:"MSVCRTD" /nodefaultlib:"libcd" /pdb:".\Release\simple.pdb" /pdbtype:sept /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 ccgnu2.lib /nologo /out:".\Release\$(ProjectName).exe" /incremental:no /libpath:"..\lib" /nodefaultlib:"MSVCRTD" /nodefaultlib:"libcd" /pdb:".\Release\simple.pdb" /pdbtype:sept /subsystem:console /MACHINE:I386 ! ! !ELSEIF "$(CFG)" == "simple - Win32 Debug" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 1 ! # PROP BASE Output_Dir "..\bin" ! # PROP BASE Intermediate_Dir ".\Debug" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 1 ! # PROP Output_Dir "..\bin" ! # PROP Intermediate_Dir ".\Debug" ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MDd /I "../include" /I "../../portaudio/pa_common" /ZI /W3 /Od /G6 /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /Fp".\Debug/simple.pch" /Fo".\Debug/" /Fd".\Debug/" /GZ /c /GX ! # ADD CPP /nologo /MDd /I "../include" /I "../../portaudio/pa_common" /ZI /W3 /Od /G6 /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /Fp".\Debug/simple.pch" /Fo".\Debug/" /Fd".\Debug/" /GZ /c /GX ! # ADD BASE MTL /nologo /tlb".\Debug\simple.tlb" /win32 ! # ADD MTL /nologo /tlb".\Debug\simple.tlb" /win32 ! # ADD BASE RSC /l 1053 /d "_DEBUG" ! # ADD RSC /l 1053 /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 ccgnu2d.lib /nologo /out:"..\bin\$(ProjectName)d.exe" /incremental:yes /libpath:"..\lib" /nodefaultlib:"libcd.lib" /debug /pdb:".\Debug\simple.pdb" /pdbtype:sept /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 ccgnu2d.lib /nologo /out:"..\bin\$(ProjectName)d.exe" /incremental:yes /libpath:"..\lib" /nodefaultlib:"libcd.lib" /debug /pdb:".\Debug\simple.pdb" /pdbtype:sept /subsystem:console /MACHINE:I386 ! ! !ENDIF ! ! # Begin Target ! ! # Name "simple - Win32 Release" ! # Name "simple - Win32 Debug" ! # Begin Group "Source Files" ! ! # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" ! # Begin Source File ! ! SOURCE=..\tests\simple.cpp ! # End Source File ! # End Group ! # End Target ! # End Project ! Index: simple.vcproj =================================================================== RCS file: /cvsroot/alpp/openalpp/VisualStudio/simple.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** simple.vcproj 16 Apr 2003 11:15:00 -0000 1.2 --- simple.vcproj 11 Dec 2003 09:32:49 -0000 1.3 *************** *** 1,6 **** ! <?xml version="1.0" encoding = "Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" ! Version="7.00" Name="simple" ProjectGUID="{33F6F3B5-3247-476A-A2D9-19316B88423B}" --- 1,6 ---- ! <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" ! Version="7.10" Name="simple" ProjectGUID="{33F6F3B5-3247-476A-A2D9-19316B88423B}" *************** *** 23,28 **** Name="VCCLCompilerTool" InlineFunctionExpansion="1" ! OptimizeForProcessor="2" ! AdditionalIncludeDirectories="..\include" PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" StringPooling="TRUE" --- 23,28 ---- Name="VCCLCompilerTool" InlineFunctionExpansion="1" ! OptimizeForProcessor="3" ! AdditionalIncludeDirectories="../include,../../portaudio/pa_common" PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" StringPooling="TRUE" *************** *** 66,70 **** --- 66,76 ---- Name="VCWebServiceProxyGeneratorTool"/> <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> </Configuration> <Configuration *************** *** 80,84 **** Optimization="0" OptimizeForProcessor="2" ! AdditionalIncludeDirectories="..\include" PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" BasicRuntimeChecks="3" --- 86,90 ---- Optimization="0" OptimizeForProcessor="2" ! AdditionalIncludeDirectories="../include,../../portaudio/pa_common" PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" BasicRuntimeChecks="3" *************** *** 123,129 **** --- 129,143 ---- Name="VCWebServiceProxyGeneratorTool"/> <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> </Configuration> </Configurations> + <References> + </References> <Files> <Filter Index: testfstream.vcproj =================================================================== RCS file: /cvsroot/alpp/openalpp/VisualStudio/testfstream.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** testfstream.vcproj 16 Apr 2003 11:15:00 -0000 1.1 --- testfstream.vcproj 11 Dec 2003 09:32:49 -0000 1.2 *************** *** 1,6 **** ! <?xml version="1.0" encoding = "Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" ! Version="7.00" Name="testfstream" ProjectGUID="{3B36C471-B270-4A97-8A7E-0681ACAFB492}" --- 1,6 ---- ! <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" ! Version="7.10" Name="testfstream" ProjectGUID="{3B36C471-B270-4A97-8A7E-0681ACAFB492}" *************** *** 24,28 **** Optimization="0" OptimizeForProcessor="2" ! AdditionalIncludeDirectories="..\include" PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" BasicRuntimeChecks="3" --- 24,28 ---- Optimization="0" OptimizeForProcessor="2" ! AdditionalIncludeDirectories="../include,../../portaudio/pa_common" PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" BasicRuntimeChecks="3" *************** *** 42,46 **** Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" ! AdditionalDependencies="ccgnu2.lib" OutputFile="$(OutDir)/$(ProjectName)d.exe" LinkIncremental="2" --- 42,46 ---- Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" ! AdditionalDependencies="ccgnu2d.lib" OutputFile="$(OutDir)/$(ProjectName)d.exe" LinkIncremental="2" *************** *** 67,71 **** --- 67,77 ---- Name="VCWebServiceProxyGeneratorTool"/> <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> </Configuration> <Configuration *************** *** 80,85 **** Name="VCCLCompilerTool" InlineFunctionExpansion="1" ! OptimizeForProcessor="2" ! AdditionalIncludeDirectories="..\include" PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" StringPooling="TRUE" --- 86,91 ---- Name="VCCLCompilerTool" InlineFunctionExpansion="1" ! OptimizeForProcessor="3" ! AdditionalIncludeDirectories="../include,../../portaudio/pa_common" PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" StringPooling="TRUE" *************** *** 99,103 **** Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" ! AdditionalDependencies="odbc32.lib odbccp32.lib openal32.lib alut.lib ccgnu2.lib wsock32.lib" OutputFile="$(OutDir)/$(ProjectName).exe" LinkIncremental="1" --- 105,109 ---- Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" ! AdditionalDependencies="ccgnu2.lib" OutputFile="$(OutDir)/$(ProjectName).exe" LinkIncremental="1" *************** *** 122,128 **** --- 128,142 ---- Name="VCWebServiceProxyGeneratorTool"/> <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> </Configuration> </Configurations> + <References> + </References> <Files> <Filter Index: testmic.dsp =================================================================== RCS file: /cvsroot/alpp/openalpp/VisualStudio/testmic.dsp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** testmic.dsp 18 Oct 2002 12:46:08 -0000 1.2 --- testmic.dsp 11 Dec 2003 09:32:49 -0000 1.3 *************** *** 1,94 **** ! # Microsoft Developer Studio Project File - Name="testmic" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Console Application" 0x0103 ! ! CFG=testmic - 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 "testmic.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 "testmic.mak" CFG="testmic - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "testmic - Win32 Release" (based on "Win32 (x86) Console Application") ! !MESSAGE "testmic - 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)" == "testmic - Win32 Release" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "testmic___Win32_Release" ! # PROP BASE Intermediate_Dir "testmic___Win32_Release" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "testmic___Win32_Release" ! # PROP Intermediate_Dir "testmic___Win32_Release" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c ! # ADD CPP /nologo /G5 /MD /W3 /GX /O2 /I "..\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /c ! # ADD BASE RSC /l 0x41d /d "NDEBUG" ! # ADD RSC /l 0x41d /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 openalpp.lib openal32.lib alut.lib ccgnu2.lib pastaticdsd.lib dsound.lib winmm.lib /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd" /out:"../bin\testmic.exe" /libpath:"..\lib" ! ! !ELSEIF "$(CFG)" == "testmic - Win32 Debug" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 1 ! # PROP BASE Output_Dir "testmic___Win32_Debug" ! # PROP BASE Intermediate_Dir "testmic___Win32_Debug" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 1 ! # PROP Output_Dir "testmic___Win32_Debug" ! # PROP Intermediate_Dir "testmic___Win32_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 /G5 /MDd /W3 /Gm /GX /ZI /Od /I "../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c ! # ADD BASE RSC /l 0x41d /d "_DEBUG" ! # ADD RSC /l 0x41d /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... [truncated message content] |