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
This commit is contained in:
Przemyslaw Czerpak
2009-12-12 17:42:26 +00:00
parent 880ef34931
commit 4148f3b01a
2 changed files with 5 additions and 0 deletions

View File

@@ -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().

View File

@@ -46,6 +46,7 @@ C_SOURCES := \
garbage.c \
hashes.c \
itemapi.c \
strapi.c \
macro.c \
memvars.c \
set.c \