diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 14:04:27 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 14:04:27 +0000 |
commit | 7efe9ca3a4d5ba044c8c27aceb670e29c6d243f8 (patch) | |
tree | 5a9589bef6a6eaeb55304cbb333b660097407cc8 /sfx2/util | |
parent | a2dede3778cfb6b5660bf6bde638f1b865235eff (diff) |
INTEGRATION: CWS mingwport03 (1.43.72); FILE MERGED
2007/01/09 01:55:36 vg 1.43.72.3: RESYNC: (1.44-1.45); FILE MERGED
2006/11/09 01:05:57 vg 1.43.72.2: RESYNC: (1.43-1.44); FILE MERGED
2006/09/13 14:27:28 vg 1.43.72.1: #i53572# MinGW port
Diffstat (limited to 'sfx2/util')
-rw-r--r-- | sfx2/util/makefile.mk | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sfx2/util/makefile.mk b/sfx2/util/makefile.mk index 088126eb7297..4f6301023286 100644 --- a/sfx2/util/makefile.mk +++ b/sfx2/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.45 $ +# $Revision: 1.46 $ # -# last change: $Author: kz $ $Date: 2006-11-07 15:32:15 $ +# last change: $Author: vg $ $Date: 2007-03-26 15:04:27 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -102,12 +102,12 @@ SHL1STDLIBS+=\ .IF "$(GUI)"=="WNT" SHL1STDLIBS+=\ - uwinapi.lib \ - advapi32.lib \ - shell32.lib \ - gdi32.lib \ - ole32.lib \ - uuid.lib + $(UWINAPILIB) \ + $(ADVAPI32LIB) \ + $(SHELL32LIB) \ + $(GDI32LIB) \ + $(OLE32LIB) \ + $(UUIDLIB) .ENDIF # WNT |