From: <man...@us...> - 2014-09-07 07:25:44
|
Revision: 4247 http://sourceforge.net/p/modplug/code/4247 Author: manxorist Date: 2014-09-07 07:25:36 +0000 (Sun, 07 Sep 2014) Log Message: ----------- [Fix] build: The distributed windows source .zip file did not include pugixml sources. Modified Paths: -------------- trunk/OpenMPT/Makefile trunk/OpenMPT/libopenmpt/dox/changelog.md Modified: trunk/OpenMPT/Makefile =================================================================== --- trunk/OpenMPT/Makefile 2014-09-07 06:27:42 UTC (rev 4246) +++ trunk/OpenMPT/Makefile 2014-09-07 07:25:36 UTC (rev 4247) @@ -755,6 +755,7 @@ svn export ./include/portaudio bin/dist-zip/libopenmpt-$(DIST_LIBOPENMPT_VERSION)/include/portaudio --native-eol CRLF svn export ./include/modplug bin/dist-zip/libopenmpt-$(DIST_LIBOPENMPT_VERSION)/include/modplug --native-eol CRLF svn export ./include/foobar2000sdk bin/dist-zip/libopenmpt-$(DIST_LIBOPENMPT_VERSION)/include/foobar2000sdk --native-eol CRLF + svn export ./include/pugixml bin/dist-zip/libopenmpt-$(DIST_LIBOPENMPT_VERSION)/include/pugixml --native-eol CRLF svn export ./include/winamp bin/dist-zip/libopenmpt-$(DIST_LIBOPENMPT_VERSION)/include/winamp --native-eol CRLF svn export ./include/xmplay bin/dist-zip/libopenmpt-$(DIST_LIBOPENMPT_VERSION)/include/xmplay --native-eol CRLF svn export ./include/msinttypes bin/dist-zip/libopenmpt-$(DIST_LIBOPENMPT_VERSION)/include/msinttypes --native-eol CRLF Modified: trunk/OpenMPT/libopenmpt/dox/changelog.md =================================================================== --- trunk/OpenMPT/libopenmpt/dox/changelog.md 2014-09-07 06:27:42 UTC (rev 4246) +++ trunk/OpenMPT/libopenmpt/dox/changelog.md 2014-09-07 07:25:36 UTC (rev 4247) @@ -5,6 +5,10 @@ For fully detailed change log, please see the source repository directly. This is just a high-level summary. +### libopenmpt svn + + * [Bug] The distributed windows .zip file did not include pugixml. + ### 2014-09-06 - libopenmpt 0.2-beta6 * openmpt123: SDL is now also used by default if availble, in addition to This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |