From ff616980d7491b1552a8cccea4fd72ebf2d03966 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 13 May 2009 06:29:21 +0000 Subject: [PATCH] 2009-05-13 08:29 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbwin/Makefile ! Updated according to prev commit. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbwin/Makefile | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index b8b402df3b..e59534ab5a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to these authors: Viktor Szakats. */ +2009-05-13 08:29 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * contrib/hbwin/Makefile + ! Updated according to prev commit. + 2009-05-13 08:10 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.hu_HU.po * utils/hbmk2/hbmk2.prg diff --git a/harbour/contrib/hbwin/Makefile b/harbour/contrib/hbwin/Makefile index 4bfc48dbd9..280f06b4cf 100644 --- a/harbour/contrib/hbwin/Makefile +++ b/harbour/contrib/hbwin/Makefile @@ -18,9 +18,10 @@ endif ifeq ($(HB_WITH_HBWIN),yes) C_SOURCES = \ + olecore.c \ + oleinit.c \ win_dll.c \ win_misc.c \ - win_ole.c \ win_osc.c \ win_prn1.c \ win_prn2.c \ @@ -31,15 +32,16 @@ C_SOURCES = \ wapi_winuser.c \ PRG_SOURCES = \ + oleauto.prg \ win_os.prg \ win_reg.prg \ - win_tole.prg \ win_tprn.prg \ win_tprt.prg \ C_HEADERS = \ hbwapi.h \ hbwin.h \ + hbwinole.h \ PRG_HEADERS = \ hbwin.ch \