mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Switch order of TNT + VT packages to fix autobuild process. VT needs TNT to be built earlier.
This commit is contained in:
@@ -208,13 +208,6 @@ call :compile heidisql HeidiComponents
|
||||
if not %err% == 0 goto end
|
||||
|
||||
|
||||
rem Build VirtualTreeView
|
||||
call :compile virtualtreeview VirtualTreesR
|
||||
if not %err% == 0 goto end
|
||||
call :compile virtualtreeview VirtualTreesD
|
||||
if not %err% == 0 goto end
|
||||
|
||||
|
||||
rem Build TNT Unicode Controls
|
||||
call :compile tntunictrls TntUnicodeVcl
|
||||
if not %err% == 0 goto end
|
||||
@@ -222,6 +215,13 @@ call :compile tntunictrls TntUnicodeVcl_Design
|
||||
if not %err% == 0 goto end
|
||||
|
||||
|
||||
rem Build VirtualTreeView
|
||||
call :compile virtualtreeview VirtualTreesR
|
||||
if not %err% == 0 goto end
|
||||
call :compile virtualtreeview VirtualTreesD
|
||||
if not %err% == 0 goto end
|
||||
|
||||
|
||||
rem Build PNGComponents
|
||||
call :compile pngcomponents PngComponents
|
||||
if not %err% == 0 goto end
|
||||
|
||||
@@ -121,13 +121,13 @@ call :install heidisql HeidiComponents
|
||||
if not %err% == 0 goto end
|
||||
|
||||
|
||||
rem Install VirtualTreeView
|
||||
call :install virtualtreeview VirtualTreesD
|
||||
rem Install TNTUnicodeControls
|
||||
call :install tntunictrls TntUnicodeVcl_Design
|
||||
if not %err% == 0 goto end
|
||||
|
||||
|
||||
rem Install TNTUnicodeControls
|
||||
call :install tntunictrls TntUnicodeVcl_Design
|
||||
rem Install VirtualTreeView
|
||||
call :install virtualtreeview VirtualTreesD
|
||||
if not %err% == 0 goto end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user