From: <vr-...@us...> - 2004-03-02 08:02:03
|
Update of /cvsroot/alpp/openalpp/VisualStudio In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26590/VisualStudio Modified Files: openalpp.sln openalpp.vcproj Log Message: Changed from initial capital letter for methods. i.e. SetPosition() is now setPosition() to be more C++ compliant. Removed dependency of CommonC++ for threading. CHanged to OpenThreads which is GPL licensed. Removed tests for streaming over the net... (Due to Commonc++ removal) Index: openalpp.sln =================================================================== RCS file: /cvsroot/alpp/openalpp/VisualStudio/openalpp.sln,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** openalpp.sln 11 Dec 2003 09:32:49 -0000 1.3 --- openalpp.sln 2 Mar 2004 07:50:10 -0000 1.4 *************** *** 15,28 **** EndProjectSection EndProject - Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testsend", "testsend.vcproj", "{9740C9CE-674E-4083-80FE-9ADE598B0000}" - ProjectSection(ProjectDependencies) = postProject - {2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3} = {2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3} - EndProjectSection - EndProject - Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "teststream", "teststream.vcproj", "{3B36C471-B270-4A97-8A7E-0681ACAFB492}" - ProjectSection(ProjectDependencies) = postProject - {2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3} = {2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3} - EndProjectSection - EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testfstream", "testfstream.vcproj", "{3B36C471-B270-4A97-8A7E-0681ACAFB492}" ProjectSection(ProjectDependencies) = postProject --- 15,18 ---- *************** *** 30,34 **** EndProjectSection EndProject ! Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openalpp", "openalpp.vcproj", "{2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3}" ProjectSection(ProjectDependencies) = postProject EndProjectSection --- 20,24 ---- EndProjectSection EndProject ! Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "oalpp", "openalpp.vcproj", "{2BA79A95-C0A7-4F13-9D84-7912AEA4A8B3}" ProjectSection(ProjectDependencies) = postProject EndProjectSection *************** *** 52,63 **** {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 --- 42,45 ---- Index: openalpp.vcproj =================================================================== RCS file: /cvsroot/alpp/openalpp/VisualStudio/openalpp.vcproj,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** openalpp.vcproj 12 Dec 2003 06:55:04 -0000 1.6 --- openalpp.vcproj 2 Mar 2004 07:50:27 -0000 1.7 *************** *** 44,48 **** 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/$(ProjectName)d.dll" LinkIncremental="2" --- 44,48 ---- Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" ! AdditionalDependencies="openthreadswin32d.lib alut.lib openal32.lib winmm.lib dsound.lib vorbisfile.lib ogg.lib pastaticdsd.lib" OutputFile="../bin/$(ProjectName)d.dll" LinkIncremental="2" *************** *** 111,115 **** 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="../bin/$(ProjectName).dll" LinkIncremental="1" --- 111,115 ---- Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" ! AdditionalDependencies="openthreadswin32.lib alut.lib openal32.lib vorbisfile.lib ogg.lib pastaticdsd.lib winmm.lib wsock32.lib dsound.lib" OutputFile="../bin/$(ProjectName).dll" LinkIncremental="1" *************** *** 164,170 **** </File> <File - RelativePath="..\src\deviceupdater.cpp"> - </File> - <File RelativePath="..\src\error.cpp"> </File> --- 164,167 ---- *************** *** 179,194 **** </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> --- 176,182 ---- *************** *** 228,234 **** </File> <File - RelativePath="..\include\openalpp\deviceupdater.h"> - </File> - <File RelativePath="..\include\openalpp\error.h"> </File> --- 216,219 ---- *************** *** 252,261 **** </File> <File - RelativePath="..\include\openalpp\netstream.h"> - </File> - <File - RelativePath="..\include\openalpp\netupdater.h"> - </File> - <File RelativePath="..\include\openalpp\positionedobject.h"> </File> --- 237,240 ---- |