Bunch more control plane work, and shelve old UI -- React FTW.
This commit is contained in:
9
attic/ZeroTierUI/WindowsBuildOfficial.bat
Normal file
9
attic/ZeroTierUI/WindowsBuildOfficial.bat
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user