From: <man...@us...> - 2014-03-19 11:58:54
|
Revision: 3912 http://sourceforge.net/p/modplug/code/3912 Author: manxorist Date: 2014-03-19 11:58:47 +0000 (Wed, 19 Mar 2014) Log Message: ----------- [New] Add separate solution file for PluginBridge alone. [Imp] build: Add PluginBridge32.exe and PluginBridge64.exe to buildbot-generated packages. Modified Paths: -------------- trunk/OpenMPT/build/auto/package_openmpt_win32.cmd trunk/OpenMPT/build/auto/package_openmpt_win64.cmd trunk/OpenMPT/build/auto/vs2010_openmpt_win32.cmd trunk/OpenMPT/build/auto/vs2010_openmpt_win64.cmd Added Paths: ----------- trunk/OpenMPT/pluginBridge/PluginBridge.sln Property Changed: ---------------- trunk/OpenMPT/pluginBridge/ Modified: trunk/OpenMPT/build/auto/package_openmpt_win32.cmd =================================================================== --- trunk/OpenMPT/build/auto/package_openmpt_win32.cmd 2014-03-19 11:52:36 UTC (rev 3911) +++ trunk/OpenMPT/build/auto/package_openmpt_win32.cmd 2014-03-19 11:58:47 UTC (rev 3912) @@ -9,7 +9,7 @@ del /f /q openmpt-win32.tar del /f /q openmpt-win32-r%GOT_REVISION%.7z copy /y ..\..\LICENSE .\ || goto error -"C:\Program Files\7-Zip\7z.exe" a -t7z -mx=9 openmpt-win32-r%GOT_REVISION%.7z mptrack.exe OpenMPT_SoundTouch_f32.dll "MIDI Input Output.dll" LICENSE || goto error +"C:\Program Files\7-Zip\7z.exe" a -t7z -mx=9 openmpt-win32-r%GOT_REVISION%.7z mptrack.exe OpenMPT_SoundTouch_f32.dll "MIDI Input Output.dll" PluginBridge32.exe PluginBridge64.exe LICENSE || goto error "C:\Program Files\7-Zip\7z.exe" a -ttar openmpt-win32.tar openmpt-win32-r%GOT_REVISION%.7z || goto error del /f /q openmpt-win32-r%GOT_REVISION%.7z cd ..\.. || goto error Modified: trunk/OpenMPT/build/auto/package_openmpt_win64.cmd =================================================================== --- trunk/OpenMPT/build/auto/package_openmpt_win64.cmd 2014-03-19 11:52:36 UTC (rev 3911) +++ trunk/OpenMPT/build/auto/package_openmpt_win64.cmd 2014-03-19 11:58:47 UTC (rev 3912) @@ -9,7 +9,7 @@ del /f /q openmpt-win64.tar del /f /q openmpt-win64-r%GOT_REVISION%.7z copy /y ..\..\LICENSE .\ || goto error -"C:\Program Files\7-Zip\7z.exe" a -t7z -mx=9 openmpt-win64-r%GOT_REVISION%.7z mptrack.exe OpenMPT_SoundTouch_f32.dll "MIDI Input Output.dll" LICENSE || goto error +"C:\Program Files\7-Zip\7z.exe" a -t7z -mx=9 openmpt-win64-r%GOT_REVISION%.7z mptrack.exe OpenMPT_SoundTouch_f32.dll "MIDI Input Output.dll" PluginBridge32.exe PluginBridge64.exe LICENSE || goto error "C:\Program Files\7-Zip\7z.exe" a -ttar openmpt-win64.tar openmpt-win64-r%GOT_REVISION%.7z || goto error del /f /q openmpt-win64-r%GOT_REVISION%.7z cd ..\.. || goto error Modified: trunk/OpenMPT/build/auto/vs2010_openmpt_win32.cmd =================================================================== --- trunk/OpenMPT/build/auto/vs2010_openmpt_win32.cmd 2014-03-19 11:52:36 UTC (rev 3911) +++ trunk/OpenMPT/build/auto/vs2010_openmpt_win32.cmd 2014-03-19 11:58:47 UTC (rev 3912) @@ -10,8 +10,17 @@ cd mptrack || goto error devenv MPTRACK_10.sln /clean "Release|Win32" || goto error +cd .. || goto error +cd pluginBridge || goto error +devenv PluginBridge.sln /clean "Release|x64" || goto error +cd .. || goto error + +cd mptrack || goto error devenv MPTRACK_10.sln /build "Release|Win32" || goto error cd .. || goto error +cd pluginBridge || goto error +devenv PluginBridge.sln /build "Release|x64" || goto error +cd .. || goto error Modified: trunk/OpenMPT/build/auto/vs2010_openmpt_win64.cmd =================================================================== --- trunk/OpenMPT/build/auto/vs2010_openmpt_win64.cmd 2014-03-19 11:52:36 UTC (rev 3911) +++ trunk/OpenMPT/build/auto/vs2010_openmpt_win64.cmd 2014-03-19 11:58:47 UTC (rev 3912) @@ -10,8 +10,17 @@ cd mptrack || goto error devenv MPTRACK_10.sln /clean "Release|x64" || goto error +cd .. || goto error +cd pluginBridge || goto error +devenv PluginBridge.sln /clean "Release|Win32" || goto error +cd .. || goto error + +cd mptrack || goto error devenv MPTRACK_10.sln /build "Release|x64" || goto error cd .. || goto error +cd pluginBridge || goto error +devenv PluginBridge.sln /build "Release|Win32" || goto error +cd .. || goto error Index: trunk/OpenMPT/pluginBridge =================================================================== --- trunk/OpenMPT/pluginBridge 2014-03-19 11:52:36 UTC (rev 3911) +++ trunk/OpenMPT/pluginBridge 2014-03-19 11:58:47 UTC (rev 3912) Property changes on: trunk/OpenMPT/pluginBridge ___________________________________________________________________ Modified: svn:ignore ## -1,4 +1,6 ## *.aps *.user Debug +PluginBridge.sdf Release +PluginBridge.suo Added: trunk/OpenMPT/pluginBridge/PluginBridge.sln =================================================================== --- trunk/OpenMPT/pluginBridge/PluginBridge.sln (rev 0) +++ trunk/OpenMPT/pluginBridge/PluginBridge.sln 2014-03-19 11:58:47 UTC (rev 3912) @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginBridge", "PluginBridge.vcxproj", "{8D55AB6B-DAB3-4EFB-9169-7EAF995D5C10}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8D55AB6B-DAB3-4EFB-9169-7EAF995D5C10}.Debug|Win32.ActiveCfg = Debug|Win32 + {8D55AB6B-DAB3-4EFB-9169-7EAF995D5C10}.Debug|Win32.Build.0 = Debug|Win32 + {8D55AB6B-DAB3-4EFB-9169-7EAF995D5C10}.Debug|x64.ActiveCfg = Debug|x64 + {8D55AB6B-DAB3-4EFB-9169-7EAF995D5C10}.Debug|x64.Build.0 = Debug|x64 + {8D55AB6B-DAB3-4EFB-9169-7EAF995D5C10}.Release|Win32.ActiveCfg = Release|Win32 + {8D55AB6B-DAB3-4EFB-9169-7EAF995D5C10}.Release|Win32.Build.0 = Release|Win32 + {8D55AB6B-DAB3-4EFB-9169-7EAF995D5C10}.Release|x64.ActiveCfg = Release|x64 + {8D55AB6B-DAB3-4EFB-9169-7EAF995D5C10}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal Property changes on: trunk/OpenMPT/pluginBridge/PluginBridge.sln ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/x-ms-sln \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +CRLF \ No newline at end of property This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |