diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 88b08f3631..f46584c23f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-04-11 22:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/common.mak + + added compiler.lib to linked libraries + 2007-04-11 22:00 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/compiler/harbour.y * harbour/source/compiler/harbour.yyc diff --git a/harbour/common.mak b/harbour/common.mak index 91f1748a12..a11865f661 100644 --- a/harbour/common.mak +++ b/harbour/common.mak @@ -201,6 +201,7 @@ HB_GT_LIB = $(LIB_DIR)\$(HB_GT_LIB).lib # Standard Libs for HB-based executables STANDARD_STATIC_HBLIBS = \ $(COMMON_LIB) \ + $(COMPILER_LIB) \ $(PP_LIB) \ $(VM_LIB) \ $(RTL_LIB) \