Corrected missing salmain.o in linking of libvcl*.dylib.

This commit is contained in:
Ping Liao
2000-09-21 21:30:03 +00:00
parent c9df074a31
commit 844567621c

View File

@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.1.1.1 $ # $Revision: 1.2 $
# #
# last change: $Author: hr $ $Date: 2000-09-18 17:05:26 $ # last change: $Author: ping.liao $ $Date: 2000-09-21 22:30:03 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
@@ -82,9 +82,6 @@ dummy:
.ELSE # "$(OS)"!="MACOSX" .ELSE # "$(OS)"!="MACOSX"
.IF "$(remote)"=="" .IF "$(remote)"==""
OBJFILES=\
$(OBJ)$/salmain.obj
SLOFILES= $(SLO)$/salshl.obj \ SLOFILES= $(SLO)$/salshl.obj \
$(SLO)$/saldata.obj \ $(SLO)$/saldata.obj \
$(SLO)$/salinst.obj \ $(SLO)$/salinst.obj \
@@ -93,14 +90,15 @@ SLOFILES= $(SLO)$/salshl.obj \
$(SLO)$/salinfo.obj \ $(SLO)$/salinfo.obj \
$(SLO)$/salsys.obj $(SLO)$/salsys.obj
.ELSE
SLOFILES=\
$(SLO)$/salmain.obj
.ENDIF .ENDIF
OBJFILES+=$(OBJ)$/salmain.obj
SLOFILES+=$(SLO)$/salmain.obj
.IF "$(remote)"!="" .IF "$(remote)"!=""
EXCEPTIONSFILES=$(SLO)$/salmain.obj \ EXCEPTIONSFILES=$(SLO)$/salmain.obj \
$(OBJ)$/salmain.obj $(OBJ)$/salmain.obj
.ENDIF .ENDIF
.ENDIF # "$(OS)"!="MACOSX" .ENDIF # "$(OS)"!="MACOSX"