From 6792bb625cb66522fe5f4d947224f9f4e013fd78 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 26 Mar 2007 14:52:12 +0000 Subject: INTEGRATION: CWS mingwport03 (1.5.450); FILE MERGED 2007/03/20 11:13:37 vg 1.5.450.2: RESYNC MERGED 1.5 1.6 Everything below this line will be added to the revision comment. 2006/09/07 14:47:46 vg 1.5.450.1: #i53572# MinGW port --- scp2/source/ooo/scpaction_ooo.scp | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'scp2/source/ooo/scpaction_ooo.scp') diff --git a/scp2/source/ooo/scpaction_ooo.scp b/scp2/source/ooo/scpaction_ooo.scp index 721a370cd6ab..7dbe04edc6b0 100644 --- a/scp2/source/ooo/scpaction_ooo.scp +++ b/scp2/source/ooo/scpaction_ooo.scp @@ -4,9 +4,9 @@ * * $RCSfile: scpaction_ooo.scp,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2007-01-02 15:31:40 $ + * last change: $Author: vg $ $Date: 2007-03-26 15:52:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -83,6 +83,13 @@ ScpAction scp_Copy_Readme_Txt Subdir = "readmes"; End +#if defined(WNT) && defined(_gcc3) +ScpAction SCP_COPY_MINGWM10 + Copy = "mingwm10.dll"; + Name = "mingwm10.dll"; +End +#endif + ScpAction scp_Copy_Xpd_Javaloader Copy = "javaloader.sh"; Name = "setup"; -- cgit