From 6f8060dcacb38ea3edfb9b3aedd5bcefb70b75b5 Mon Sep 17 00:00:00 2001 From: Francesco Saverio Giudice Date: Sat, 1 Dec 2007 21:26:21 +0000 Subject: [PATCH] 2007-12-01 22:21 UTC+0100 Francesco Saverio Giudice (info at fsgiudice dot com) * harbour/contrib/hbgd/make_b32.bat ! Fixed compilation under BCC added -DHB_OS_WIN_32_USED to CFLAGS env var to compile gdwrp.c creating undecorate C function names --- harbour/ChangeLog | 6 ++++++ harbour/contrib/hbgd/make_b32.bat | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 708310e0b5..c72455443d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,12 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-12-01 22:21 UTC+0100 Francesco Saverio Giudice (info at fsgiudice dot com) + * harbour/contrib/hbgd/make_b32.bat + ! Fixed compilation under BCC + added -DHB_OS_WIN_32_USED to CFLAGS env var to compile + gdwrp.c creating undecorate C function names + 2007-12-01 21:07 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl) * harbour/make_vcce.mak ! Fixed compilation against bug in Texas Instruments diff --git a/harbour/contrib/hbgd/make_b32.bat b/harbour/contrib/hbgd/make_b32.bat index 62728969b7..47cbf990d8 100644 --- a/harbour/contrib/hbgd/make_b32.bat +++ b/harbour/contrib/hbgd/make_b32.bat @@ -14,7 +14,7 @@ goto POST_EXIT :DIR_OK -set CFLAGS=-I%GD_DIR%\include +set CFLAGS=-I%GD_DIR%\include -DHB_OS_WIN_32_USED set HB_DLL_NAME=bgd set HB_DLL_DIR=%GD_DIR%\bin @@ -58,4 +58,4 @@ if "%1" == "INSTALL" goto POST_INSTALL set CFLAGS= set HB_DLL_NAME= -set HB_DLL_DIR= +set HB_DLL_DIR= \ No newline at end of file