2008-11-06 09:35 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* common.mak
    ! Fixed mistakes in previous commit.
    + Added NOTE about requirement that harboury stays at the top of 
      the obj list.
This commit is contained in:
Viktor Szakats
2008-11-06 08:35:41 +00:00
parent 1207ad9dbb
commit 7182a622a1
2 changed files with 12 additions and 1 deletions

View File

@@ -8,6 +8,12 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-11-06 09:35 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* common.mak
! Fixed mistakes in previous commit.
+ Added NOTE about requirement that harboury stays at the top of
the obj list.
2008-11-06 09:07 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* common.mak
* source/vm/Makefile

View File

@@ -375,13 +375,18 @@ PP_LIB_OBJS = \
#**********************************************************
# NOTE: harboury must stay at the top of the list.
COMPILER_LIB_OBJS = \
$(OBJ_DIR)\hbmain$(OBJEXT) \
$(OBJ_DIR)\harboury$(OBJEXT) \
$(OBJ_DIR)\cmdcheck$(OBJEXT) \
$(OBJ_DIR)\complex$(OBJEXT) \
$(OBJ_DIR)\expropta$(OBJEXT) \
$(OBJ_DIR)\exproptb$(OBJEXT) \
$(OBJ_DIR)\harboury$(OBJEXT) \
$(OBJ_DIR)\genc$(OBJEXT) \
$(OBJ_DIR)\gencc$(OBJEXT) \
$(OBJ_DIR)\gencobj$(OBJEXT) \
$(OBJ_DIR)\genhrb$(OBJEXT) \
$(OBJ_DIR)\hbcomp$(OBJEXT) \
$(OBJ_DIR)\hbcmplib$(OBJEXT) \
$(OBJ_DIR)\hbdbginf$(OBJEXT) \