diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 14:09:28 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 14:09:28 +0000 |
commit | b38fb90c4450d7178298f25ffcf298cfe25ab3f4 (patch) | |
tree | bf210fa3938f9cdf074d3642103834bb7b7afdbe /dtrans/test/win32 | |
parent | 2abd2505057f209f6d952d69c3fdd1c3d5cbf4b0 (diff) |
INTEGRATION: CWS mingwport03 (1.13.18); FILE MERGED
2006/09/13 14:46:38 vg 1.13.18.1: #i53572# MinGW port
Diffstat (limited to 'dtrans/test/win32')
-rw-r--r-- | dtrans/test/win32/dnd/makefile.mk | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/dtrans/test/win32/dnd/makefile.mk b/dtrans/test/win32/dnd/makefile.mk index 8583238157e1..3e4b12fcfe99 100644 --- a/dtrans/test/win32/dnd/makefile.mk +++ b/dtrans/test/win32/dnd/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: obo $ $Date: 2007-03-09 09:34:13 $ +# last change: $Author: vg $ $Date: 2007-03-26 15:09:28 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -69,13 +69,13 @@ APP1STDLIBS= \ $(SALLIB) \ $(CPPUHELPERLIB) \ $(CPPULIB) \ - uwinapi.lib \ - user32.lib \ - ole32.lib \ + $(UWINAPILIB) \ + $(USER32LIB) \ + $(OLE32LIB) \ comsupp.lib \ - oleaut32.lib \ - gdi32.lib \ - uuid.lib + $(OLEAUT32LIB) \ + $(GDI32LIB) \ + $(UUIDLIB) APP1LIBS= \ $(SLB)$/dtobjfact.lib \ |