diff --git a/harbour/ChangeLog b/harbour/ChangeLog index bc9f7774a6..f87ed06f45 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,58 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-11-01 19:09 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/contrib/ole/bldtest.bat + * harbour/contrib/ole/build32.bat + * harbour/contrib/xhb/make_b32.bat + * harbour/contrib/xhb/make_vc.bat + * harbour/contrib/libmisc/make_b32.bat + * harbour/contrib/libmisc/doc/gendoc.bat + * harbour/contrib/libmisc/make_vc.bat + * harbour/contrib/pgsql/make_b32.bat + * harbour/contrib/apollo/test/bld.bat + * harbour/contrib/apollo/test/bld_b32.bat + * harbour/contrib/apollo/make_b32.bat + * harbour/contrib/gd/make_b32.bat + * harbour/contrib/gd/tests/bldtest.bat + * harbour/contrib/libnf/make_b32.bat + * harbour/contrib/libnf/make_vc.bat + * harbour/contrib/htmllib/make_b32.bat + * harbour/contrib/htmllib/make_vc.bat + * harbour/contrib/tip/make_b32.bat + * harbour/contrib/tip/make_vc.bat + * harbour/contrib/libct/make_b32.bat + * harbour/contrib/libct/make_vc.bat + * harbour/contrib/adordd/make_b32.bat + * harbour/contrib/rdd_ads/doc/gendoc.bat + * harbour/contrib/rdd_ads/make_b32.bat + * harbour/contrib/rdd_ads/make_vc.bat + * harbour/contrib/libgt/make_b32.bat + * harbour/contrib/libgt/doc/gendoc.bat + * harbour/contrib/libgt/make_vc.bat + * harbour/contrib/hbclip/make_clp.bat + * harbour/contrib/btree/make_b32.bat + * harbour/contrib/btree/mktest.bat + * harbour/contrib/directx/make_b32.bat + * harbour/contrib/directx/make_vc.bat + * harbour/contrib/win32/make_b32.bat + * harbour/contrib/win32/make_vc.bat + * harbour/contrib/hgf/tests/build_b32.bat + * harbour/contrib/hgf/win32/make_b32.bat + * harbour/contrib/hgf/win32/makevc.bat + * harbour/contrib/samples/make_b32.bat + * harbour/contrib/samples/make_vc.bat + * harbour/contrib/delphi/hbdll/start.bat + * harbour/contrib/delphi/hbdll/bld_sdll.bat + * harbour/contrib/mysql/make_b32.bat + * harbour/contrib/odbc/bldodbc.bat + * harbour/contrib/odbc/bld_b32.bat + * harbour/contrib/bmdbfcdx/make_b32.bat + * harbour/contrib/hbzlib/dll_b32.bat + * harbour/contrib/hbzlib/make_b32.bat + * harbour/contrib/hbzlib/make_vc.bat + * fixed typo, changed eol-style to svn:eol-style + 2007-11-01 18:37 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/ole/bldtest.bat * harbour/contrib/ole/build32.bat diff --git a/harbour/contrib/directx/make_b32.bat b/harbour/contrib/directx/make_b32.bat index ec4c5ae121..c52b697761 100644 --- a/harbour/contrib/directx/make_b32.bat +++ b/harbour/contrib/directx/make_b32.bat @@ -1,32 +1,32 @@ -@echo off -rem -rem $Id$ -rem - -if "%1" == "clean" goto CLEAN -if "%1" == "CLEAN" goto CLEAN - -:BUILD - - make -fmakefile.bc %1 %2 %3 > make_b32.log - if errorlevel 1 goto BUILD_ERR - -:BUILD_OK - - copy ..\..\lib\b32\hbwin32ddrw.lib ..\..\lib\*.* > nul - if exist ..\..\lib\b32\hbwin32ddrw.bak del ..\..\lib\b32\hbwin32ddrw.bak - goto EXIT - -:BUILD_ERR - - notepad make_b32.log - goto EXIT - -:CLEAN - if exist ..\..\lib\b32\hbwin32ddrw.lib del ..\..\lib\b32\hbwin32ddrw.lib - if exist ..\..\lib\b32\hbwin32ddrw.bak del ..\..\lib\b32\hbwin32ddrw.bak - if exist ..\..\obj\b32\w32_ddrw.obj del ..\..\obj\b32\w32_ddrw.obj - - goto EXIT - -:EXIT +@echo off +rem +rem $Id$ +rem + +if "%1" == "clean" goto CLEAN +if "%1" == "CLEAN" goto CLEAN + +:BUILD + + make -fmakefile.bc %1 %2 %3 > make_b32.log + if errorlevel 1 goto BUILD_ERR + +:BUILD_OK + + copy ..\..\lib\b32\hbwin32ddrw.lib ..\..\lib\*.* > nul + if exist ..\..\lib\b32\hbwin32ddrw.bak del ..\..\lib\b32\hbwin32ddrw.bak + goto EXIT + +:BUILD_ERR + + notepad make_b32.log + goto EXIT + +:CLEAN + if exist ..\..\lib\b32\hbwin32ddrw.lib del ..\..\lib\b32\hbwin32ddrw.lib + if exist ..\..\lib\b32\hbwin32ddrw.bak del ..\..\lib\b32\hbwin32ddrw.bak + if exist ..\..\obj\b32\w32_ddrw.obj del ..\..\obj\b32\w32_ddrw.obj + + goto EXIT + +:EXIT diff --git a/harbour/contrib/directx/make_vc.bat b/harbour/contrib/directx/make_vc.bat index a60d34143d..85593855be 100644 --- a/harbour/contrib/directx/make_vc.bat +++ b/harbour/contrib/directx/make_vc.bat @@ -1,21 +1,21 @@ -@echo off -rem -rem $Id$ -rem - -:BUILD - - nmake /f makefile.vc %1 %2 %3 > make_vc.log - if errorlevel 1 goto BUILD_ERR - -:BUILD_OK - - copy ..\..\lib\vc\hbwin32ddrw.lib ..\..\lib\*.* >nul - goto EXIT - -:BUILD_ERR - - notepad make_vc.log - -:EXIT - +@echo off +rem +rem $Id$ +rem + +:BUILD + + nmake /f makefile.vc %1 %2 %3 > make_vc.log + if errorlevel 1 goto BUILD_ERR + +:BUILD_OK + + copy ..\..\lib\vc\hbwin32ddrw.lib ..\..\lib\*.* >nul + goto EXIT + +:BUILD_ERR + + notepad make_vc.log + +:EXIT + diff --git a/harbour/contrib/tip/make_b32.bat b/harbour/contrib/tip/make_b32.bat index b5e3817bfd..e53514a47a 100644 --- a/harbour/contrib/tip/make_b32.bat +++ b/harbour/contrib/tip/make_b32.bat @@ -1,25 +1,25 @@ -@echo off -rem -rem $Id$ -rem - -:BUILD - - make -fmakefile.bc %1 %2 %3 > make_b32.log - if "%1" == "clean" goto CLEAN - if "%1" == "CLEAN" goto CLEAN - if errorlevel 1 goto BUILD_ERR - -:BUILD_OK - copy ..\..\lib\b32\tip.lib ..\..\lib > nul - goto EXIT - -:BUILD_ERR - notepad make_b32.log - goto EXIT - -:CLEAN - if exist make_b32.log del make_b32.log - -:EXIT - +@echo off +rem +rem $Id$ +rem + +:BUILD + + make -fmakefile.bc %1 %2 %3 > make_b32.log + if "%1" == "clean" goto CLEAN + if "%1" == "CLEAN" goto CLEAN + if errorlevel 1 goto BUILD_ERR + +:BUILD_OK + copy ..\..\lib\b32\tip.lib ..\..\lib > nul + goto EXIT + +:BUILD_ERR + notepad make_b32.log + goto EXIT + +:CLEAN + if exist make_b32.log del make_b32.log + +:EXIT + diff --git a/harbour/contrib/tip/make_vc.bat b/harbour/contrib/tip/make_vc.bat index 3d6c276033..c0ebf72f8a 100644 --- a/harbour/contrib/tip/make_vc.bat +++ b/harbour/contrib/tip/make_vc.bat @@ -1,21 +1,21 @@ -@echo off -rem -rem $Id$ -rem - -:BUILD - - nmake /f makefile.vc %1 %2 %3 > make_vc.log - if errorlevel 1 goto BUILD_ERR - -:BUILD_OK - - copy ..\..\lib\vc\tip.lib ..\..\lib\*.* >nul - goto EXIT - -:BUILD_ERR - - notepad make_vc.log - -:EXIT - +@echo off +rem +rem $Id$ +rem + +:BUILD + + nmake /f makefile.vc %1 %2 %3 > make_vc.log + if errorlevel 1 goto BUILD_ERR + +:BUILD_OK + + copy ..\..\lib\vc\tip.lib ..\..\lib\*.* >nul + goto EXIT + +:BUILD_ERR + + notepad make_vc.log + +:EXIT + diff --git a/harbour/contrib/win32/make_b32.bat b/harbour/contrib/win32/make_b32.bat index 5350471b2c..278b9eccd5 100644 --- a/harbour/contrib/win32/make_b32.bat +++ b/harbour/contrib/win32/make_b32.bat @@ -1,36 +1,36 @@ -@echo off -rem -rem $Id$ -rem - -if "%1" == "clean" goto CLEAN -if "%1" == "CLEAN" goto CLEAN - -:BUILD - - make -fmakefile.bc %1 %2 %3 > make_b32.log - if errorlevel 1 goto BUILD_ERR - -:BUILD_OK - - copy ..\..\lib\b32\hbwin32.lib ..\..\lib\*.* > nul - if exist ..\..\lib\b32\hbwin32.bak del ..\..\lib\b32\hbwin32.bak - goto EXIT - -:BUILD_ERR - - notepad make_b32.log - goto EXIT - -:CLEAN - if exist ..\..\lib\b32\hbwin32.lib del ..\..\lib\b32\hbwin32.lib - if exist ..\..\lib\b32\hbwin32.bak del ..\..\lib\b32\hbwin32.bak - if exist ..\..\obj\b32\tprinter.obj del ..\..\obj\b32\tprinter.obj - if exist ..\..\obj\b32\w32_ole.obj del ..\..\obj\b32\w32_ole.obj - if exist ..\..\obj\b32\w32_prn.obj del ..\..\obj\b32\w32_prn.obj - if exist ..\..\obj\b32\w32_tole.obj del ..\..\obj\b32\w32_tole.obj - if exist ..\..\obj\b32\w32_tprn.obj del ..\..\obj\b32\w32_tprn.obj - - goto EXIT - -:EXIT +@echo off +rem +rem $Id$ +rem + +if "%1" == "clean" goto CLEAN +if "%1" == "CLEAN" goto CLEAN + +:BUILD + + make -fmakefile.bc %1 %2 %3 > make_b32.log + if errorlevel 1 goto BUILD_ERR + +:BUILD_OK + + copy ..\..\lib\b32\hbwin32.lib ..\..\lib\*.* > nul + if exist ..\..\lib\b32\hbwin32.bak del ..\..\lib\b32\hbwin32.bak + goto EXIT + +:BUILD_ERR + + notepad make_b32.log + goto EXIT + +:CLEAN + if exist ..\..\lib\b32\hbwin32.lib del ..\..\lib\b32\hbwin32.lib + if exist ..\..\lib\b32\hbwin32.bak del ..\..\lib\b32\hbwin32.bak + if exist ..\..\obj\b32\tprinter.obj del ..\..\obj\b32\tprinter.obj + if exist ..\..\obj\b32\w32_ole.obj del ..\..\obj\b32\w32_ole.obj + if exist ..\..\obj\b32\w32_prn.obj del ..\..\obj\b32\w32_prn.obj + if exist ..\..\obj\b32\w32_tole.obj del ..\..\obj\b32\w32_tole.obj + if exist ..\..\obj\b32\w32_tprn.obj del ..\..\obj\b32\w32_tprn.obj + + goto EXIT + +:EXIT diff --git a/harbour/contrib/win32/make_vc.bat b/harbour/contrib/win32/make_vc.bat index 59fdeae702..bdcb67a64a 100644 --- a/harbour/contrib/win32/make_vc.bat +++ b/harbour/contrib/win32/make_vc.bat @@ -1,21 +1,21 @@ -@echo off -rem -rem $Id$ -rem - -:BUILD - - nmake /f makefile.vc %1 %2 %3 > make_vc.log - if errorlevel 1 goto BUILD_ERR - -:BUILD_OK - - copy ..\..\lib\vc\hbwin32.lib ..\..\lib\*.* >nul - goto EXIT - -:BUILD_ERR - - notepad make_vc.log - -:EXIT - +@echo off +rem +rem $Id$ +rem + +:BUILD + + nmake /f makefile.vc %1 %2 %3 > make_vc.log + if errorlevel 1 goto BUILD_ERR + +:BUILD_OK + + copy ..\..\lib\vc\hbwin32.lib ..\..\lib\*.* >nul + goto EXIT + +:BUILD_ERR + + notepad make_vc.log + +:EXIT + diff --git a/harbour/contrib/xhb/make_b32.bat b/harbour/contrib/xhb/make_b32.bat index a31aff1daa..ebc092973d 100644 --- a/harbour/contrib/xhb/make_b32.bat +++ b/harbour/contrib/xhb/make_b32.bat @@ -1,29 +1,29 @@ -@echo off -rem -rem $Id$ -rem - -if "%1" == "clean" goto CLEAN -if "%1" == "CLEAN" goto CLEAN - -:BUILD - - make -fmakefile.bc %1 %2 %3 > make_b32.log - if errorlevel 1 goto BUILD_ERR - -:BUILD_OK - - copy ..\..\lib\b32\xhb.lib ..\..\lib\*.* > nul - goto EXIT - -:BUILD_ERR - - notepad make_b32.log - goto EXIT - -:CLEAN - - goto EXIT - -:EXIT - +@echo off +rem +rem $Id$ +rem + +if "%1" == "clean" goto CLEAN +if "%1" == "CLEAN" goto CLEAN + +:BUILD + + make -fmakefile.bc %1 %2 %3 > make_b32.log + if errorlevel 1 goto BUILD_ERR + +:BUILD_OK + + copy ..\..\lib\b32\xhb.lib ..\..\lib\*.* > nul + goto EXIT + +:BUILD_ERR + + notepad make_b32.log + goto EXIT + +:CLEAN + + goto EXIT + +:EXIT + diff --git a/harbour/contrib/xhb/make_vc.bat b/harbour/contrib/xhb/make_vc.bat index a9eeca854a..a2522bae98 100644 --- a/harbour/contrib/xhb/make_vc.bat +++ b/harbour/contrib/xhb/make_vc.bat @@ -1,21 +1,21 @@ -@echo off -rem -rem $Id$ -rem - -:BUILD - - nmake /f makefile.vc %1 %2 %3 > make_vc.log - if errorlevel 1 goto BUILD_ERR - -:BUILD_OK - - copy ..\..\lib\vc\xhb.lib ..\..\lib\*.* >nul - goto EXIT - -:BUILD_ERR - - notepad make_vc.log - -:EXIT - +@echo off +rem +rem $Id$ +rem + +:BUILD + + nmake /f makefile.vc %1 %2 %3 > make_vc.log + if errorlevel 1 goto BUILD_ERR + +:BUILD_OK + + copy ..\..\lib\vc\xhb.lib ..\..\lib\*.* >nul + goto EXIT + +:BUILD_ERR + + notepad make_vc.log + +:EXIT +