diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:07:20 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:07:20 +0000 |
commit | 3ef68a0360e2af8bdba3eb10fcb3519e013ed372 (patch) | |
tree | 6676ebfcf06b04b684b2d81f8fc3744999029398 /dbaccess/util/makefile.mk | |
parent | 356815e7d99fe873e95b20b415c22437e7b72b0f (diff) |
INTEGRATION: CWS mingwport03 (1.27.38); FILE MERGED
2007/03/19 17:01:03 vg 1.27.38.2: RESYNC: (1.27-1.28); FILE MERGED
2006/09/07 10:36:14 vg 1.27.38.1: #i53572# MinGW port
Diffstat (limited to 'dbaccess/util/makefile.mk')
-rw-r--r-- | dbaccess/util/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dbaccess/util/makefile.mk b/dbaccess/util/makefile.mk index b16f4a584..e72ed293b 100644 --- a/dbaccess/util/makefile.mk +++ b/dbaccess/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.28 $ +# $Revision: 1.29 $ # -# last change: $Author: vg $ $Date: 2007-02-06 13:52:51 $ +# last change: $Author: vg $ $Date: 2007-03-26 14:07:20 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -152,9 +152,9 @@ RES2FILELIST=\ .IF "$(GUI)"=="WNT" #needed by $(SLO)$/adodatalinks.obj -SHL2STDLIBS+= ole32.lib \ - oleaut32.lib \ - uuid.lib +SHL2STDLIBS+= $(OLE32LIB) \ + $(OLEAUT32LIB) \ + $(UUIDLIB) .ENDIF RESLIB2NAME=$(TARGET2) |