diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:19:58 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:19:58 +0000 |
commit | 9dc44984e178729e8abe9e0787e15e47cb19f36f (patch) | |
tree | 5dda88911661e9f1debf1fe83825df6c636c5661 /fpicker | |
parent | 1a25a9ec299e410120645bd60000b1054fcdb1ae (diff) |
INTEGRATION: CWS mingwport03 (1.4.106); FILE MERGED
2006/09/06 15:14:44 vg 1.4.106.1: #i53572# MinGW port
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/filepicker/workbench/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fpicker/source/win32/filepicker/workbench/makefile.mk b/fpicker/source/win32/filepicker/workbench/makefile.mk index 354dabf5e817..b23e28bceb00 100644 --- a/fpicker/source/win32/filepicker/workbench/makefile.mk +++ b/fpicker/source/win32/filepicker/workbench/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-09-08 23:48:27 $ +# last change: $Author: vg $ $Date: 2007-03-26 13:19:58 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -58,8 +58,8 @@ APP1STDLIBS+=\ $(CPPULIB)\ $(CPPUHELPERLIB)\ $(SALLIB)\ - user32.lib\ - ole32.lib + $(USER32LIB)\ + $(OLE32LIB) APP1DEF=$(MISC)$/$(APP1TARGET).def |