From: <man...@us...> - 2013-11-29 16:42:42
|
Revision: 3332 http://sourceforge.net/p/modplug/code/3332 Author: manxorist Date: 2013-11-29 16:42:35 +0000 (Fri, 29 Nov 2013) Log Message: ----------- [Ref] libopenmpt: Delete unused file libopenmpt.cpp . Modified Paths: -------------- trunk/OpenMPT/libopenmpt/libopenmpt.vcxproj trunk/OpenMPT/libopenmpt/libopenmpt.vcxproj.filters trunk/OpenMPT/openmpt123/Makefile Removed Paths: ------------- trunk/OpenMPT/libopenmpt/libopenmpt.cpp Deleted: trunk/OpenMPT/libopenmpt/libopenmpt.cpp =================================================================== --- trunk/OpenMPT/libopenmpt/libopenmpt.cpp 2013-11-29 16:15:32 UTC (rev 3331) +++ trunk/OpenMPT/libopenmpt/libopenmpt.cpp 2013-11-29 16:42:35 UTC (rev 3332) @@ -1,14 +0,0 @@ -/* - * libopenmpt.cpp - * -------------- - * Purpose: libopenmpt general implementation - * Notes : (currently none) - * Authors: OpenMPT Devs - * The OpenMPT source code is released under the BSD license. Read LICENSE for more details. - */ - -#include "BuildSettings.h" - -#include "libopenmpt_internal.h" -#include "libopenmpt.hpp" -#include "libopenmpt.h" Modified: trunk/OpenMPT/libopenmpt/libopenmpt.vcxproj =================================================================== --- trunk/OpenMPT/libopenmpt/libopenmpt.vcxproj 2013-11-29 16:15:32 UTC (rev 3331) +++ trunk/OpenMPT/libopenmpt/libopenmpt.vcxproj 2013-11-29 16:42:35 UTC (rev 3332) @@ -601,7 +601,6 @@ <ClCompile Include="..\soundlib\WindowedFIR.cpp" /> <ClCompile Include="..\soundlib\XMTools.cpp" /> <ClCompile Include="..\test\test.cpp" /> - <ClCompile Include="libopenmpt.cpp" /> <ClCompile Include="libopenmpt_c.cpp" /> <ClCompile Include="libopenmpt_cxx.cpp" /> <ClCompile Include="libopenmpt_impl.cpp" /> Modified: trunk/OpenMPT/libopenmpt/libopenmpt.vcxproj.filters =================================================================== --- trunk/OpenMPT/libopenmpt/libopenmpt.vcxproj.filters 2013-11-29 16:15:32 UTC (rev 3331) +++ trunk/OpenMPT/libopenmpt/libopenmpt.vcxproj.filters 2013-11-29 16:42:35 UTC (rev 3332) @@ -286,9 +286,6 @@ <ClCompile Include="..\common\stdafx.cpp"> <Filter>Source Files\common</Filter> </ClCompile> - <ClCompile Include="libopenmpt.cpp"> - <Filter>Source Files</Filter> - </ClCompile> <ClCompile Include="..\soundlib\ITTools.cpp"> <Filter>Source Files\soundlib</Filter> </ClCompile> Modified: trunk/OpenMPT/openmpt123/Makefile =================================================================== --- trunk/OpenMPT/openmpt123/Makefile 2013-11-29 16:15:32 UTC (rev 3331) +++ trunk/OpenMPT/openmpt123/Makefile 2013-11-29 16:42:35 UTC (rev 3332) @@ -208,7 +208,6 @@ LIBOPENMPT_CXX_SOURCES += \ $(SOUNDLIB_CXX_SOURCES) \ $(wildcard ../test/*.cpp) \ - ../libopenmpt/libopenmpt.cpp \ ../libopenmpt/libopenmpt_c.cpp \ ../libopenmpt/libopenmpt_cxx.cpp \ ../libopenmpt/libopenmpt_impl.cpp \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |