diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:21:06 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:21:06 +0000 |
commit | 7f869e4dfbee669565af63898240040a7988739b (patch) | |
tree | 7b27bb0426891af3ce2997d09deb7c96e5c4ff7f | |
parent | f91ece78492933726ac20caf9e6acba4e6518e79 (diff) |
INTEGRATION: CWS mingwport03 (1.4.106); FILE MERGED
2006/09/06 15:16:21 vg 1.4.106.1: #i53572# MinGW port
-rw-r--r-- | fpicker/source/win32/folderpicker/workbench/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fpicker/source/win32/folderpicker/workbench/makefile.mk b/fpicker/source/win32/folderpicker/workbench/makefile.mk index 3f2e8f4110ff..430f2140633f 100644 --- a/fpicker/source/win32/folderpicker/workbench/makefile.mk +++ b/fpicker/source/win32/folderpicker/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:51:27 $ +# last change: $Author: vg $ $Date: 2007-03-26 13:21:06 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -60,8 +60,8 @@ APP1OBJS= $(OBJ)$/test_fops.obj APP1STDLIBS+= $(CPPULIB) \ $(CPPUHELPERLIB) \ $(SALLIB) \ - user32.lib\ - ole32.lib + $(USER32LIB)\ + $(OLE32LIB) APP1DEF= $(MISC)$/$(APP1TARGET).def |