From 4148f3b01ae85a18f06f7fd3fb2774ee16003e48 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Sat, 12 Dec 2009 17:42:26 +0000 Subject: [PATCH] 2009-12-12 18:41 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/vmmt/Makefile ! added missing strapi.c for some compilers which do not use hvmall.c --- harbour/ChangeLog | 4 ++++ harbour/src/vm/vmmt/Makefile | 1 + 2 files changed, 5 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 02fb5e6839..40bf4446f9 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-12-12 18:41 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/src/vm/vmmt/Makefile + ! added missing strapi.c for some compilers which do not use hvmall.c + 2009-12-12 16:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/gtwin/gtwin.c * Using HB_SIZEOFARRAY(). diff --git a/harbour/src/vm/vmmt/Makefile b/harbour/src/vm/vmmt/Makefile index d640095531..da80b894d7 100644 --- a/harbour/src/vm/vmmt/Makefile +++ b/harbour/src/vm/vmmt/Makefile @@ -46,6 +46,7 @@ C_SOURCES := \ garbage.c \ hashes.c \ itemapi.c \ + strapi.c \ macro.c \ memvars.c \ set.c \