diff options
author | Tino Rachui <tra@openoffice.org> | 2001-09-28 11:28:09 +0000 |
---|---|---|
committer | Tino Rachui <tra@openoffice.org> | 2001-09-28 11:28:09 +0000 |
commit | ed2675a20a439a119c1b55ab1ca059cdf556af08 (patch) | |
tree | 224164f338302acc0fb0f53767f15c23e05d5c0d /dtrans/source/win32/workbench/makefile.mk | |
parent | 69157cf70bac57ee920344525d877aca5d5f048b (diff) |
*** empty log message ***
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\ |