diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:28:20 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:28:20 +0000 |
commit | a261ceaaa20ed8c86555e6f5676924d1426efda6 (patch) | |
tree | ff36cf787e28e7b599bd6b81099010084b44a931 /sal/workben | |
parent | 8c3a60222e184dacdee63b3f2b1164e4037d9c4e (diff) |
INTEGRATION: CWS mingwport03 (1.2.142); FILE MERGED
2007/03/19 17:46:04 vg 1.2.142.2: RESYNC: (1.2-1.4); FILE MERGED
2006/09/07 11:18:45 vg 1.2.142.1: #i53572# MinGW port
Diffstat (limited to 'sal/workben')
-rw-r--r-- | sal/workben/clipboardwben/testpaste/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/workben/clipboardwben/testpaste/makefile.mk b/sal/workben/clipboardwben/testpaste/makefile.mk index 0c6348c2edc2..0dfb9ddb6c56 100644 --- a/sal/workben/clipboardwben/testpaste/makefile.mk +++ b/sal/workben/clipboardwben/testpaste/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: vg $ $Date: 2007-02-06 14:04:09 $ +# last change: $Author: vg $ $Date: 2007-03-26 14:28:20 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -61,7 +61,7 @@ CXXFLAGS+= $(LFS_CFLAGS) APP1NOSAL= TRUE APP1NOSVRES= $(RES)$/$(TARGET).res - APP1STDLIBS+=ole32.lib user32.lib kernel32.lib + APP1STDLIBS+=$(OLE32LIB) $(USER32LIB) $(KERNEL32LIB) APP1LIBS=$(LB)$/ole9x.lib \ $(LB)$/tools32.lib |