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