diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d9522a9cfb..6cc97f2b0e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,19 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-08-28 01:20 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * make_b32.bat + * make_vc.bat + * exit_err.bat -> hbmkpost.bat + Please update your environment if you used this feature. + INCOMPATIBLE. + + * make_vcce.bat + ! Adjusted to latest change. + + * make_gnu.bat + * Minor formatting. + 2008-08-28 01:14 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_b32.bat * make_vc.bat diff --git a/harbour/make_b32.bat b/harbour/make_b32.bat index 1ff29de7f5..534a5c600e 100644 --- a/harbour/make_b32.bat +++ b/harbour/make_b32.bat @@ -78,4 +78,4 @@ set _HB_CC_NAME= set _HB_MAKE_PROGRAM= set _HB_MAKEFILE= -if exist exit_err.bat call exit_err.bat +if exist hbpostmk.bat call hbpostmk.bat diff --git a/harbour/make_gnu.bat b/harbour/make_gnu.bat index e80bbe7e85..e882e37f3b 100644 --- a/harbour/make_gnu.bat +++ b/harbour/make_gnu.bat @@ -122,4 +122,3 @@ if "%HB_INC_INSTALL%" == "" set HB_INC_INSTALL=%HARBOURDIR%/include goto END :END - diff --git a/harbour/make_vc.bat b/harbour/make_vc.bat index bb1eca84f1..b121a6b7c6 100644 --- a/harbour/make_vc.bat +++ b/harbour/make_vc.bat @@ -111,4 +111,4 @@ set _HB_CC_NAME= set _HB_MAKE_PROGRAM= set _HB_MAKEFILE= -if exist exit_err.bat call exit_err.bat +if exist hbpostmk.bat call hbpostmk.bat diff --git a/harbour/make_vcce.bat b/harbour/make_vcce.bat index 762744cc65..b84f0a0904 100644 --- a/harbour/make_vcce.bat +++ b/harbour/make_vcce.bat @@ -8,5 +8,6 @@ rem following method in your build environment to create rem an MSVC WinCE build. set HB_BUILD_WINCE=yes +set HB_CC_NAME=vcce call make_vc.bat %1 %2 %3