summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 12:51:38 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 12:51:38 +0000
commit7d26f8078350dccc265c12d239d1eb9591d6805a (patch)
tree617df21d6286a75cf613ecc523da938f4144b9f8
parent21c897e02b854987caf74ffe631a11dd4e6dc9e2 (diff)
INTEGRATION: CWS mingwport03 (1.5.40); FILE MERGED
2006/09/07 14:32:54 vg 1.5.40.1: #i53572# MinGW port
-rw-r--r--shell/source/win32/simplemail/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/shell/source/win32/simplemail/makefile.mk b/shell/source/win32/simplemail/makefile.mk
index 33d8cac92e..db86e0ac9a 100644
--- a/shell/source/win32/simplemail/makefile.mk
+++ b/shell/source/win32/simplemail/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: vg $ $Date: 2006-05-24 14:05:21 $
+# last change: $Author: vg $ $Date: 2007-03-26 13:51:38 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -57,7 +57,7 @@ SHL1TARGET=$(TARGET).uno
SHL1STDLIBS=$(CPPULIB)\
$(CPPUHELPERLIB)\
$(SALLIB)\
- advapi32.lib
+ $(ADVAPI32LIB)
SHL1IMPLIB=i$(SHL1TARGET)
@@ -76,7 +76,7 @@ OBJFILES= $(OBJ)$/senddoc.obj\
APP1TARGET=senddoc
APP1OBJS=$(OBJFILES)
-APP1STDLIBS=kernel32.lib\
+APP1STDLIBS=$(KERNEL32LIB)\
$(SALLIB)
APP1DEF=$(MISC)$/$(APP1TARGET).def