diff options
Diffstat (limited to 'dtrans/source/win32/workbench/makefile.mk')
-rw-r--r-- | dtrans/source/win32/workbench/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dtrans/source/win32/workbench/makefile.mk b/dtrans/source/win32/workbench/makefile.mk index b5dd7ed37bad..7cd4056a4daf 100644 --- a/dtrans/source/win32/workbench/makefile.mk +++ b/dtrans/source/win32/workbench/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: tra $ $Date: 2001-07-26 11:20:56 $ +# last change: $Author: tra $ $Date: 2001-09-28 12:28:09 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -97,7 +97,8 @@ APP1STDLIBS= $(SALLIB) \ $(CPPULIB) \ $(CPPUHELPERLIB) \ user32.lib \ - ole32.lib + ole32.lib\ + comdlg32.lib APP1LIBS= $(SLB)$/dtutils.lib\ $(SOLARLIBDIR)$/user9x.lib\ |