From a21ee3f29d0bf26bf43c46624e081b7b8ddcca63 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 1 Dec 2007 02:29:32 +0000 Subject: [PATCH] fix to prev --- harbour/contrib/make_b32_all.bat | 2 +- harbour/contrib/make_vc_all.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/harbour/contrib/make_b32_all.bat b/harbour/contrib/make_b32_all.bat index 6c0840de95..a9729fbd25 100644 --- a/harbour/contrib/make_b32_all.bat +++ b/harbour/contrib/make_b32_all.bat @@ -16,7 +16,7 @@ for %%n in ( %_HB_DIRS% ) do %COMSPEC% /c make_b32.bat %%n %1 %2 %3 %4 %5 %6 %7 set _HB_DIRS=hbole hbziparch hbodbc hbtpathy hbtip hbw32 xhb for %%n in ( %_HB_DIRS% ) do %COMSPEC% /c make_b32.bat %%n %1 %2 %3 %4 %5 %6 %7 %8 %9 -set _HB_DIRS=samples hbw32ddr +set _HB_DIRS=hbclipsm hbw32ddr if not "%APOLLO_DIR%" == "" set _HB_DIRS=%_HB_DIRS% hbapollo if not "%FIREBIRD_DIR%" == "" set _HB_DIRS=%_HB_DIRS% hbfbird if not "%FREEIMAGE_DIR%" == "" set _HB_DIRS=%_HB_DIRS% hbfimage diff --git a/harbour/contrib/make_vc_all.bat b/harbour/contrib/make_vc_all.bat index 05134a0458..8d2f4eaf07 100644 --- a/harbour/contrib/make_vc_all.bat +++ b/harbour/contrib/make_vc_all.bat @@ -16,7 +16,7 @@ for %%n in ( %_HB_DIRS% ) do %COMSPEC% /c make_vc.bat %%n %1 %2 %3 %4 %5 %6 %7 % set _HB_DIRS=hbole hbziparch hbodbc hbtpathy hbtip hbw32 xhb for %%n in ( %_HB_DIRS% ) do %COMSPEC% /c make_vc.bat %%n %1 %2 %3 %4 %5 %6 %7 %8 %9 -set _HB_DIRS=samples hbw32ddr +set _HB_DIRS=hbclipsm hbw32ddr if not "%APOLLO_DIR%" == "" set _HB_DIRS=%_HB_DIRS% hbapollo if not "%FIREBIRD_DIR%" == "" set _HB_DIRS=%_HB_DIRS% hbfbird if not "%FREEIMAGE_DIR%" == "" set _HB_DIRS=%_HB_DIRS% hbfimage