Switch order of TNT + VT packages to fix autobuild process. VT needs TNT to be built earlier.

This commit is contained in:
Ansgar Becker
2008-08-10 23:17:45 +00:00
parent 01de625adc
commit d7b023220c
2 changed files with 11 additions and 11 deletions

View File

@@ -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

View File

@@ -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