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 \