From 282d41bc94762b1ad4dde36dfad5c6a8d3405299 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 5 Mar 2014 09:52:59 -0800 Subject: Script to build UI against our own new precompiled Win32 static Qt binary, which paradoxiclally results in a smaller executable than dynamic Qt and doesn't require us to bundle a million DLLs. Also update installer to reflect that. Finally, add a step to the installer to remove all instances of the tap device on full uninstall so as not to leave orphaned junk in your network connections or device manager. Looking good! --- ZeroTierUI/WindowsBuildOfficial.bat | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ZeroTierUI/WindowsBuildOfficial.bat (limited to 'ZeroTierUI') diff --git a/ZeroTierUI/WindowsBuildOfficial.bat b/ZeroTierUI/WindowsBuildOfficial.bat new file mode 100644 index 00000000..06cad543 --- /dev/null +++ b/ZeroTierUI/WindowsBuildOfficial.bat @@ -0,0 +1,9 @@ +REM If you're an OSS user and want to run this batch file, edit to change the path to Qt. +REM Start Visual Studio command prompt and run this from within the ZeroTierUI subfolder. + +CD .. +MKDIR build-ZeroTierUI-win32-release +CD build-ZeroTierUI-win32-release +C:\Qt\5.2.1\Src\qtbase\bin\qmake.exe ..\ZeroTierUI\ZeroTierUI.pro +nmake clean +nmake -- cgit v1.2.3