Update of /cvsroot/alpp/openalpp/VisualStudio In directory sc8-pr-cvs1:/tmp/cvs-serv8710/VisualStudio Modified Files: moving.vcproj openalpp.sln openalpp.vcproj simple.vcproj testmic.vcproj testsend.vcproj teststream.vcproj Added Files: testfstream.vcproj Log Message: Changed windows version to dynamic library style. (Only under .NET) Fixed filestream.cpp so it works under windows. --- NEW FILE: testfstream.vcproj --- <?xml version="1.0" encoding = "Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="7.00" Name="testfstream" ProjectGUID="{3B36C471-B270-4A97-8A7E-0681ACAFB492}" SccProjectName="" SccLocalPath=""> <Platforms> <Platform Name="Win32"/> </Platforms> <Configurations> <Configuration Name="Debug|Win32" OutputDirectory="..\bin" IntermediateDirectory=".\testfstream___Win32_Debug" ConfigurationType="1" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" CharacterSet="2"> <Tool Name="VCCLCompilerTool" Optimization="0" OptimizeForProcessor="2" AdditionalIncludeDirectories="..\include" PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" BasicRuntimeChecks="3" RuntimeLibrary="3" UsePrecompiledHeader="2" PrecompiledHeaderFile=".\testfstream___Win32_Debug/testfstream.pch" AssemblerListingLocation=".\testfstream___Win32_Debug/" ObjectFile=".\testfstream___Win32_Debug/" ProgramDataBaseFileName=".\testfstream___Win32_Debug/" WarningLevel="3" SuppressStartupBanner="TRUE" DebugInformationFormat="4" CompileAs="0"/> <Tool Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="ccgnu2.lib" OutputFile="$(OutDir)/$(ProjectName)d.exe" LinkIncremental="2" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\lib" IgnoreDefaultLibraryNames="libcd" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\testfstream___Win32_Debug/testfstream.pdb" SubSystem="1"/> <Tool Name="VCMIDLTool" TypeLibraryName=".\testfstream___Win32_Debug/testfstream.tlb"/> <Tool Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> <Tool Name="VCPreLinkEventTool"/> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG" Culture="1053"/> <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool Name="VCWebDeploymentTool"/> </Configuration> <Configuration Name="Release|Win32" OutputDirectory=".\testfstream___Win32_Release" IntermediateDirectory=".\testfstream___Win32_Release" ConfigurationType="1" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" CharacterSet="2"> <Tool Name="VCCLCompilerTool" InlineFunctionExpansion="1" OptimizeForProcessor="2" AdditionalIncludeDirectories="..\include" PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" StringPooling="TRUE" RuntimeLibrary="2" EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="2" PrecompiledHeaderFile=".\testfstream___Win32_Release/testfstream.pch" AssemblerListingLocation=".\testfstream___Win32_Release/" ObjectFile=".\testfstream___Win32_Release/" ProgramDataBaseFileName=".\testfstream___Win32_Release/" WarningLevel="3" SuppressStartupBanner="TRUE" CompileAs="0"/> <Tool Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="odbc32.lib odbccp32.lib openal32.lib alut.lib ccgnu2.lib wsock32.lib" OutputFile="$(OutDir)/$(ProjectName).exe" LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\lib" ProgramDatabaseFile=".\testfstream___Win32_Release/testfstream.pdb" SubSystem="1"/> <Tool Name="VCMIDLTool" TypeLibraryName=".\testfstream___Win32_Release/testfstream.tlb"/> <Tool Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> <Tool Name="VCPreLinkEventTool"/> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" Culture="1053"/> <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool Name="VCWebDeploymentTool"/> </Configuration> </Configurations> <Files> <Filter Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> <File RelativePath="..\tests\testfstream.cpp"> </File> </Filter> </Files> <Globals> </Globals> </VisualStudioProject> Index: moving.vcproj =================================================================== RCS file: /cvsroot/alpp/openalpp/VisualStudio/moving.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** moving.vcproj 18 Oct 2002 07:50:03 -0000 1.1 --- moving.vcproj 16 Apr 2003 11:14:59 -0000 1.2 *************** *** 1,138 **** ! <?xml version="1.0" encoding = "Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="7.00" ! Name="moving" ! ProjectGUID="{B9EDEBD3-BCC0-4ADB-A2BE-CAA2FBCD587E}" ! SccProjectName="" ! SccLocalPath=""> ! <Platforms> ! <Platform ! Name="Win32"/> ! </Platforms> ! <Configurations> ! <Configuration ! Name="Debug|Win32" ! OutputDirectory=".\Debug" ! IntermediateDirectory=".\Debug" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! OptimizeForProcessor="1" ! AdditionalIncludeDirectories="..\include" ! PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" ! BasicRuntimeChecks="3" ! RuntimeLibrary="3" ! UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\Debug/moving.pch" ! AssemblerListingLocation=".\Debug/" ! ObjectFile=".\Debug/" ! ProgramDataBaseFileName=".\Debug/" ! WarningLevel="3" ! SuppressStartupBanner="TRUE" ! DebugInformationFormat="4" ! CompileAs="0"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLinkerTool" ! AdditionalOptions="/MACHINE:I386" ! AdditionalDependencies="odbc32.lib odbccp32.lib openalppd.lib openal32.lib alut.lib ccgnu2d.lib" ! OutputFile="bin/moving.exe" ! LinkIncremental="2" ! SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="..\lib" ! IgnoreDefaultLibraryNames="libcd.lib" ! GenerateDebugInformation="TRUE" ! ProgramDatabaseFile=".\Debug/moving.pdb" ! SubSystem="1"/> ! <Tool ! Name="VCMIDLTool" ! TypeLibraryName=".\Debug/moving.tlb"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="_DEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! </Configuration> ! <Configuration ! Name="Release|Win32" ! OutputDirectory=".\Release" ! IntermediateDirectory=".\Release" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! InlineFunctionExpansion="1" ! OptimizeForProcessor="1" ! AdditionalIncludeDirectories="..\include" ! PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" ! StringPooling="TRUE" ! RuntimeLibrary="2" ! EnableFunctionLevelLinking="TRUE" ! UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\Release/moving.pch" ! AssemblerListingLocation=".\Release/" ! ObjectFile=".\Release/" ! ProgramDataBaseFileName=".\Release/" ! WarningLevel="3" ! SuppressStartupBanner="TRUE" ! CompileAs="0"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLinkerTool" ! AdditionalOptions="/MACHINE:I386" ! AdditionalDependencies="odbc32.lib odbccp32.lib openalpp.lib openal32.lib alut.lib ccgnu2.lib" ! OutputFile="bin/moving.exe" ! LinkIncremental="1" ! SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="..\lib" ! ProgramDatabaseFile=".\Release/moving.pdb" ! SubSystem="1"/> ! <Tool ! Name="VCMIDLTool" ! TypeLibraryName=".\Release/moving.tlb"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="NDEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! </Configuration> ! </Configurations> ! <Files> ! <Filter ! Name="Source Files" ! Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> ! <File ! RelativePath="..\tests\moving.cpp"> ! </File> ! </Filter> ! </Files> ! <Globals> ! </Globals> ! </VisualStudioProject> --- 1,138 ---- ! <?xml version="1.0" encoding = "Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="7.00" ! Name="moving" ! ProjectGUID="{B9EDEBD3-BCC0-4ADB-A2BE-CAA2FBCD587E}" ! SccProjectName="" ! SccLocalPath=""> ! <Platforms> ! <Platform ! Name="Win32"/> ! </Platforms> ! <Configurations> ! <Configuration ! Name="Debug|Win32" ! OutputDirectory="..\bin" ! IntermediateDirectory=".\Debug" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! OptimizeForProcessor="1" ! AdditionalIncludeDirectories="..\include" ! PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" ! BasicRuntimeChecks="3" ! RuntimeLibrary="3" ! UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\Debug/moving.pch" ! AssemblerListingLocation=".\Debug/" ! ObjectFile=".\Debug/" ! ProgramDataBaseFileName=".\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.lib" ! GenerateDebugInformation="TRUE" ! ProgramDatabaseFile=".\Debug/moving.pdb" ! SubSystem="1"/> ! <Tool ! Name="VCMIDLTool" ! TypeLibraryName=".\Debug/moving.tlb"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="_DEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! </Configuration> ! <Configuration ! Name="Release|Win32" ! OutputDirectory=".\Release" ! IntermediateDirectory=".\Release" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! InlineFunctionExpansion="1" ! OptimizeForProcessor="1" ! AdditionalIncludeDirectories="..\include" ! PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" ! StringPooling="TRUE" ! RuntimeLibrary="2" ! EnableFunctionLevelLinking="TRUE" ! UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\Release/moving.pch" ! AssemblerListingLocation=".\Release/" ! ObjectFile=".\Release/" ! ProgramDataBaseFileName=".\Release/" ! WarningLevel="3" ! SuppressStartupBanner="TRUE" ! CompileAs="0"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLinkerTool" ! AdditionalOptions="/MACHINE:I386" ! AdditionalDependencies=" ccgnu2.lib" ! OutputFile="$(OutDir)/$(ProjectName).exe" ! LinkIncremental="1" ! SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="..\lib" ! ProgramDatabaseFile=".\Release/moving.pdb" ! SubSystem="1"/> ! <Tool ! Name="VCMIDLTool" ! TypeLibraryName=".\Release/moving.tlb"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="NDEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! </Configuration> ! </Configurations> ! <Files> ! <Filter ! Name="Source Files" ! Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> ! <File ! RelativePath="..\tests\moving.cpp"> ! </File> ! </Filter> ! </Files> ! <Globals> ! </Globals> ! </VisualStudioProject> Index: openalpp.sln =================================================================== RCS file: /cvsroot/alpp/openalpp/VisualStudio/openalpp.sln,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** openalpp.sln 18 Oct 2002 07:50:04 -0000 1.1 --- openalpp.sln 16 Apr 2003 11:15:00 -0000 1.2 *************** *** 1,56 **** ! Microsoft Visual Studio Solution File, Format Version 7.00 ! Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openalpp", "openalpp.vcproj", "{358B15AF-C2B1-490F-ABB7-0AD1AA96D335}" ! EndProject ! 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 ! Global ! GlobalSection(SolutionConfiguration) = preSolution ! ConfigName.0 = Debug ! ConfigName.1 = Release ! EndGlobalSection ! GlobalSection(ProjectDependencies) = postSolution ! {B9EDEBD3-BCC0-4ADB-A2BE-CAA2FBCD587E}.0 = {358B15AF-C2B1-490F-ABB7-0AD1AA96D335} ! {33F6F3B5-3247-476A-A2D9-19316B88423B}.0 = {358B15AF-C2B1-490F-ABB7-0AD1AA96D335} ! {F98212F5-A462-4F75-9AF6-4ED4E79A4B1F}.0 = {358B15AF-C2B1-490F-ABB7-0AD1AA96D335} ! {9740C9CE-674E-4083-80FE-9ADE598B0000}.0 = {358B15AF-C2B1-490F-ABB7-0AD1AA96D335} ! {3B36C471-B270-4A97-8A7E-0681ACAFB492}.0 = {358B15AF-C2B1-490F-ABB7-0AD1AA96D335} ! EndGlobalSection ! GlobalSection(ProjectConfiguration) = postSolution ! {358B15AF-C2B1-490F-ABB7-0AD1AA96D335}.Debug.ActiveCfg = Debug|Win32 ! {358B15AF-C2B1-490F-ABB7-0AD1AA96D335}.Debug.Build.0 = Debug|Win32 ! {358B15AF-C2B1-490F-ABB7-0AD1AA96D335}.Release.ActiveCfg = Release|Win32 ! {358B15AF-C2B1-490F-ABB7-0AD1AA96D335}.Release.Build.0 = Release|Win32 ! {B9EDEBD3-BCC0-4ADB-A2BE-CAA2FBCD587E}.Debug.ActiveCfg = Debug|Win32 ! {B9EDEBD3-BCC0-4ADB-A2BE-CAA2FBCD587E}.Debug.Build.0 = Debug|Win32 ! {B9EDEBD3-BCC0-4ADB-A2BE-CAA2FBCD587E}.Release.ActiveCfg = Release|Win32 ! {B9EDEBD3-BCC0-4ADB-A2BE-CAA2FBCD587E}.Release.Build.0 = Release|Win32 ! {33F6F3B5-3247-476A-A2D9-19316B88423B}.Debug.ActiveCfg = Debug|Win32 ! {33F6F3B5-3247-476A-A2D9-19316B88423B}.Debug.Build.0 = Debug|Win32 ! {33F6F3B5-3247-476A-A2D9-19316B88423B}.Release.ActiveCfg = Release|Win32 ! {33F6F3B5-3247-476A-A2D9-19316B88423B}.Release.Build.0 = Release|Win32 ! {F98212F5-A462-4F75-9AF6-4ED4E79A4B1F}.Debug.ActiveCfg = Debug|Win32 ! {F98212F5-A462-4F75-9AF6-4ED4E79A4B1F}.Debug.Build.0 = Debug|Win32 ! {F98212F5-A462-4F75-9AF6-4ED4E79A4B1F}.Release.ActiveCfg = Release|Win32 ! {F98212F5-A462-4F75-9AF6-4ED4E79A4B1F}.Release.Build.0 = Release|Win32 ! {9740C9CE-674E-4083-80FE-9ADE598B0000}.Debug.ActiveCfg = Debug|Win32 ! {9740C9CE-674E-4083-80FE-9ADE598B0000}.Debug.Build.0 = Debug|Win32 ! {9740C9CE-674E-4083-80FE-9ADE598B0000}.Release.ActiveCfg = Release|Win32 ! {9740C9CE-674E-4083-80FE-9ADE598B0000}.Release.Build.0 = Release|Win32 ! {3B36C471-B270-4A97-8A7E-0681ACAFB492}.Debug.ActiveCfg = Debug|Win32 ! {3B36C471-B270-4A97-8A7E-0681ACAFB492}.Debug.Build.0 = Debug|Win32 ! {3B36C471-B270-4A97-8A7E-0681ACAFB492}.Release.ActiveCfg = Release|Win32 ! {3B36C471-B270-4A97-8A7E-0681ACAFB492}.Release.Build.0 = Release|Win32 ! EndGlobalSection ! GlobalSection(ExtensibilityGlobals) = postSolution ! EndGlobalSection ! GlobalSection(ExtensibilityAddIns) = postSolution ! EndGlobalSection ! EndGlobal --- 1,63 ---- ! 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 ! {B9EDEBD3-BCC0-4ADB-A2BE-CAA2FBCD587E}.Debug.ActiveCfg = Debug|Win32 ! {B9EDEBD3-BCC0-4ADB-A2BE-CAA2FBCD587E}.Debug.Build.0 = Debug|Win32 ! {B9EDEBD3-BCC0-4ADB-A2BE-CAA2FBCD587E}.Release.ActiveCfg = Release|Win32 ! {B9EDEBD3-BCC0-4ADB-A2BE-CAA2FBCD587E}.Release.Build.0 = Release|Win32 ! {33F6F3B5-3247-476A-A2D9-19316B88423B}.Debug.ActiveCfg = Debug|Win32 ! {33F6F3B5-3247-476A-A2D9-19316B88423B}.Debug.Build.0 = Debug|Win32 ! {33F6F3B5-3247-476A-A2D9-19316B88423B}.Release.ActiveCfg = Release|Win32 ! {33F6F3B5-3247-476A-A2D9-19316B88423B}.Release.Build.0 = Release|Win32 ! {F98212F5-A462-4F75-9AF6-4ED4E79A4B1F}.Debug.ActiveCfg = Debug|Win32 ! {F98212F5-A462-4F75-9AF6-4ED4E79A4B1F}.Debug.Build.0 = Debug|Win32 ! {F98212F5-A462-4F75-9AF6-4ED4E79A4B1F}.Release.ActiveCfg = Release|Win32 ! {F98212F5-A462-4F75-9AF6-4ED4E79A4B1F}.Release.Build.0 = Release|Win32 ! {9740C9CE-674E-4083-80FE-9ADE598B0000}.Debug.ActiveCfg = Debug|Win32 ! {9740C9CE-674E-4083-80FE-9ADE598B0000}.Debug.Build.0 = Debug|Win32 ! {9740C9CE-674E-4083-80FE-9ADE598B0000}.Release.ActiveCfg = Release|Win32 ! {9740C9CE-674E-4083-80FE-9ADE598B0000}.Release.Build.0 = Release|Win32 ! {3B36C471-B270-4A97-8A7E-0681ACAFB492}.Debug.ActiveCfg = Debug|Win32 ! {3B36C471-B270-4A97-8A7E-0681ACAFB492}.Debug.Build.0 = Debug|Win32 ! {3B36C471-B270-4A97-8A7E-0681ACAFB492}.Release.ActiveCfg = Release|Win32 ! {3B36C471-B270-4A97-8A7E-0681ACAFB492}.Release.Build.0 = Release|Win32 ! {3B36C471-B270-4A97-8A7E-0681ACAFB492}.Debug.ActiveCfg = Debug|Win32 ! {3B36C471-B270-4A97-8A7E-0681ACAFB492}.Debug.Build.0 = Debug|Win32 ! {3B36C471-B270-4A97-8A7E-0681ACAFB492}.Release.ActiveCfg = Release|Win32 ! {3B36C471-B270-4A97-8A7E-0681ACAFB492}.Release.Build.0 = Release|Win32 ! {2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3}.Debug.ActiveCfg = Debug|Win32 ! {2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3}.Debug.Build.0 = Debug|Win32 ! {2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3}.Release.ActiveCfg = Release|Win32 ! {2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3}.Release.Build.0 = Release|Win32 ! EndGlobalSection ! GlobalSection(ExtensibilityGlobals) = postSolution ! EndGlobalSection ! GlobalSection(ExtensibilityAddIns) = postSolution ! EndGlobalSection ! EndGlobal Index: openalpp.vcproj =================================================================== RCS file: /cvsroot/alpp/openalpp/VisualStudio/openalpp.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** openalpp.vcproj 18 Oct 2002 07:50:04 -0000 1.1 --- openalpp.vcproj 16 Apr 2003 11:15:00 -0000 1.2 *************** *** 1,222 **** ! <?xml version="1.0" encoding = "Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="7.00" ! Name="openalpp" ! SccProjectName="" ! SccLocalPath=""> ! <Platforms> ! <Platform ! Name="Win32"/> ! </Platforms> ! <Configurations> ! <Configuration ! Name="Debug|Win32" ! OutputDirectory="..\lib" ! IntermediateDirectory=".\Debug" ! ConfigurationType="4" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! OptimizeForProcessor="1" ! AdditionalIncludeDirectories="..\include" ! PreprocessorDefinitions="WIN32,_DEBUG,_LIB" ! BasicRuntimeChecks="3" ! RuntimeLibrary="3" ! UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\Debug/openalpp.pch" ! AssemblerListingLocation=".\Debug/" ! ObjectFile=".\Debug/" ! ProgramDataBaseFileName=".\Debug/" ! WarningLevel="3" ! SuppressStartupBanner="TRUE" ! DebugInformationFormat="4"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLibrarianTool" ! OutputFile="$(OutDir)\openalpp.lib" ! SuppressStartupBanner="TRUE"/> ! <Tool ! Name="VCMIDLTool"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="_DEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! </Configuration> ! <Configuration ! Name="Release|Win32" ! OutputDirectory="..\lib" ! IntermediateDirectory=".\Release" ! ConfigurationType="4" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! InlineFunctionExpansion="1" ! OptimizeForProcessor="1" ! AdditionalIncludeDirectories="..\include" ! PreprocessorDefinitions="WIN32,NDEBUG,_LIB" ! StringPooling="TRUE" ! RuntimeLibrary="2" ! EnableFunctionLevelLinking="TRUE" ! UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\Release/openalpp.pch" ! AssemblerListingLocation=".\Release/" ! ObjectFile=".\Release/" ! ProgramDataBaseFileName=".\Release/" ! WarningLevel="3" ! SuppressStartupBanner="TRUE" ! CompileAs="0"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLibrarianTool" ! OutputFile="$(OutDir)\openalpp.lib" ! SuppressStartupBanner="TRUE"/> ! <Tool ! Name="VCMIDLTool"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="NDEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! </Configuration> ! </Configurations> ! <Files> ! <Filter ! Name="Source Files" ! Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> ! <File ! RelativePath="..\src\audiobase.cpp"> ! </File> ! <File ! RelativePath="..\src\audioconvert.cpp"> ! </File> ! <File ! RelativePath="..\src\audioenvironment.cpp"> ! </File> ! <File ! RelativePath="..\src\deviceupdater.cpp"> ! </File> ! <File ! RelativePath="..\src\error.cpp"> ! </File> ! <File ! RelativePath="..\src\groupsource.cpp"> ! </File> ! <File ! RelativePath="..\src\inputdevice.cpp"> ! </File> ! <File ! RelativePath="..\src\listener.cpp"> ! </File> ! <File ! RelativePath="..\src\netstream.cpp"> ! </File> ! <File ! RelativePath="..\src\netupdater.cpp"> ! </File> ! <File ! RelativePath="..\src\sample.cpp"> ! </File> ! <File ! RelativePath="..\src\sounddata.cpp"> ! </File> ! <File ! RelativePath="..\src\source.cpp"> ! </File> ! <File ! RelativePath="..\src\sourcebase.cpp"> ! </File> ! <File ! RelativePath="..\src\stream.cpp"> ! </File> ! <File ! RelativePath="..\src\streamupdater.cpp"> ! </File> ! </Filter> ! <Filter ! Name="Header Files" ! Filter="h;hpp;hxx;hm;inl"> ! <File ! RelativePath="..\include\openalpp\alpp.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\audiobase.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\audioconvert.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\audioenvironment.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\deviceupdater.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\error.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\groupsource.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\inputdevice.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\listener.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\netstream.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\netupdater.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\positionedobject.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\sample.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\sounddata.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\source.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\sourcebase.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\stream.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\streamupdater.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\windowsstuff.h"> ! </File> ! </Filter> ! </Files> ! <Globals> ! </Globals> ! </VisualStudioProject> --- 1,273 ---- ! <?xml version="1.0" encoding = "Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="7.00" ! Name="openalpp" ! ProjectGUID="{2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3}" ! SccProjectName="" ! SccLocalPath=""> ! <Platforms> ! <Platform ! Name="Win32"/> ! </Platforms> ! <Configurations> ! <Configuration ! Name="Debug|Win32" ! OutputDirectory="../lib" ! IntermediateDirectory=".\Debug" ! ConfigurationType="2" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! OptimizeForProcessor="2" ! AdditionalIncludeDirectories="../include" ! PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;OPENALPP_EXPORTS;WIN32" ! BasicRuntimeChecks="3" ! RuntimeLibrary="3" ! RuntimeTypeInfo="TRUE" ! UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\Debug/openalpp.pch" ! AssemblerListingLocation=".\Debug/" ! ObjectFile=".\Debug/" ! ProgramDataBaseFileName=".\Debug/" ! BrowseInformation="1" ! WarningLevel="3" ! SuppressStartupBanner="TRUE" ! DebugInformationFormat="4" ! CompileAs="0"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLinkerTool" ! AdditionalOptions="/MACHINE:I386" ! AdditionalDependencies="ccgnu2d.lib alut.lib openal32.lib vorbisfile_d.lib ogg_d.lib pastaticdsd.lib winmm.lib wsock32.lib dsound.lib" ! OutputFile="../bin/openalppd.dll" ! 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" ! PreprocessorDefinitions="_DEBUG" ! MkTypLibCompatible="TRUE" ! SuppressStartupBanner="TRUE" ! TargetEnvironment="1" ! TypeLibraryName=".\../lib/openalpp.tlb"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="_DEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! </Configuration> ! <Configuration ! Name="Release|Win32" ! OutputDirectory=".\../lib" ! IntermediateDirectory=".\Release" ! ConfigurationType="2" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! InlineFunctionExpansion="1" ! OptimizeForProcessor="2" ! AdditionalIncludeDirectories="../include" ! PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;OPENALPP_EXPORTS;WIN32" ! StringPooling="TRUE" ! RuntimeLibrary="2" ! EnableFunctionLevelLinking="TRUE" ! RuntimeTypeInfo="TRUE" ! UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\Release/openalpp.pch" ! AssemblerListingLocation=".\Release/" ! ObjectFile=".\Release/" ! ProgramDataBaseFileName=".\Release/" ! WarningLevel="3" ! SuppressStartupBanner="TRUE" ! CompileAs="0"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLinkerTool" ! AdditionalOptions="/MACHINE:I386" ! AdditionalDependencies="ccgnu2.lib alut.lib openal32.lib vorbisfile.lib ogg.lib pastaticdsd.lib winmm.lib wsock32.lib dsound.lib" ! OutputFile="$(OutDir)/$(ProjectName).dll" ! 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" ! PreprocessorDefinitions="NDEBUG" ! MkTypLibCompatible="TRUE" ! SuppressStartupBanner="TRUE" ! TargetEnvironment="1" ! TypeLibraryName=".\../lib/openalpp.tlb"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="NDEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! </Configuration> ! </Configurations> ! <Files> ! <Filter ! Name="Source files" ! Filter=""> ! <File ! RelativePath="..\src\audiobase.cpp"> ! </File> ! <File ! RelativePath="..\src\audioconvert.cpp"> ! </File> ! <File ! RelativePath="..\src\audioenvironment.cpp"> ! </File> ! <File ! RelativePath="..\src\deviceupdater.cpp"> ! </File> ! <File ! RelativePath="..\src\error.cpp"> ! </File> ! <File ! RelativePath="..\src\filestream.cpp"> ! </File> ! <File ! RelativePath="..\src\filestreamupdater.cpp"> ! </File> ! <File ! RelativePath="..\src\groupsource.cpp"> ! </File> ! <File ! RelativePath="..\src\inputdevice.cpp"> ! </File> ! <File ! RelativePath="..\src\listener.cpp"> ! </File> ! <File ! RelativePath="..\src\netstream.cpp"> ! </File> ! <File ! RelativePath="..\src\netupdater.cpp"> ! </File> ! <File ! RelativePath="..\src\openalpp.cpp"> ! </File> ! <File ! RelativePath="..\src\sample.cpp"> ! </File> ! <File ! RelativePath="..\src\sounddata.cpp"> ! </File> ! <File ! RelativePath="..\src\source.cpp"> ! </File> ! <File ! RelativePath="..\src\sourcebase.cpp"> ! </File> ! <File ! RelativePath="..\src\stream.cpp"> ! </File> ! <File ! RelativePath="..\src\streamupdater.cpp"> ! </File> ! </Filter> ! <Filter ! Name="Header files" ! Filter=""> ! <File ! RelativePath="..\include\openalpp\alpp.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\audiobase.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\audioconvert.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\audioenvironment.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\deviceupdater.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\error.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\export.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\filestream.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\filestreamupdater.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\groupsource.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\inputdevice.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\listener.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\netstream.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\netupdater.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\positionedobject.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\sample.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\sounddata.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\source.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\sourcebase.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\stream.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\streamupdater.h"> ! </File> ! <File ! RelativePath="..\include\openalpp\windowsstuff.h"> ! </File> ! </Filter> ! </Files> ! <Globals> ! </Globals> ! </VisualStudioProject> Index: simple.vcproj =================================================================== RCS file: /cvsroot/alpp/openalpp/VisualStudio/simple.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** simple.vcproj 18 Oct 2002 07:50:04 -0000 1.1 --- simple.vcproj 16 Apr 2003 11:15:00 -0000 1.2 *************** *** 1,139 **** ! <?xml version="1.0" encoding = "Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="7.00" ! Name="simple" ! ProjectGUID="{33F6F3B5-3247-476A-A2D9-19316B88423B}" ! SccProjectName="" ! SccLocalPath=""> ! <Platforms> ! <Platform ! Name="Win32"/> ! </Platforms> ! <Configurations> ! <Configuration ! Name="Release|Win32" ! OutputDirectory=".\Release" ! IntermediateDirectory=".\Release" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! InlineFunctionExpansion="1" ! OptimizeForProcessor="2" ! AdditionalIncludeDirectories="..\include" ! PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" ! StringPooling="TRUE" ! RuntimeLibrary="2" ! EnableFunctionLevelLinking="TRUE" ! UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\Release/simple.pch" ! AssemblerListingLocation=".\Release/" ! ObjectFile=".\Release/" ! ProgramDataBaseFileName=".\Release/" ! WarningLevel="3" ! SuppressStartupBanner="TRUE" ! CompileAs="0"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLinkerTool" ! AdditionalOptions="/MACHINE:I386" ! AdditionalDependencies="odbc32.lib odbccp32.lib openalpp.lib openal32.lib alut.lib ccgnu2.lib" ! OutputFile="bin\simple.exe" ! LinkIncremental="1" ! SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="..\lib" ! IgnoreDefaultLibraryNames="MSVCRTD,libcd" ! ProgramDatabaseFile=".\Release/simple.pdb" ! SubSystem="1"/> ! <Tool ! Name="VCMIDLTool" ! TypeLibraryName=".\Release/simple.tlb"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="NDEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! </Configuration> ! <Configuration ! Name="Debug|Win32" ! OutputDirectory=".\Debug" ! IntermediateDirectory=".\Debug" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! OptimizeForProcessor="2" ! AdditionalIncludeDirectories="..\include" ! PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" ! BasicRuntimeChecks="3" ! RuntimeLibrary="3" ! UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\Debug/simple.pch" ! AssemblerListingLocation=".\Debug/" ! ObjectFile=".\Debug/" ! ProgramDataBaseFileName=".\Debug/" ! WarningLevel="3" ! SuppressStartupBanner="TRUE" ! DebugInformationFormat="4" ! CompileAs="0"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLinkerTool" ! AdditionalOptions="/MACHINE:I386" ! AdditionalDependencies="odbc32.lib odbccp32.lib openalppd.lib openal32.lib alut.lib ccgnu2d.lib" ! OutputFile="bin\simple.exe" ! LinkIncremental="2" ! SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="..\lib" ! IgnoreDefaultLibraryNames="libcd.lib" ! GenerateDebugInformation="TRUE" ! ProgramDatabaseFile=".\Debug/simple.pdb" ! SubSystem="1"/> ! <Tool ! Name="VCMIDLTool" ! TypeLibraryName=".\Debug/simple.tlb"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="_DEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! </Configuration> ! </Configurations> ! <Files> ! <Filter ! Name="Source Files" ! Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> ! <File ! RelativePath="..\tests\simple.cpp"> ! </File> ! </Filter> ! </Files> ! <Globals> ! </Globals> ! </VisualStudioProject> --- 1,139 ---- ! <?xml version="1.0" encoding = "Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="7.00" ! Name="simple" ! ProjectGUID="{33F6F3B5-3247-476A-A2D9-19316B88423B}" ! SccProjectName="" ! SccLocalPath=""> ! <Platforms> ! <Platform ! Name="Win32"/> ! </Platforms> ! <Configurations> ! <Configuration ! Name="Release|Win32" ! OutputDirectory=".\Release" ! IntermediateDirectory=".\Release" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! InlineFunctionExpansion="1" ! OptimizeForProcessor="2" ! AdditionalIncludeDirectories="..\include" ! PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" ! StringPooling="TRUE" ! RuntimeLibrary="2" ! EnableFunctionLevelLinking="TRUE" ! UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\Release/simple.pch" ! AssemblerListingLocation=".\Release/" ! ObjectFile=".\Release/" ! ProgramDataBaseFileName=".\Release/" ! WarningLevel="3" ! SuppressStartupBanner="TRUE" ! CompileAs="0"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLinkerTool" ! AdditionalOptions="/MACHINE:I386" ! AdditionalDependencies="ccgnu2.lib" ! OutputFile="$(OutDir)/$(ProjectName).exe" ! LinkIncremental="1" ! SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="..\lib" ! IgnoreDefaultLibraryNames="MSVCRTD,libcd" ! ProgramDatabaseFile=".\Release/simple.pdb" ! SubSystem="1"/> ! <Tool ! Name="VCMIDLTool" ! TypeLibraryName=".\Release/simple.tlb"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="NDEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! </Configuration> ! <Configuration ! Name="Debug|Win32" ! OutputDirectory="..\bin" ! IntermediateDirectory=".\Debug" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! OptimizeForProcessor="2" ! AdditionalIncludeDirectories="..\include" ! PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" ! BasicRuntimeChecks="3" ! RuntimeLibrary="3" ! UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\Debug/simple.pch" ! AssemblerListingLocation=".\Debug/" ! ObjectFile=".\Debug/" ! ProgramDataBaseFileName=".\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.lib" ! GenerateDebugInformation="TRUE" ! ProgramDatabaseFile=".\Debug/simple.pdb" ! SubSystem="1"/> ! <Tool ! Name="VCMIDLTool" ! TypeLibraryName=".\Debug/simple.tlb"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="_DEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! </Configuration> ! </Configurations> ! <Files> ! <Filter ! Name="Source Files" ! Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> ! <File ! RelativePath="..\tests\simple.cpp"> ! </File> ! </Filter> ! </Files> ! <Globals> ! </Globals> ! </VisualStudioProject> Index: testmic.vcproj =================================================================== RCS file: /cvsroot/alpp/openalpp/VisualStudio/testmic.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** testmic.vcproj 18 Oct 2002 07:50:04 -0000 1.1 --- testmic.vcproj 16 Apr 2003 11:15:00 -0000 1.2 *************** *** 1,139 **** ! <?xml version="1.0" encoding = "Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="7.00" ! Name="testmic" ! ProjectGUID="{F98212F5-A462-4F75-9AF6-4ED4E79A4B1F}" ! SccProjectName="" ! SccLocalPath=""> ! <Platforms> ! <Platform ! Name="Win32"/> ! </Platforms> ! <Configurations> ! <Configuration ! Name="Release|Win32" ! OutputDirectory=".\testmic___Win32_Release" ! IntermediateDirectory=".\testmic___Win32_Release" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! InlineFunctionExpansion="1" ! OptimizeForProcessor="2" ! 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" ! AdditionalDependencies="odbc32.lib odbccp32.lib openalpp.lib openal32.lib alut.lib ccgnu2.lib pastaticdsd.lib dsound.lib winmm.lib" ! OutputFile="bin\testmic.exe" ! LinkIncremental="1" ! SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="..\lib" ! IgnoreDefaultLibraryNames="libcd" ! 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="VCWebDeploymentTool"/> ! </Configuration> ! <Configuration ! Name="Debug|Win32" ! OutputDirectory=".\testmic___Win32_Debug" ! IntermediateDirectory=".\testmic___Win32_Debug" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! OptimizeForProcessor="2" ! AdditionalIncludeDirectories="../include" ! PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" ! BasicRuntimeChecks="3" ! RuntimeLibrary="3" ! UsePrecompiledHeader="2" ! 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" ! AdditionalDependencies="odbc32.lib odbccp32.lib openalppd.lib openal32.lib alut.lib ccgnu2d.lib pastaticdsd.lib dsound.lib winmm.lib" ! OutputFile="bin\testmic.exe" ! LinkIncremental="2" ! SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="..\lib" ! IgnoreDefaultLibraryNames="libcd.lib" ! 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="VCWebDeploymentTool"/> ! </Configuration> ! </Configurations> ! <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,139 ---- ! <?xml version="1.0" encoding = "Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="7.00" ! Name="testmic" ! ProjectGUID="{F98212F5-A462-4F75-9AF6-4ED4E79A4B1F}" ! SccProjectName="" ! SccLocalPath=""> ! <Platforms> ! <Platform ! Name="Win32"/> ! </Platforms> ! <Configurations> ! <Configuration ! Name="Release|Win32" ! OutputDirectory=".\testmic___Win32_Release" ! IntermediateDirectory=".\testmic___Win32_Release" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! InlineFunctionExpansion="1" ! OptimizeForProcessor="2" ! 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" ! AdditionalDependencies="odbc32.lib odbccp32.lib openalpp.lib openal32.lib alut.lib ccgnu2.lib pastaticdsd.lib dsound.lib winmm.lib" ! OutputFile="$(OutDir)/$(ProjectName).exe" ! LinkIncremental="1" ! SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="..\lib" ! IgnoreDefaultLibraryNames="libcd" ! 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="VCWebDeploymentTool"/> ! </Configuration> ! <Configuration ! Name="Debug|Win32" ! OutputDirectory="..\bin" ! IntermediateDirectory=".\testmic___Win32_Debug" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! OptimizeForProcessor="2" ! 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" ! AdditionalDependencies="ccgnu2d.lib" ! OutputFile="$(OutDir)/$(ProjectName)d.exe" ! LinkIncremental="2" ! SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="..\lib" ! IgnoreDefaultLibraryNames="libcd.lib" ! 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="VCWebDeploymentTool"/> ! </Configuration> ! </Configurations> ! <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: testsend.vcproj =================================================================== RCS file: /cvsroot/alpp/openalpp/VisualStudio/testsend.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** testsend.vcproj 18 Oct 2002 07:50:05 -0000 1.1 --- testsend.vcproj 16 Apr 2003 11:15:00 -0000 1.2 *************** *** 1,137 **** ! <?xml version="1.0" encoding = "Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="7.00" ! Name="testsend" ! ProjectGUID="{9740C9CE-674E-4083-80FE-9ADE598B0000}" ! SccProjectName="" ! SccLocalPath=""> ! <Platforms> ! <Platform ! Name="Win32"/> ! </Platforms> ! <Configurations> ! <Configuration ! Name="Debug|Win32" ! OutputDirectory=".\testsend___Win32_Debug" ! IntermediateDirectory=".\testsend___Win32_Debug" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! OptimizeForProcessor="2" ! AdditionalIncludeDirectories="../include" ! 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="odbc32.lib odbccp32.lib openal32.lib alut.lib ccgnu2d.lib" ! OutputFile="bin\testsend.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="VCWebDeploymentTool"/> ! </Configuration> ! <Configuration ! Name="Release|Win32" ! OutputDirectory=".\testsend___Win32_Release" ! IntermediateDirectory=".\testsend___Win32_Release" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! InlineFunctionExpansion="1" ! OptimizeForProcessor="2" ! AdditionalIncludeDirectories="../include" ! 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="odbc32.lib odbccp32.lib openalpp.lib openal32.lib alut.lib ccgnu2.lib wsock32.lib" ! OutputFile="bin\testsend.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="VCWebDeploymentTool"/> ! </Configuration> ! </Configurations> ! <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,137 ---- ! <?xml version="1.0" encoding = "Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="7.00" ! 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" ! 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" ! 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="VCWebDeploymentTool"/> ! </Configuration> ! <Configuration ! Name="Release|Win32" ! OutputDirectory=".\testsend___Win32_Release" ! IntermediateDirectory=".\testsend___Win32_Release" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! InlineFunctionExpansion="1" ! OptimizeForProcessor="2" ! AdditionalIncludeDirectories="../include" ! 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="odbc32.lib odbccp32.lib openalpp.lib openal32.lib alut.lib 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" ! ... [truncated message content] |