diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:11:22 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:11:22 +0000 |
commit | a34e607bf5da15d5064b3a0ff59638c70441169b (patch) | |
tree | dbed9fb89c71c342ee37d59808720a931906c385 | |
parent | 840d225a06e815903cbfde270a6280dd9c213b86 (diff) |
INTEGRATION: CWS mingwport03 (1.6.48); FILE MERGED
2006/11/07 18:23:05 vg 1.6.48.2: RESYNC: (1.6-1.7); FILE MERGED
2006/09/06 14:08:48 vg 1.6.48.1: #i53572# MinGW port
-rw-r--r-- | extensions/test/ole/cppToUno/makefile.mk | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/extensions/test/ole/cppToUno/makefile.mk b/extensions/test/ole/cppToUno/makefile.mk index d477acd84..e144a378f 100644 --- a/extensions/test/ole/cppToUno/makefile.mk +++ b/extensions/test/ole/cppToUno/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: obo $ $Date: 2007-03-09 08:41:22 $ +# last change: $Author: vg $ $Date: 2007-03-26 13:11:22 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -59,13 +59,13 @@ APP1STDLIBS= \ $(SALLIB) \ $(CPPUHELPERLIB) \ $(CPPULIB) \ - user32.lib \ - kernel32.lib \ - ole32.lib \ - oleaut32.lib \ - uuid.lib \ - comdlg32.lib \ - gdi32.lib + $(USER32LIB) \ + $(KERNEL32LIB) \ + $(OLE32LIB) \ + $(OLEAUT32LIB) \ + $(UUIDLIB) \ + $(COMDLG32LIB) \ + $(GDI32LIB) APP1DEF= $(MISC)$/$(APP1TARGET).def |