sdkoo.scp (43cf7aa4) sdkoo.scp (27ce0da5)
1/**************************************************************
1/**************************************************************
2 *
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License. You may obtain a copy of the License at
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License. You may obtain a copy of the License at
10 *
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
19 *
20 *************************************************************/
21
22
23
24#include "macros.inc"
25
26Installation gid_Installation_Sdk
27 ProductName = "${PRODUCTNAME}";

--- 124 unchanged lines hidden (view full) ---

152File gid_File_Zip_Odkcommon
153 TXT_FILE_BODY;
154 Dir = gid_Dir_Basis_Sdk;
155 Name = "odkcommon.zip";
156 Styles = (ARCHIVE,USE_INTERNAL_RIGHTS);
157End
158
159#if (!defined(WNT) && !defined( MACOSX) )
20 *************************************************************/
21
22
23
24#include "macros.inc"
25
26Installation gid_Installation_Sdk
27 ProductName = "${PRODUCTNAME}";

--- 124 unchanged lines hidden (view full) ---

152File gid_File_Zip_Odkcommon
153 TXT_FILE_BODY;
154 Dir = gid_Dir_Basis_Sdk;
155 Name = "odkcommon.zip";
156 Styles = (ARCHIVE,USE_INTERNAL_RIGHTS);
157End
158
159#if (!defined(WNT) && !defined( MACOSX) )
160Directory gid_Dir_Lib_Sdk
160Directory gid_Dir_Lib_Sdk
161 Styles = (CREATE);
162 ParentID = gid_Dir_Basis_Sdk;
163 DosName = "lib";
164End
165#endif
166
167#if (!defined(WNT) && !defined( MACOSX) )
168Unixlink gid_Unixlink_Sal_Link_Sdk

--- 44 unchanged lines hidden (view full) ---

213 Dir = gid_Dir_Lib_Sdk;
214 Target = "../../program/" SCP2_URE_DL_UNO_COMID_VER("purpenvhelper", "3");
215End
216#endif
217
218#ifdef MACOSX
219ScpAction scp_Copy_Dmg_Background_Image
220 Copy = "osxdndinstall_sdk.png";
161 Styles = (CREATE);
162 ParentID = gid_Dir_Basis_Sdk;
163 DosName = "lib";
164End
165#endif
166
167#if (!defined(WNT) && !defined( MACOSX) )
168Unixlink gid_Unixlink_Sal_Link_Sdk

--- 44 unchanged lines hidden (view full) ---

213 Dir = gid_Dir_Lib_Sdk;
214 Target = "../../program/" SCP2_URE_DL_UNO_COMID_VER("purpenvhelper", "3");
215End
216#endif
217
218#ifdef MACOSX
219ScpAction scp_Copy_Dmg_Background_Image
220 Copy = "osxdndinstall_sdk.png";
221 DevCopy = "osxdndinstall_sdk_dev.png";
221 BetaCopy = "osxdndinstall_sdk_beta.png";
222 Name = "background.png";
223 UnixRights = 444;
224 Styles = ();
225 Subdir = ".background";
226End
227
228ScpAction scp_Copy_Ds_Store
229 Copy = "DS_Store_SDK";
222 BetaCopy = "osxdndinstall_sdk_beta.png";
223 Name = "background.png";
224 UnixRights = 444;
225 Styles = ();
226 Subdir = ".background";
227End
228
229ScpAction scp_Copy_Ds_Store
230 Copy = "DS_Store_SDK";
231 DevCopy = "DS_Store_SDK_Dev";
230 BetaCopy = "DS_Store_SDK_Beta";
231 Name = ".DS_Store";
232 UnixRights = 444;
233 Styles = ();
234End
235#endif
232 BetaCopy = "DS_Store_SDK_Beta";
233 Name = ".DS_Store";
234 UnixRights = 444;
235 Styles = ();
236End
237#endif