diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d7cea9f6f6..a6220f4232 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,21 @@ +19990915-00:30 GMT+1 Victor Szel + * (*.* in the root directory) + + CVS header added to all files. + + @echo off added were missing. + * build32.bat + build40.bat + build31.bat + build.bat (renamed) + build16.bat (new) + buildrdd.bat (removed) + bldgt32.bat (removed) + bldhbpp.bat (removed) + % These three batch files has been incorporated to the main build + batch files, since they were simple one-liners. + ! hbpplib.b32 build process was executed two times from the build32.bat + and build40.bat files. + * build.bat renamed to build16.bat + 19990914-17:30 GMT+1 Victor Szel * config/rules.cf * Harbour flag /q changed to /q0 to omit the compiler header. diff --git a/harbour/bldgt32.bat b/harbour/bldgt32.bat deleted file mode 100644 index 5770187bac..0000000000 --- a/harbour/bldgt32.bat +++ /dev/null @@ -1 +0,0 @@ -make -fgt.b32 %1 diff --git a/harbour/bldhbpp.bat b/harbour/bldhbpp.bat deleted file mode 100644 index 79758d3d2e..0000000000 --- a/harbour/bldhbpp.bat +++ /dev/null @@ -1,2 +0,0 @@ -@echo off -make -fhbpplib.b32 \ No newline at end of file diff --git a/harbour/build.bat b/harbour/build16.bat similarity index 57% rename from harbour/build.bat rename to harbour/build16.bat index c5975da8b0..63aad0589d 100644 --- a/harbour/build.bat +++ b/harbour/build16.bat @@ -1,2 +1,7 @@ +@echo off +rem +rem $Id$ +rem + make -fmakefile.b16 rem make -fhbpp.b16 diff --git a/harbour/build31.bat b/harbour/build31.bat index e728ec395c..965f5bc46a 100644 --- a/harbour/build31.bat +++ b/harbour/build31.bat @@ -1,2 +1,7 @@ +@echo off +rem +rem $Id$ +rem + if %1.==hb. make -fharbour.b31 -r %2 if not %1.==hb. make -fmakefile.b31 -r %1 diff --git a/harbour/build32.bat b/harbour/build32.bat index 91adaec043..35c5d62620 100644 --- a/harbour/build32.bat +++ b/harbour/build32.bat @@ -1,11 +1,13 @@ @echo off -del build32.err +rem +rem $Id$ +rem + make -fhbpplib.b32 > build32.err make -fmakefile.b32 >> build32.err make -fterminal.b32 >> build32.err -call bldgt32.bat >> build32.err -call bldhbpp.bat >> build32.err -call buildrdd.bat >> build32.err +make -fgt.b32 >> build32.err +make -frdd.b32 >> build32.err rem make -fhbpp.b32 >> build32.err make -frunner.b32 >> build32.err edit build32.err diff --git a/harbour/build40.bat b/harbour/build40.bat index 79382a63e8..0ee1d89a29 100644 --- a/harbour/build40.bat +++ b/harbour/build40.bat @@ -1,10 +1,13 @@ @echo off -rem del build40.err +rem +rem $Id$ +rem + make -fhbpplib.b32 > build40.err make -fmakefile.b40 >> build40.err make -fterminal.b32 >> build40.err -call bldgt32.bat >> build40.err -call bldhbpp.bat >> build40.err -call buildrdd.bat >> build40.err +make -fgt.b32 >> build40.err +make -frdd.b32 >> build40.err +rem make -fhbpp.b32 >> build40.err make -frunner.b32 >> build40.err Notepad build40.err diff --git a/harbour/buildrdd.bat b/harbour/buildrdd.bat deleted file mode 100644 index 2d6e6e40d8..0000000000 --- a/harbour/buildrdd.bat +++ /dev/null @@ -1,2 +0,0 @@ -@echo off -make -frdd.b32 diff --git a/harbour/buildvc.bat b/harbour/buildvc.bat index 2edd947c13..519bc22a25 100644 --- a/harbour/buildvc.bat +++ b/harbour/buildvc.bat @@ -1,3 +1,8 @@ +@echo off +rem +rem $Id$ +rem + del buildVC.err masm source\compiler\symbols.asm obj\symbols.obj obj\symbols.lst obj\symbols.crf > BuildVC.err nmake /f makefile.vc >> BuildVC.err diff --git a/harbour/funclist.txt b/harbour/funclist.txt index 83870136cd..2a6310f55c 100644 --- a/harbour/funclist.txt +++ b/harbour/funclist.txt @@ -1,3 +1,5 @@ +; +; $Id$ ; ; The Harbour Project ; funclist.txt - Function Status List diff --git a/harbour/genbuild.bat b/harbour/genbuild.bat index 6f4158e4f5..bf37d43dc8 100644 --- a/harbour/genbuild.bat +++ b/harbour/genbuild.bat @@ -1,2 +1,7 @@ +@echo off +rem +rem $Id$ +rem + cd.. pkzip -r -p harb21-2 -x*.exe -x*.bak -x*.sim -x*.out -xsave.bat -xlexyy.c -xy_tab.c -xy_tab.h -x*.obj -x*.lib -x*.zip diff --git a/harbour/gt.b32 b/harbour/gt.b32 index 1565d41a77..eb6cab3981 100644 --- a/harbour/gt.b32 +++ b/harbour/gt.b32 @@ -1,3 +1,7 @@ +# +# $Id$ +# + # makefile for Borland C/C++ 32 bits # porting gt.lib's string functions to harbour diff --git a/harbour/harbour.b31 b/harbour/harbour.b31 index 2c61ce237d..4aff7157c6 100644 --- a/harbour/harbour.b31 +++ b/harbour/harbour.b31 @@ -1,3 +1,7 @@ +# +# $Id$ +# + # makefile for Borland C/C++ 16 bits Harbour compiler .path.asm = source\compiler diff --git a/harbour/hbpp.b16 b/harbour/hbpp.b16 index 7735dc1362..e9a2983a00 100644 --- a/harbour/hbpp.b16 +++ b/harbour/hbpp.b16 @@ -1,3 +1,7 @@ +# +# $Id$ +# + # makefile for Borland C/C++ 16 bits PROJECT: hbpp.exe diff --git a/harbour/hbpp.b32 b/harbour/hbpp.b32 index 9fd7fd0e61..aa8e07a3e3 100644 --- a/harbour/hbpp.b32 +++ b/harbour/hbpp.b32 @@ -1,3 +1,7 @@ +# +# $Id$ +# + # makefile for Borland C/C++ 32 bits PROJECT: hbpp.exe diff --git a/harbour/hbpplib.b32 b/harbour/hbpplib.b32 index 682a7f8b08..9a781a70fb 100644 --- a/harbour/hbpplib.b32 +++ b/harbour/hbpplib.b32 @@ -1,3 +1,7 @@ +# +# $Id$ +# + # makefile for Borland C/C++ 32 bits # Preprocessor Library makefile diff --git a/harbour/make_tpl.bat b/harbour/make_tpl.bat index ce9ea9c4dd..3a29f88a74 100644 --- a/harbour/make_tpl.bat +++ b/harbour/make_tpl.bat @@ -1,4 +1,7 @@ @echo off +rem +rem $Id$ +rem rem Flavour: DOS/Windows batch file diff --git a/harbour/make_tpl.cmd b/harbour/make_tpl.cmd index 1feb54a730..7cd79ad930 100644 --- a/harbour/make_tpl.cmd +++ b/harbour/make_tpl.cmd @@ -1,4 +1,7 @@ @echo off +rem +rem $Id$ +rem rem Flavour: OS/2 diff --git a/harbour/make_tpl.sh b/harbour/make_tpl.sh index 8597bbcfdb..0c9a4e7011 100644 --- a/harbour/make_tpl.sh +++ b/harbour/make_tpl.sh @@ -1,4 +1,7 @@ #!/bin/bash +# +# $Id$ +# # Flavour: Bash script @@ -65,4 +68,3 @@ export L_USR= # Start the GNU make system make $* - diff --git a/harbour/makefile.b16 b/harbour/makefile.b16 index 95766dc742..19574d1b41 100644 --- a/harbour/makefile.b16 +++ b/harbour/makefile.b16 @@ -1,3 +1,7 @@ +# +# $Id$ +# + # makefile for Borland C/C++ 16 bits .path.c = source\compiler;source\vm;source\rtl;source\tools diff --git a/harbour/makefile.b31 b/harbour/makefile.b31 index c090d18c89..8c9f1413b6 100644 --- a/harbour/makefile.b31 +++ b/harbour/makefile.b31 @@ -1,3 +1,7 @@ +# +# $Id$ +# + # makefile for Borland C/C++ 16 bits Harbour libraries .path.api = include diff --git a/harbour/makefile.b32 b/harbour/makefile.b32 index 630452999b..647fc18a50 100644 --- a/harbour/makefile.b32 +++ b/harbour/makefile.b32 @@ -1,3 +1,7 @@ +# +# $Id$ +# + # makefile for Borland C/C++ 32 bits .path.asm = source\compiler diff --git a/harbour/makefile.b40 b/harbour/makefile.b40 index 0b591c3379..a81bb2abe8 100644 --- a/harbour/makefile.b40 +++ b/harbour/makefile.b40 @@ -1,3 +1,7 @@ +# +# $Id$ +# + # makefile for Borland C/C++ 32 bits .path.asm = source\compiler diff --git a/harbour/makefile.vc b/harbour/makefile.vc index 302e39bfee..c6c09a99b8 100644 --- a/harbour/makefile.vc +++ b/harbour/makefile.vc @@ -1,3 +1,7 @@ +# +# $Id$ +# + # # Makefile for Harbour project for Microsoft Visual C (32 bits) # diff --git a/harbour/rdd.b32 b/harbour/rdd.b32 index f9e4eb36ae..bb0cc1e784 100644 --- a/harbour/rdd.b32 +++ b/harbour/rdd.b32 @@ -1,3 +1,7 @@ +# +# $Id$ +# + # makefile for Borland C/C++ 32 bits # ODBC Harbor Library and Import Library makefile diff --git a/harbour/runner.b32 b/harbour/runner.b32 index 33299513fa..7cb84a006a 100644 --- a/harbour/runner.b32 +++ b/harbour/runner.b32 @@ -1,3 +1,7 @@ +# +# $Id$ +# + # makefile for Borland C/C++ 32 bits .path.c = source\runner diff --git a/harbour/terminal.b32 b/harbour/terminal.b32 index b691d5479d..d071324e00 100644 --- a/harbour/terminal.b32 +++ b/harbour/terminal.b32 @@ -1,3 +1,7 @@ +# +# $Id$ +# + # makefile for Borland C/C++ 32 bits # terminal makefile