From: Anders B. <vr-...@us...> - 2004-11-11 07:58:07
|
Update of /cvsroot/alpp/openalpp/VisualStudio In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31707/VisualStudio Modified Files: moving.vcproj openalpp.dsp openalpp.dsw openalpp.sln openalpp.vcproj simple.vcproj testfstream.vcproj testmic.vcproj testsend.dsp testsend.vcproj teststream.dsp teststream.vcproj Added Files: multiple.dsp multiple.vcproj Log Message: Adapted smart (reference) pointers from the OpenSceneGraph library. Used with permission of Robert Osfield. Cleans up the new/delete responsibility. All objects must be created on the heap from now on. Fixed small bugin in Streaming classes. Index: openalpp.dsp =================================================================== RCS file: /cvsroot/alpp/openalpp/VisualStudio/openalpp.dsp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** openalpp.dsp 2 Mar 2004 11:01:14 -0000 1.5 --- openalpp.dsp 11 Nov 2004 07:57:57 -0000 1.6 *************** *** 127,130 **** --- 127,134 ---- # Begin Source File + SOURCE=..\src\referenced.cpp + # End Source File + # Begin Source File + SOURCE=..\src\sample.cpp # End Source File Index: teststream.dsp =================================================================== RCS file: /cvsroot/alpp/openalpp/VisualStudio/teststream.dsp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** teststream.dsp 12 Dec 2003 06:55:04 -0000 1.4 --- teststream.dsp 11 Nov 2004 07:57:57 -0000 1.5 *************** *** 1,98 **** ! # Microsoft Developer Studio Project File - Name="teststream" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Console Application" 0x0103 ! ! CFG=teststream - 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 "teststream.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 "teststream.mak" CFG="teststream - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "teststream - Win32 Debug" (based on "Win32 (x86) Console Application") ! !MESSAGE "teststream - 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)" == "teststream - Win32 Debug" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 1 ! # PROP BASE Output_Dir "..\bin" ! # PROP BASE Intermediate_Dir ".\teststream___Win32_Debug" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 1 ! # PROP Output_Dir "..\bin" ! # PROP Intermediate_Dir ".\teststream___Win32_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".\teststream___Win32_Debug/teststream.pch" /Fo".\teststream___Win32_Debug/" /Fd".\teststream___Win32_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".\teststream___Win32_Debug/teststream.pch" /Fo".\teststream___Win32_Debug/" /Fd".\teststream___Win32_Debug/" /GZ /c /GX ! # ADD BASE MTL /nologo /tlb".\teststream___Win32_Debug\teststream.tlb" /win32 ! # ADD MTL /nologo /tlb".\teststream___Win32_Debug\teststream.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" /debug /pdb:".\teststream___Win32_Debug\teststream.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" /debug /pdb:".\teststream___Win32_Debug\teststream.pdb" /pdbtype:sept /subsystem:console /MACHINE:I386 ! ! !ELSEIF "$(CFG)" == "teststream - Win32 Release" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "..\bin" ! # PROP BASE Intermediate_Dir ".\teststream___Win32_Release" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "..\bin" ! # PROP Intermediate_Dir ".\teststream___Win32_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".\teststream___Win32_Release/teststream.pch" /Fo".\teststream___Win32_Release/" /Fd".\teststream___Win32_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".\teststream___Win32_Release/teststream.pch" /Fo".\teststream___Win32_Release/" /Fd".\teststream___Win32_Release/" /c /GX ! # ADD BASE MTL /nologo /tlb".\teststream___Win32_Release\teststream.tlb" /win32 ! # ADD MTL /nologo /tlb".\teststream___Win32_Release\teststream.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 wsock32.lib /nologo /out:"..\bin\$(ProjectName).exe" /incremental:no /libpath:"..\lib" /pdb:".\teststream___Win32_Release\teststream.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 wsock32.lib /nologo /out:"..\bin\$(ProjectName).exe" /incremental:no /libpath:"..\lib" /pdb:".\teststream___Win32_Release\teststream.pdb" /pdbtype:sept /subsystem:console /MACHINE:I386 ! ! !ENDIF ! ! # Begin Target ! ! # Name "teststream - Win32 Debug" ! # Name "teststream - Win32 Release" ! # Begin Group "Source Files" ! ! # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" ! # Begin Source File ! ! SOURCE=..\tests\teststream.cpp ! # End Source File ! # End Group ! # End Target ! # End Project ! --- 1,98 ---- ! # Microsoft Developer Studio Project File - Name="teststream" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Console Application" 0x0103 ! ! CFG=teststream - 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 "teststream.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 "teststream.mak" CFG="teststream - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "teststream - Win32 Debug" (based on "Win32 (x86) Console Application") ! !MESSAGE "teststream - 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)" == "teststream - Win32 Debug" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 1 ! # PROP BASE Output_Dir "..\bin" ! # PROP BASE Intermediate_Dir ".\teststream___Win32_Debug" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 1 ! # PROP Output_Dir "..\bin" ! # PROP Intermediate_Dir ".\teststream___Win32_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".\teststream___Win32_Debug/teststream.pch" /Fo".\teststream___Win32_Debug/" /Fd".\teststream___Win32_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".\teststream___Win32_Debug/teststream.pch" /Fo".\teststream___Win32_Debug/" /Fd".\teststream___Win32_Debug/" /GZ /c /GX ! # ADD BASE MTL /nologo /tlb".\teststream___Win32_Debug\teststream.tlb" /win32 ! # ADD MTL /nologo /tlb".\teststream___Win32_Debug\teststream.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" /debug /pdb:".\teststream___Win32_Debug\teststream.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" /debug /pdb:".\teststream___Win32_Debug\teststream.pdb" /pdbtype:sept /subsystem:console /MACHINE:I386 ! ! !ELSEIF "$(CFG)" == "teststream - Win32 Release" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "..\bin" ! # PROP BASE Intermediate_Dir ".\teststream___Win32_Release" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "..\bin" ! # PROP Intermediate_Dir ".\teststream___Win32_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".\teststream___Win32_Release/teststream.pch" /Fo".\teststream___Win32_Release/" /Fd".\teststream___Win32_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".\teststream___Win32_Release/teststream.pch" /Fo".\teststream___Win32_Release/" /Fd".\teststream___Win32_Release/" /c /GX ! # ADD BASE MTL /nologo /tlb".\teststream___Win32_Release\teststream.tlb" /win32 ! # ADD MTL /nologo /tlb".\teststream___Win32_Release\teststream.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 wsock32.lib /nologo /out:"..\bin\$(ProjectName).exe" /incremental:no /libpath:"..\lib" /pdb:".\teststream___Win32_Release\teststream.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 wsock32.lib /nologo /out:"..\bin\$(ProjectName).exe" /incremental:no /libpath:"..\lib" /pdb:".\teststream___Win32_Release\teststream.pdb" /pdbtype:sept /subsystem:console /MACHINE:I386 ! ! !ENDIF ! ! # Begin Target ! ! # Name "teststream - Win32 Debug" ! # Name "teststream - Win32 Release" ! # Begin Group "Source Files" ! ! # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" ! # Begin Source File ! ! SOURCE=..\tests\teststream.cpp ! # End Source File ! # End Group ! # End Target ! # End Project ! Index: testmic.vcproj =================================================================== RCS file: /cvsroot/alpp/openalpp/VisualStudio/testmic.vcproj,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** testmic.vcproj 2 Mar 2004 11:01:14 -0000 1.5 --- testmic.vcproj 11 Nov 2004 07:57:57 -0000 1.6 *************** *** 1,151 **** ! <?xml version="1.0" encoding="Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="7.10" ! Name="testmic" ! ProjectGUID="{F98212F5-A462-4F75-9AF6-4ED4E79A4B1F}" ! SccProjectName="" ! SccLocalPath=""> ! <Platforms> ! <Platform ! Name="Win32"/> ! </Platforms> ! <Configurations> ! <Configuration ! Name="Release|Win32" ! OutputDirectory="..\bin" ! IntermediateDirectory=".\testmic_Release" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! InlineFunctionExpansion="1" ! OptimizeForProcessor="3" ! AdditionalIncludeDirectories="../include" ! PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" ! StringPooling="TRUE" ! RuntimeLibrary="2" ! EnableFunctionLevelLinking="TRUE" ! UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\testmic___Win32_Release/testmic.pch" ! AssemblerListingLocation=".\testmic___Win32_Release/" ! ObjectFile=".\testmic___Win32_Release/" ! ProgramDataBaseFileName=".\testmic___Win32_Release/" ! BrowseInformation="1" ! WarningLevel="3" ! SuppressStartupBanner="TRUE" ! CompileAs="0"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLinkerTool" ! AdditionalOptions="/MACHINE:I386" ! OutputFile="$(OutDir)/$(ProjectName).exe" ! LinkIncremental="1" ! SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="..\lib" ! IgnoreDefaultLibraryNames="" ! ProgramDatabaseFile=".\testmic___Win32_Release/testmic.pdb" ! SubSystem="1"/> ! <Tool ! Name="VCMIDLTool" ! TypeLibraryName=".\testmic___Win32_Release/testmic.tlb"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="NDEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCXMLDataGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! <Tool ! Name="VCManagedWrapperGeneratorTool"/> ! <Tool ! Name="VCAuxiliaryManagedWrapperGeneratorTool"/> ! </Configuration> ! <Configuration ! Name="Debug|Win32" ! OutputDirectory="..\bin" ! IntermediateDirectory=".\testmic_Debug" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! OptimizeForProcessor="3" ! AdditionalIncludeDirectories="../include" ! PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" ! BasicRuntimeChecks="3" ! RuntimeLibrary="3" ! UsePrecompiledHeader="0" ! PrecompiledHeaderFile=".\testmic___Win32_Debug/testmic.pch" ! AssemblerListingLocation=".\testmic___Win32_Debug/" ! ObjectFile=".\testmic___Win32_Debug/" ! ProgramDataBaseFileName=".\testmic___Win32_Debug/" ! WarningLevel="3" ! SuppressStartupBanner="TRUE" ! DebugInformationFormat="4"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLinkerTool" ! AdditionalOptions="/MACHINE:I386" ! OutputFile="$(OutDir)/$(ProjectName)d.exe" ! LinkIncremental="2" ! SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="..\lib" ! IgnoreDefaultLibraryNames="" ! GenerateDebugInformation="TRUE" ! ProgramDatabaseFile=".\testmic___Win32_Debug/testmic.pdb" ! SubSystem="1"/> ! <Tool ! Name="VCMIDLTool" ! TypeLibraryName=".\testmic___Win32_Debug/testmic.tlb"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="_DEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCXMLDataGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! <Tool ! Name="VCManagedWrapperGeneratorTool"/> ! <Tool ! Name="VCAuxiliaryManagedWrapperGeneratorTool"/> ! </Configuration> ! </Configurations> ! <References> ! </References> ! <Files> ! <Filter ! Name="Source Files" ! Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> ! <File ! RelativePath="..\tests\testmic.cpp"> ! </File> ! </Filter> ! </Files> ! <Globals> ! </Globals> ! </VisualStudioProject> --- 1,151 ---- ! <?xml version="1.0" encoding="Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="7.10" ! Name="testmic" ! ProjectGUID="{F98212F5-A462-4F75-9AF6-4ED4E79A4B1F}" ! SccProjectName="" ! SccLocalPath=""> ! <Platforms> ! <Platform ! Name="Win32"/> ! </Platforms> ! <Configurations> ! <Configuration ! Name="Release|Win32" ! OutputDirectory="..\bin" ! IntermediateDirectory=".\testmic_Release" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! InlineFunctionExpansion="1" ! OptimizeForProcessor="3" ! AdditionalIncludeDirectories="../include" ! PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" ! StringPooling="TRUE" ! RuntimeLibrary="2" ! EnableFunctionLevelLinking="TRUE" ! UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\testmic___Win32_Release/testmic.pch" ! AssemblerListingLocation=".\testmic___Win32_Release/" ! ObjectFile=".\testmic___Win32_Release/" ! ProgramDataBaseFileName=".\testmic___Win32_Release/" ! BrowseInformation="1" ! WarningLevel="3" ! SuppressStartupBanner="TRUE" ! CompileAs="0"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLinkerTool" ! AdditionalOptions="/MACHINE:I386" ! OutputFile="$(OutDir)/$(ProjectName).exe" ! LinkIncremental="1" ! SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="..\lib" ! IgnoreDefaultLibraryNames="" ! ProgramDatabaseFile=".\testmic___Win32_Release/testmic.pdb" ! SubSystem="1"/> ! <Tool ! Name="VCMIDLTool" ! TypeLibraryName=".\testmic___Win32_Release/testmic.tlb"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="NDEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCXMLDataGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! <Tool ! Name="VCManagedWrapperGeneratorTool"/> ! <Tool ! Name="VCAuxiliaryManagedWrapperGeneratorTool"/> ! </Configuration> ! <Configuration ! Name="Debug|Win32" ! OutputDirectory="..\bin" ! IntermediateDirectory=".\testmic_Debug" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! OptimizeForProcessor="3" ! AdditionalIncludeDirectories="../include" ! PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" ! BasicRuntimeChecks="3" ! RuntimeLibrary="3" ! UsePrecompiledHeader="0" ! PrecompiledHeaderFile=".\testmic___Win32_Debug/testmic.pch" ! AssemblerListingLocation=".\testmic___Win32_Debug/" ! ObjectFile=".\testmic___Win32_Debug/" ! ProgramDataBaseFileName=".\testmic___Win32_Debug/" ! WarningLevel="3" ! SuppressStartupBanner="TRUE" ! DebugInformationFormat="4"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLinkerTool" ! AdditionalOptions="/MACHINE:I386" ! OutputFile="$(OutDir)/$(ProjectName)d.exe" ! LinkIncremental="2" ! SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="..\lib" ! IgnoreDefaultLibraryNames="" ! GenerateDebugInformation="TRUE" ! ProgramDatabaseFile=".\testmic___Win32_Debug/testmic.pdb" ! SubSystem="1"/> ! <Tool ! Name="VCMIDLTool" ! TypeLibraryName=".\testmic___Win32_Debug/testmic.tlb"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="_DEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCXMLDataGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! <Tool ! Name="VCManagedWrapperGeneratorTool"/> ! <Tool ! Name="VCAuxiliaryManagedWrapperGeneratorTool"/> ! </Configuration> ! </Configurations> ! <References> ! </References> ! <Files> ! <Filter ! Name="Source Files" ! Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> ! <File ! RelativePath="..\tests\testmic.cpp"> ! </File> ! </Filter> ! </Files> ! <Globals> ! </Globals> ! </VisualStudioProject> Index: openalpp.vcproj =================================================================== RCS file: /cvsroot/alpp/openalpp/VisualStudio/openalpp.vcproj,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** openalpp.vcproj 2 Mar 2004 11:01:14 -0000 1.8 --- openalpp.vcproj 11 Nov 2004 07:57:57 -0000 1.9 *************** *** 183,186 **** --- 183,189 ---- </File> <File + RelativePath="..\src\referenced.cpp"> + </File> + <File RelativePath="..\src\sample.cpp"> </File> Index: teststream.vcproj =================================================================== RCS file: /cvsroot/alpp/openalpp/VisualStudio/teststream.vcproj,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** teststream.vcproj 12 Dec 2003 06:55:04 -0000 1.4 --- teststream.vcproj 11 Nov 2004 07:57:57 -0000 1.5 *************** *** 1,152 **** ! <?xml version="1.0" encoding="Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="7.10" ! Name="teststream" ! ProjectGUID="{3B36C471-B270-4A97-8A7E-0681ACAFB492}" ! SccProjectName="" ! SccLocalPath=""> ! <Platforms> ! <Platform ! Name="Win32"/> ! </Platforms> ! <Configurations> ! <Configuration ! Name="Debug|Win32" ! OutputDirectory="..\bin" ! IntermediateDirectory=".\teststream___Win32_Debug" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! OptimizeForProcessor="2" ! AdditionalIncludeDirectories="../include,../../portaudio/pa_common" ! PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" ! BasicRuntimeChecks="3" ! RuntimeLibrary="3" ! UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\teststream___Win32_Debug/teststream.pch" ! AssemblerListingLocation=".\teststream___Win32_Debug/" ! ObjectFile=".\teststream___Win32_Debug/" ! ProgramDataBaseFileName=".\teststream___Win32_Debug/" ! WarningLevel="3" ! SuppressStartupBanner="TRUE" ! DebugInformationFormat="4" ! CompileAs="0"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLinkerTool" ! AdditionalOptions="/MACHINE:I386" ! AdditionalDependencies=" ccgnu2d.lib" ! OutputFile="$(OutDir)/$(ProjectName)d.exe" ! LinkIncremental="2" ! SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="..\lib" ! IgnoreDefaultLibraryNames="libcd" ! GenerateDebugInformation="TRUE" ! ProgramDatabaseFile=".\teststream___Win32_Debug/teststream.pdb" ! SubSystem="1"/> ! <Tool ! Name="VCMIDLTool" ! TypeLibraryName=".\teststream___Win32_Debug/teststream.tlb"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="_DEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCXMLDataGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! <Tool ! Name="VCManagedWrapperGeneratorTool"/> ! <Tool ! Name="VCAuxiliaryManagedWrapperGeneratorTool"/> ! </Configuration> ! <Configuration ! Name="Release|Win32" ! OutputDirectory="..\bin" ! IntermediateDirectory=".\teststream___Win32_Release" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! InlineFunctionExpansion="1" ! OptimizeForProcessor="3" ! AdditionalIncludeDirectories="../include,../../portaudio/pa_common" ! PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" ! StringPooling="TRUE" ! RuntimeLibrary="2" ! EnableFunctionLevelLinking="TRUE" ! UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\teststream___Win32_Release/teststream.pch" ! AssemblerListingLocation=".\teststream___Win32_Release/" ! ObjectFile=".\teststream___Win32_Release/" ! ProgramDataBaseFileName=".\teststream___Win32_Release/" ! WarningLevel="3" ! SuppressStartupBanner="TRUE" ! CompileAs="0"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLinkerTool" ! AdditionalOptions="/MACHINE:I386" ! AdditionalDependencies="ccgnu2.lib wsock32.lib" ! OutputFile="$(OutDir)/$(ProjectName).exe" ! LinkIncremental="1" ! SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="..\lib" ! ProgramDatabaseFile=".\teststream___Win32_Release/teststream.pdb" ! SubSystem="1"/> ! <Tool ! Name="VCMIDLTool" ! TypeLibraryName=".\teststream___Win32_Release/teststream.tlb"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="NDEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCXMLDataGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! <Tool ! Name="VCManagedWrapperGeneratorTool"/> ! <Tool ! Name="VCAuxiliaryManagedWrapperGeneratorTool"/> ! </Configuration> ! </Configurations> ! <References> ! </References> ! <Files> ! <Filter ! Name="Source Files" ! Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> ! <File ! RelativePath="..\tests\teststream.cpp"> ! </File> ! </Filter> ! </Files> ! <Globals> ! </Globals> ! </VisualStudioProject> --- 1,152 ---- ! <?xml version="1.0" encoding="Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="7.10" ! Name="teststream" ! ProjectGUID="{3B36C471-B270-4A97-8A7E-0681ACAFB492}" ! SccProjectName="" ! SccLocalPath=""> ! <Platforms> ! <Platform ! Name="Win32"/> ! </Platforms> ! <Configurations> ! <Configuration ! Name="Debug|Win32" ! OutputDirectory="..\bin" ! IntermediateDirectory=".\teststream___Win32_Debug" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! OptimizeForProcessor="2" ! AdditionalIncludeDirectories="../include,../../portaudio/pa_common" ! PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" ! BasicRuntimeChecks="3" ! RuntimeLibrary="3" ! UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\teststream___Win32_Debug/teststream.pch" ! AssemblerListingLocation=".\teststream___Win32_Debug/" ! ObjectFile=".\teststream___Win32_Debug/" ! ProgramDataBaseFileName=".\teststream___Win32_Debug/" ! WarningLevel="3" ! SuppressStartupBanner="TRUE" ! DebugInformationFormat="4" ! CompileAs="0"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLinkerTool" ! AdditionalOptions="/MACHINE:I386" ! AdditionalDependencies=" ccgnu2d.lib" ! OutputFile="$(OutDir)/$(ProjectName)d.exe" ! LinkIncremental="2" ! SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="..\lib" ! IgnoreDefaultLibraryNames="libcd" ! GenerateDebugInformation="TRUE" ! ProgramDatabaseFile=".\teststream___Win32_Debug/teststream.pdb" ! SubSystem="1"/> ! <Tool ! Name="VCMIDLTool" ! TypeLibraryName=".\teststream___Win32_Debug/teststream.tlb"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="_DEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCXMLDataGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! <Tool ! Name="VCManagedWrapperGeneratorTool"/> ! <Tool ! Name="VCAuxiliaryManagedWrapperGeneratorTool"/> ! </Configuration> ! <Configuration ! Name="Release|Win32" ! OutputDirectory="..\bin" ! IntermediateDirectory=".\teststream___Win32_Release" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! InlineFunctionExpansion="1" ! OptimizeForProcessor="3" ! AdditionalIncludeDirectories="../include,../../portaudio/pa_common" ! PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" ! StringPooling="TRUE" ! RuntimeLibrary="2" ! EnableFunctionLevelLinking="TRUE" ! UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\teststream___Win32_Release/teststream.pch" ! AssemblerListingLocation=".\teststream___Win32_Release/" ! ObjectFile=".\teststream___Win32_Release/" ! ProgramDataBaseFileName=".\teststream___Win32_Release/" ! WarningLevel="3" ! SuppressStartupBanner="TRUE" ! CompileAs="0"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLinkerTool" ! AdditionalOptions="/MACHINE:I386" ! AdditionalDependencies="ccgnu2.lib wsock32.lib" ! OutputFile="$(OutDir)/$(ProjectName).exe" ! LinkIncremental="1" ! SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="..\lib" ! ProgramDatabaseFile=".\teststream___Win32_Release/teststream.pdb" ! SubSystem="1"/> ! <Tool ! Name="VCMIDLTool" ! TypeLibraryName=".\teststream___Win32_Release/teststream.tlb"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="NDEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCXMLDataGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! <Tool ! Name="VCManagedWrapperGeneratorTool"/> ! <Tool ! Name="VCAuxiliaryManagedWrapperGeneratorTool"/> ! </Configuration> ! </Configurations> ! <References> ! </References> ! <Files> ! <Filter ! Name="Source Files" ! Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> ! <File ! RelativePath="..\tests\teststream.cpp"> ! </File> ! </Filter> ! </Files> ! <Globals> ! </Globals> ! </VisualStudioProject> Index: testsend.vcproj =================================================================== RCS file: /cvsroot/alpp/openalpp/VisualStudio/testsend.vcproj,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** testsend.vcproj 12 Dec 2003 06:55:04 -0000 1.4 --- testsend.vcproj 11 Nov 2004 07:57:57 -0000 1.5 *************** *** 1,151 **** ! <?xml version="1.0" encoding="Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="7.10" ! Name="testsend" ! ProjectGUID="{9740C9CE-674E-4083-80FE-9ADE598B0000}" ! SccProjectName="" ! SccLocalPath=""> ! <Platforms> ! <Platform ! Name="Win32"/> ! </Platforms> ! <Configurations> ! <Configuration ! Name="Debug|Win32" ! OutputDirectory="..\bin" ! IntermediateDirectory=".\testsend___Win32_Debug" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! OptimizeForProcessor="2" ! AdditionalIncludeDirectories="../include,../../portaudio/pa_common" ! PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" ! BasicRuntimeChecks="3" ! RuntimeLibrary="3" ! UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\testsend___Win32_Debug/testsend.pch" ! AssemblerListingLocation=".\testsend___Win32_Debug/" ! ObjectFile=".\testsend___Win32_Debug/" ! ProgramDataBaseFileName=".\testsend___Win32_Debug/" ! WarningLevel="3" ! SuppressStartupBanner="TRUE" ! DebugInformationFormat="4"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLinkerTool" ! AdditionalOptions="/MACHINE:I386" ! AdditionalDependencies=" ccgnu2d.lib wsock32.lib" ! OutputFile="$(OutDir)/$(ProjectName)d.exe" ! LinkIncremental="2" ! SuppressStartupBanner="TRUE" ! IgnoreDefaultLibraryNames="libcd" ! GenerateDebugInformation="TRUE" ! ProgramDatabaseFile=".\testsend___Win32_Debug/testsend.pdb" ! SubSystem="1"/> ! <Tool ! Name="VCMIDLTool" ! TypeLibraryName=".\testsend___Win32_Debug/testsend.tlb"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="_DEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCXMLDataGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! <Tool ! Name="VCManagedWrapperGeneratorTool"/> ! <Tool ! Name="VCAuxiliaryManagedWrapperGeneratorTool"/> ! </Configuration> ! <Configuration ! Name="Release|Win32" ! OutputDirectory="..\bin" ! IntermediateDirectory=".\testsend___Win32_Release" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! InlineFunctionExpansion="1" ! OptimizeForProcessor="3" ! AdditionalIncludeDirectories="../include,../../portaudio/pa_common" ! PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" ! StringPooling="TRUE" ! RuntimeLibrary="2" ! EnableFunctionLevelLinking="TRUE" ! UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\testsend___Win32_Release/testsend.pch" ! AssemblerListingLocation=".\testsend___Win32_Release/" ! ObjectFile=".\testsend___Win32_Release/" ! ProgramDataBaseFileName=".\testsend___Win32_Release/" ! WarningLevel="3" ! SuppressStartupBanner="TRUE" ! CompileAs="0"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLinkerTool" ! AdditionalOptions="/MACHINE:I386" ! AdditionalDependencies="ccgnu2.lib wsock32.lib" ! OutputFile="$(OutDir)/$(ProjectName).exe" ! LinkIncremental="1" ! SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="..\lib" ! IgnoreDefaultLibraryNames="libcd" ! ProgramDatabaseFile=".\testsend___Win32_Release/testsend.pdb" ! SubSystem="1"/> ! <Tool ! Name="VCMIDLTool" ! TypeLibraryName=".\testsend___Win32_Release/testsend.tlb"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="NDEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCXMLDataGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! <Tool ! Name="VCManagedWrapperGeneratorTool"/> ! <Tool ! Name="VCAuxiliaryManagedWrapperGeneratorTool"/> ! </Configuration> ! </Configurations> ! <References> ! </References> ! <Files> ! <Filter ! Name="Source Files" ! Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> ! <File ! RelativePath="..\tests\testsend.cpp"> ! </File> ! </Filter> ! </Files> ! <Globals> ! </Globals> ! </VisualStudioProject> --- 1,151 ---- ! <?xml version="1.0" encoding="Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="7.10" ! Name="testsend" ! ProjectGUID="{9740C9CE-674E-4083-80FE-9ADE598B0000}" ! SccProjectName="" ! SccLocalPath=""> ! <Platforms> ! <Platform ! Name="Win32"/> ! </Platforms> ! <Configurations> ! <Configuration ! Name="Debug|Win32" ! OutputDirectory="..\bin" ! IntermediateDirectory=".\testsend___Win32_Debug" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! OptimizeForProcessor="2" ! AdditionalIncludeDirectories="../include,../../portaudio/pa_common" ! PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" ! BasicRuntimeChecks="3" ! RuntimeLibrary="3" ! UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\testsend___Win32_Debug/testsend.pch" ! AssemblerListingLocation=".\testsend___Win32_Debug/" ! ObjectFile=".\testsend___Win32_Debug/" ! ProgramDataBaseFileName=".\testsend___Win32_Debug/" ! WarningLevel="3" ! SuppressStartupBanner="TRUE" ! DebugInformationFormat="4"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLinkerTool" ! AdditionalOptions="/MACHINE:I386" ! AdditionalDependencies=" ccgnu2d.lib wsock32.lib" ! OutputFile="$(OutDir)/$(ProjectName)d.exe" ! LinkIncremental="2" ! SuppressStartupBanner="TRUE" ! IgnoreDefaultLibraryNames="libcd" ! GenerateDebugInformation="TRUE" ! ProgramDatabaseFile=".\testsend___Win32_Debug/testsend.pdb" ! SubSystem="1"/> ! <Tool ! Name="VCMIDLTool" ! TypeLibraryName=".\testsend___Win32_Debug/testsend.tlb"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="_DEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCXMLDataGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! <Tool ! Name="VCManagedWrapperGeneratorTool"/> ! <Tool ! Name="VCAuxiliaryManagedWrapperGeneratorTool"/> ! </Configuration> ! <Configuration ! Name="Release|Win32" ! OutputDirectory="..\bin" ! IntermediateDirectory=".\testsend___Win32_Release" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! InlineFunctionExpansion="1" ! OptimizeForProcessor="3" ! AdditionalIncludeDirectories="../include,../../portaudio/pa_common" ! PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" ! StringPooling="TRUE" ! RuntimeLibrary="2" ! EnableFunctionLevelLinking="TRUE" ! UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\testsend___Win32_Release/testsend.pch" ! AssemblerListingLocation=".\testsend___Win32_Release/" ! ObjectFile=".\testsend___Win32_Release/" ! ProgramDataBaseFileName=".\testsend___Win32_Release/" ! WarningLevel="3" ! SuppressStartupBanner="TRUE" ! CompileAs="0"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLinkerTool" ! AdditionalOptions="/MACHINE:I386" ! AdditionalDependencies="ccgnu2.lib wsock32.lib" ! OutputFile="$(OutDir)/$(ProjectName).exe" ! LinkIncremental="1" ! SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="..\lib" ! IgnoreDefaultLibraryNames="libcd" ! ProgramDatabaseFile=".\testsend___Win32_Release/testsend.pdb" ! SubSystem="1"/> ! <Tool ! Name="VCMIDLTool" ! TypeLibraryName=".\testsend___Win32_Release/testsend.tlb"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="NDEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCXMLDataGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! <Tool ! Name="VCManagedWrapperGeneratorTool"/> ! <Tool ! Name="VCAuxiliaryManagedWrapperGeneratorTool"/> ! </Configuration> ! </Configurations> ! <References> ! </References> ! <Files> ! <Filter ! Name="Source Files" ! Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> ! <File ! RelativePath="..\tests\testsend.cpp"> ! </File> ! </Filter> ! </Files> ! <Globals> ! </Globals> ! </VisualStudioProject> Index: testsend.dsp =================================================================== RCS file: /cvsroot/alpp/openalpp/VisualStudio/testsend.dsp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** testsend.dsp 12 Dec 2003 06:55:04 -0000 1.4 --- testsend.dsp 11 Nov 2004 07:57:57 -0000 1.5 *************** *** 1,98 **** ! # Microsoft Developer Studio Project File - Name="testsend" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Console Application" 0x0103 ! ! CFG=testsend - 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 "testsend.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 "testsend.mak" CFG="testsend - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "testsend - Win32 Debug" (based on "Win32 (x86) Console Application") ! !MESSAGE "testsend - 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)" == "testsend - Win32 Debug" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 1 ! # PROP BASE Output_Dir "..\bin" ! # PROP BASE Intermediate_Dir ".\testsend___Win32_Debug" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 1 ! # PROP Output_Dir "..\bin" ! # PROP Intermediate_Dir ".\testsend___Win32_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".\testsend___Win32_Debug/testsend.pch" /Fo".\testsend___Win32_Debug/" /Fd".\testsend___Win32_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".\testsend___Win32_Debug/testsend.pch" /Fo".\testsend___Win32_Debug/" /Fd".\testsend___Win32_Debug/" /GZ /c /GX ! # ADD BASE MTL /nologo /tlb".\testsend___Win32_Debug\testsend.tlb" /win32 ! # ADD MTL /nologo /tlb".\testsend___Win32_Debug\testsend.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 wsock32.lib /nologo /out:"..\bin\$(ProjectName)d.exe" /incremental:yes /nodefaultlib:"libcd" /debug /pdb:".\testsend___Win32_Debug\testsend.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 wsock32.lib /nologo /out:"..\bin\$(ProjectName)d.exe" /incremental:yes /nodefaultlib:"libcd" /debug /pdb:".\testsend___Win32_Debug\testsend.pdb" /pdbtype:sept /subsystem:console /MACHINE:I386 ! ! !ELSEIF "$(CFG)" == "testsend - Win32 Release" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "..\bin" ! # PROP BASE Intermediate_Dir ".\testsend___Win32_Release" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "..\bin" ! # PROP Intermediate_Dir ".\testsend___Win32_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".\testsend___Win32_Release/testsend.pch" /Fo".\testsend___Win32_Release/" /Fd".\testsend___Win32_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".\testsend___Win32_Release/testsend.pch" /Fo".\testsend___Win32_Release/" /Fd".\testsend___Win32_Release/" /c /GX ! # ADD BASE MTL /nologo /tlb".\testsend___Win32_Release\testsend.tlb" /win32 ! # ADD MTL /nologo /tlb".\testsend___Win32_Release\testsend.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 wsock32.lib /nologo /out:"..\bin\$(ProjectName).exe" /incremental:no /libpath:"..\lib" /nodefaultlib:"libcd" /pdb:".\testsend___Win32_Release\testsend.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 wsock32.lib /nologo /out:"..\bin\$(ProjectName).exe" /incremental:no /libpath:"..\lib" /nodefaultlib:"libcd" /pdb:".\testsend___Win32_Release\testsend.pdb" /pdbtype:sept /subsystem:console /MACHINE:I386 ! ! !ENDIF ! ! # Begin Target ! ! # Name "testsend - Win32 Debug" ! # Name "testsend - Win32 Release" ! # Begin Group "Source Files" ! ! # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" ! # Begin Source File ! ! SOURCE=..\tests\testsend.cpp ! # End Source File ! # End Group ! # End Target ! # End Project ! --- 1,98 ---- ! # Microsoft Developer Studio Project File - Name="testsend" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Console Application" 0x0103 ! ! CFG=testsend - 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 "testsend.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 "testsend.mak" CFG="testsend - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "testsend - Win32 Debug" (based on "Win32 (x86) Console Application") ! !MESSAGE "testsend - 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)" == "testsend - Win32 Debug" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 1 ! # PROP BASE Output_Dir "..\bin" ! # PROP BASE Intermediate_Dir ".\testsend___Win32_Debug" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 1 ! # PROP Output_Dir "..\bin" ! # PROP Intermediate_Dir ".\testsend___Win32_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".\testsend___Win32_Debug/testsend.pch" /Fo".\testsend___Win32_Debug/" /Fd".\testsend___Win32_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".\testsend___Win32_Debug/testsend.pch" /Fo".\testsend___Win32_Debug/" /Fd".\testsend___Win32_Debug/" /GZ /c /GX ! # ADD BASE MTL /nologo /tlb".\testsend___Win32_Debug\testsend.tlb" /win32 ! # ADD MTL /nologo /tlb".\testsend___Win32_Debug\testsend.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 wsock32.lib /nologo /out:"..\bin\$(ProjectName)d.exe" /incremental:yes /nodefaultlib:"libcd" /debug /pdb:".\testsend___Win32_Debug\testsend.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 wsock32.lib /nologo /out:"..\bin\$(ProjectName)d.exe" /incremental:yes /nodefaultlib:"libcd" /debug /pdb:".\testsend___Win32_Debug\testsend.pdb" /pdbtype:sept /subsystem:console /MACHINE:I386 ! ! !ELSEIF "$(CFG)" == "testsend - Win32 Release" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "..\bin" ! # PROP BASE Intermediate_Dir ".\testsend___Win32_Release" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "..\bin" ! # PROP Intermediate_Dir ".\testsend___Win32_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".\testsend___Win32_Release/testsend.pch" /Fo".\testsend___Win32_Release/" /Fd".\testsend___Win32_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".\testsend___Win32_Release/testsend.pch" /Fo".\testsend___Win32_Release/" /Fd".\testsend___Win32_Release/" /c /GX ! # ADD BASE MTL /nologo /tlb".\testsend___Win32_Release\testsend.tlb" /win32 ! # ADD MTL /nologo /tlb".\testsend___Win32_Release\testsend.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 wsock32.lib /nologo /out:"..\bin\$(ProjectName).exe" /incremental:no /libpath:"..\lib" /nodefaultlib:"libcd" /pdb:".\testsend___Win32_Release\testsend.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 wsock32.lib /nologo /out:"..\bin\$(ProjectName).exe" /incremental:no /libpath:"..\lib" /nodefaultlib:"libcd" /pdb:".\testsend___Win32_Release\testsend.pdb" /pdbtype:sept /subsystem:console /MACHINE:I386 ! ! !ENDIF ! ! # Begin Target ! ! # Name "testsend - Win32 Debug" ! # Name "testsend - Win32 Release" ! # Begin Group "Source Files" ! ! # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" ! # Begin Source File ! ! SOURCE=..\tests\testsend.cpp ! # End Source File ! # End Group ! # End Target ! # End Project ! --- NEW FILE: multiple.vcproj --- <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="7.10" Name="multiple" ProjectGUID="{B9EDEBD3-BCA0-4FDB-A2BE-CAA2FB2D5271}" SccProjectName="" SccLocalPath=""> <Platforms> <Platform Name="Win32"/> </Platforms> <Configurations> <Configuration Name="Debug|Win32" OutputDirectory="..\bin" IntermediateDirectory=".\multiple_Debug" ConfigurationType="1" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" CharacterSet="2"> <Tool Name="VCCLCompilerTool" Optimization="0" OptimizeForProcessor="3" AdditionalIncludeDirectories="../include" PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" BasicRuntimeChecks="3" RuntimeLibrary="3" UsePrecompiledHeader="2" PrecompiledHeaderFile=".\Debug/multiple.pch" AssemblerListingLocation=".\Debug/" ObjectFile=".\Debug/" ProgramDataBaseFileName=".\Debug/" WarningLevel="3" SuppressStartupBanner="TRUE" DebugInformationFormat="4" CompileAs="0"/> <Tool Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" OutputFile="$(OutDir)/$(ProjectName)d.exe" LinkIncremental="2" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\lib" IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\Debug/multiple.pdb" SubSystem="1"/> <Tool Name="VCMIDLTool" TypeLibraryName=".\Debug/multiple.tlb"/> <Tool Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> <Tool Name="VCPreLinkEventTool"/> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG" Culture="1053"/> <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool Name="VCXMLDataGeneratorTool"/> <Tool Name="VCWebDeploymentTool"/> <Tool Name="VCManagedWrapperGeneratorTool"/> <Tool Name="VCAuxiliaryManagedWrapperGeneratorTool"/> </Configuration> <Configuration Name="Release|Win32" OutputDirectory="..\bin" IntermediateDirectory=".\multiple_Release" ConfigurationType="1" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" CharacterSet="2"> <Tool Name="VCCLCompilerTool" InlineFunctionExpansion="1" OptimizeForProcessor="3" AdditionalIncludeDirectories="../include" PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" StringPooling="TRUE" RuntimeLibrary="2" EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="2" PrecompiledHeaderFile=".\Release/multiple.pch" AssemblerListingLocation=".\Release/" ObjectFile=".\Release/" ProgramDataBaseFileName=".\Release/" WarningLevel="3" SuppressStartupBanner="TRUE" CompileAs="0"/> <Tool Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" OutputFile="$(OutDir)/$(ProjectName).exe" LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\lib" ProgramDatabaseFile=".\Release/multiple.pdb" SubSystem="1"/> <Tool Name="VCMIDLTool" TypeLibraryName=".\Release/multiple.tlb"/> <Tool Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> <Tool Name="VCPreLinkEventTool"/> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" Culture="1053"/> <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool Name="VCXMLDataGeneratorTool"/> <Tool Name="VCWebDeploymentTool"/> <Tool Name="VCManagedWrapperGeneratorTool"/> <Tool Name="VCAuxiliaryManagedWrapperGeneratorTool"/> </Configuration> </Configurations> <References> </References> <Files> <Filter Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> <File RelativePath="..\tests\multiple.cpp"> </File> </Filter> </Files> <Globals> </Globals> </VisualStudioProject> --- NEW FILE: multiple.dsp --- # Microsoft Developer Studio Project File - Name="multiple" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Console Application" 0x0103 CFG=multiple - 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 "multiple.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 "multiple.mak" CFG="multiple - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "multiple - Win32 Debug" (based on "Win32 (x86) Console Application") !MESSAGE "multiple - 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)" == "multiple - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "..\bin" # PROP BASE Intermediate_Dir ".\multiple_Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "..\bin" # PROP Intermediate_Dir ".\multiple_Debug" # PROP Target_Dir "" # ADD BASE CPP /nologo /MDd /I "../include" /ZI /W3 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /Fp".\Debug/multiple.pch" /Fo".\Debug/" /Fd".\Debug/" /GZ /c /GX # ADD CPP /nologo /MDd /I "../include" /ZI /W3 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /Fp".\Debug/multiple.pch" /Fo".\Debug/" /Fd".\Debug/" /GZ /c /GX # ADD BASE MTL /nologo /tlb".\Debug\multiple.tlb" /win32 # ADD MTL /nologo /tlb".\Debug\multiple.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 /nologo /out:"..\bin\$(ProjectName)d.exe" /incremental:yes /libpath:"..\lib" /debug /pdb:".\Debug\multiple.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 /nologo /out:"..\bin\$(ProjectName)d.exe" /incremental:yes /libpath:"..\lib" /debug /pdb:".\Debug\multiple.pdb" /pdbtype:sept /subsystem:console /MACHINE:I386 !ELSEIF "$(CFG)" == "multiple - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "..\bin" # PROP BASE Intermediate_Dir ".\multiple_Release" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "..\bin" # PROP Intermediate_Dir ".\multiple_Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /MD /I "../include" /W3 /Ob1 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /GF /Gy /YX /Fp".\Release/multiple.pch" /Fo".\Release/" /Fd".\Release/" /c /GX # ADD CPP /nologo /MD /I "../include" /W3 /Ob1 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /GF /Gy /YX /Fp".\Release/multiple.pch" /Fo".\Release/" /Fd".\Release/" /c /GX # ADD BASE MTL /nologo /tlb".\Release\multiple.tlb" /win32 # ADD MTL /nologo /tlb".\Release\multiple.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 w... [truncated message content] |