From 5859f9700df9ef077faea9265c1517ff1d09a798 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Sun, 4 Aug 2019 18:08:05 -0400 Subject: [PATCH] Added scripts to install/remove UWT engines for GTK and WinForms --- CSharp/{uwt-install.sh => uwt-install-gtk.sh} | 0 CSharp/uwt-install-wf.sh | 5 +++++ CSharp/uwt-remove-gtk.sh | 3 +++ CSharp/uwt-remove-wf.sh | 3 +++ 4 files changed, 11 insertions(+) rename CSharp/{uwt-install.sh => uwt-install-gtk.sh} (100%) create mode 100755 CSharp/uwt-install-wf.sh create mode 100755 CSharp/uwt-remove-gtk.sh create mode 100755 CSharp/uwt-remove-wf.sh diff --git a/CSharp/uwt-install.sh b/CSharp/uwt-install-gtk.sh similarity index 100% rename from CSharp/uwt-install.sh rename to CSharp/uwt-install-gtk.sh diff --git a/CSharp/uwt-install-wf.sh b/CSharp/uwt-install-wf.sh new file mode 100755 index 00000000..f1356345 --- /dev/null +++ b/CSharp/uwt-install-wf.sh @@ -0,0 +1,5 @@ +cd ../../UniversalWidgetToolkit +cp Output/Debug/UniversalWidgetToolkit.Engines.WindowsForms.dll ../UniversalEditor/CSharp/Output/Debug +# cp Output/Debug/UniversalWidgetToolkit.Engines.WindowsForms.dll.config ../UniversalEditor/CSharp/Output/Debug +cp Output/Debug/UniversalWidgetToolkit.Engines.WindowsForms.pdb ../UniversalEditor/CSharp/Output/Debug + diff --git a/CSharp/uwt-remove-gtk.sh b/CSharp/uwt-remove-gtk.sh new file mode 100755 index 00000000..68e5ab3d --- /dev/null +++ b/CSharp/uwt-remove-gtk.sh @@ -0,0 +1,3 @@ +rm Output/Debug/UniversalWidgetToolkit.Engines.GTK.dll +rm Output/Debug/UniversalWidgetToolkit.Engines.GTK.pdb + diff --git a/CSharp/uwt-remove-wf.sh b/CSharp/uwt-remove-wf.sh new file mode 100755 index 00000000..4e80d931 --- /dev/null +++ b/CSharp/uwt-remove-wf.sh @@ -0,0 +1,3 @@ +rm Output/Debug/UniversalWidgetToolkit.Engines.WindowsForms.dll +rm Output/Debug/UniversalWidgetToolkit.Engines.WindowsForms.pdb +