diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:50:07 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:50:07 +0000 |
commit | d4a4221e66a281cd19b9bb075c4eb23ad82f291d (patch) | |
tree | 7267e86797d0fe8f0abf1adf2639c508d6874980 /shell | |
parent | fae450524d8e3eda49d7b9d3ffa97c74643c5c56 (diff) |
INTEGRATION: CWS mingwport03 (1.9.40); FILE MERGED
2006/09/07 13:55:17 vg 1.9.40.1: #i53572# MinGW port
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/shell/source/win32/makefile.mk b/shell/source/win32/makefile.mk index 55d5efc92be8..ec49707a0cd7 100644 --- a/shell/source/win32/makefile.mk +++ b/shell/source/win32/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: vg $ $Date: 2006-05-24 14:05:07 $ +# last change: $Author: vg $ $Date: 2007-03-26 13:50:07 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -54,9 +54,9 @@ SHL1TARGET=$(TARGET).uno SHL1STDLIBS=$(CPPULIB)\ $(CPPUHELPERLIB)\ $(SALLIB)\ - uwinapi.lib \ - advapi32.lib \ - shell32.lib + $(UWINAPILIB) \ + $(ADVAPI32LIB) \ + $(SHELL32LIB) SHL1DEPN= SHL1IMPLIB=i$(SHL1TARGET) |