diff options
Diffstat (limited to 'dtrans/source/win32/clipb/makefile.mk')
-rw-r--r-- | dtrans/source/win32/clipb/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dtrans/source/win32/clipb/makefile.mk b/dtrans/source/win32/clipb/makefile.mk index bdb225d31df4..9c2aafeab954 100644 --- a/dtrans/source/win32/clipb/makefile.mk +++ b/dtrans/source/win32/clipb/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: tra $ $Date: 2001-03-02 15:38:15 $ +# last change: $Author: tra $ $Date: 2001-03-14 14:43:42 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -107,11 +107,11 @@ SHL1IMPLIB=i$(SHL1TARGET) #--- comment ----------------- SHL1LIBS= \ - $(SOLARLIBDIR)$/imtaolecb.lib\ $(SOLARLIBDIR)$/user9x.lib\ $(SOLARLIBDIR)$/tools32.lib\ $(SLB)$/dtutils.lib\ - $(SLB)$/dtobjfact.lib + $(SLB)$/dtobjfact.lib\ + $(SLB)$/mtaolecb.lib SHL1OBJS= $(SLOFILES) SHL1DEF= $(MISC)$/$(SHL1TARGET).def |