From 73b29af5222b03af49f8f9c19ed697048a1b1517 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 5 Jun 2008 20:06:24 +0000 Subject: [PATCH] 2008-06-05 20:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu) - contrib/examples/pp/hbpp.c + contrib/examples/pp/pp.c * contrib/examples/pp/bld_b32.bat * contrib/examples/pp/Makefile * hbpp.c -> pp.c to generate pp.exe using GNU make files. * contrib/examples/pp/bld_b32.bat % Removed unnecessary libs. --- harbour/ChangeLog | 10 ++++++++++ harbour/contrib/examples/pp/Makefile | 4 ++-- harbour/contrib/examples/pp/bld_b32.bat | 15 +-------------- harbour/contrib/examples/pp/{hbpp.c => pp.c} | 0 4 files changed, 13 insertions(+), 16 deletions(-) rename harbour/contrib/examples/pp/{hbpp.c => pp.c} (100%) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e615bc4778..289012a854 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,16 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-06-05 20:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + - contrib/examples/pp/hbpp.c + + contrib/examples/pp/pp.c + * contrib/examples/pp/bld_b32.bat + * contrib/examples/pp/Makefile + * hbpp.c -> pp.c to generate pp.exe using GNU make files. + + * contrib/examples/pp/bld_b32.bat + % Removed unnecessary libs. + 2008-06-05 18:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * common.mak * harbour-ce-spec diff --git a/harbour/contrib/examples/pp/Makefile b/harbour/contrib/examples/pp/Makefile index 76854e21fb..eec76c4195 100644 --- a/harbour/contrib/examples/pp/Makefile +++ b/harbour/contrib/examples/pp/Makefile @@ -7,10 +7,10 @@ ROOT = ../../../ C_SOURCES=\ hbppcore.c \ hbppcomp.c \ - hbpptbl.c \ + hbpptbl.c \ hbpragma.c \ -C_MAIN=hbpp.c +C_MAIN=pp.c LIBS=\ hbcommon \ diff --git a/harbour/contrib/examples/pp/bld_b32.bat b/harbour/contrib/examples/pp/bld_b32.bat index 2359b5ee27..5f4183aca6 100644 --- a/harbour/contrib/examples/pp/bld_b32.bat +++ b/harbour/contrib/examples/pp/bld_b32.bat @@ -5,22 +5,9 @@ rem echo -O2 -I..\..\..\include -L..\..\..\lib > build.tmp echo -epp.exe >> build.tmp -echo hbpp.c hbppcomp.c hbppcore.c hbpptbl.c hbpragma.c >> build.tmp -echo hbdebug.lib >> build.tmp -echo hbvm.lib >> build.tmp -echo hbrtl.lib >> build.tmp -echo gtwin.lib >> build.tmp -echo hblang.lib >> build.tmp -echo hbrdd.lib >> build.tmp -echo hbmacro.lib >> build.tmp -echo hbpp.lib >> build.tmp -echo rddntx.lib >> build.tmp -echo rddcdx.lib >> build.tmp -echo rddfpt.lib >> build.tmp -echo hbsix.lib >> build.tmp +echo pp.c hbppcomp.c hbppcore.c hbpptbl.c hbpragma.c >> build.tmp echo hbcommon.lib >> build.tmp bcc32 @build.tmp del build.tmp pp - diff --git a/harbour/contrib/examples/pp/hbpp.c b/harbour/contrib/examples/pp/pp.c similarity index 100% rename from harbour/contrib/examples/pp/hbpp.c rename to harbour/contrib/examples/pp/pp.c