diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:51:38 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:51:38 +0000 |
commit | c3df3b9dd530930b2d31380736c8cbec443b5785 (patch) | |
tree | 8378e3634e21e18b48b06afbfd3298148c043243 /shell/source | |
parent | 954533f3adc7924a4d162f4eaada199ca0765b7d (diff) |
INTEGRATION: CWS mingwport03 (1.5.40); FILE MERGED
2006/09/07 14:32:54 vg 1.5.40.1: #i53572# MinGW port
Diffstat (limited to 'shell/source')
-rw-r--r-- | shell/source/win32/simplemail/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shell/source/win32/simplemail/makefile.mk b/shell/source/win32/simplemail/makefile.mk index 33d8cac92efc..db86e0ac9a66 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 |