From d7b023220cbca6b2d216dd997d448d67f25279cb Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Sun, 10 Aug 2008 23:17:45 +0000 Subject: [PATCH] Switch order of TNT + VT packages to fix autobuild process. VT needs TNT to be built earlier. --- extra/build_everything.cmd | 14 +++++++------- extra/install_ide_components.cmd | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/extra/build_everything.cmd b/extra/build_everything.cmd index 3219e80f..1186b64d 100644 --- a/extra/build_everything.cmd +++ b/extra/build_everything.cmd @@ -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 diff --git a/extra/install_ide_components.cmd b/extra/install_ide_components.cmd index 85be37b8..720285b1 100644 --- a/extra/install_ide_components.cmd +++ b/extra/install_ide_components.cmd @@ -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