------------------------------------------------------------ revno: 30 committer: Fredrik Ullner <[email protected]> branch nick: dc-plugin-sdk timestamp: Mon 2014-06-30 20:14:06 +0200 message: Updating some bat files added: Examples/Python-Skeleton/copy.bat modified: Examples/Python-Skeleton/copy_27.bat Examples/Python-Skeleton/copy_34.bat
-- lp:dc-plugin-sdk https://code.launchpad.net/~dcplusplus-team/dc-plugin-sdk/trunk Your team Dcplusplus-team is subscribed to branch lp:dc-plugin-sdk. To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dc-plugin-sdk/trunk/+edit-subscription
=== added file 'Examples/Python-Skeleton/copy.bat' --- Examples/Python-Skeleton/copy.bat 1970-01-01 00:00:00 +0000 +++ Examples/Python-Skeleton/copy.bat 2014-06-30 18:14:06 +0000 @@ -0,0 +1,8 @@ +mkdir MyPlugin_%1 +xcopy /y info_%1.xml MyPlugin_%1\ +xcopy /y MyPlugin.py MyPlugin_%1\ +xcopy /y ..\..\Libraries\PythonPlugin\Release\PythonPlugin_%1.dll MyPlugin_%1\ +xcopy /y ..\..\Libraries\PyPlugin.DataTypes\* MyPlugin_%1\ +xcopy /y C:\Windows\SysWOW64\Python%1.dll MyPlugin_%1\ +move /y MyPlugin_%1\info_%1.xml MyPlugin_%1\info.xml +move /y MyPlugin_%1\PythonPlugin_%1.dll MyPlugin_%1\PythonPlugin.dll \ No newline at end of file === modified file 'Examples/Python-Skeleton/copy_27.bat' --- Examples/Python-Skeleton/copy_27.bat 2014-06-29 22:11:44 +0000 +++ Examples/Python-Skeleton/copy_27.bat 2014-06-30 18:14:06 +0000 @@ -1,6 +1,1 @@ -mkdir MyPlugin_27 -xcopy /y info.xml MyPlugin_27\ -xcopy /y MyPlugin.py MyPlugin_27\ -xcopy /y ..\..\Libraries\PythonPlugin\Release\PythonPlugin_27.dll MyPlugin_27\ -xcopy /y ..\..\Libraries\PyPlugin.DataTypes\* MyPlugin_27\ -xcopy /y C:\Windows\SysWOW64\Python27.dll MyPlugin_27\ +copy.bat 27 \ No newline at end of file === modified file 'Examples/Python-Skeleton/copy_34.bat' --- Examples/Python-Skeleton/copy_34.bat 2014-06-29 22:11:44 +0000 +++ Examples/Python-Skeleton/copy_34.bat 2014-06-30 18:14:06 +0000 @@ -1,6 +1,1 @@ -mkdir MyPlugin_34 -xcopy /y info_34.xml MyPlugin_34\ -xcopy /y MyPlugin.py MyPlugin_34\ -xcopy /y ..\..\Libraries\PythonPlugin\Release\PythonPlugin_34.dll MyPlugin_34\ -xcopy /y ..\..\Libraries\PyPlugin.DataTypes\* MyPlugin_34\ -xcopy /y C:\Windows\SysWOW64\Python34.dll MyPlugin_34\ +copy.bat 34 \ No newline at end of file
_______________________________________________ Mailing list: https://launchpad.net/~linuxdcpp-team Post to : [email protected] Unsubscribe : https://launchpad.net/~linuxdcpp-team More help : https://help.launchpad.net/ListHelp

