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:
@@ -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
|
||||
|
||||
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user