sdkoo.scp (943a75ac) | sdkoo.scp (43cf7aa4) |
---|---|
1/************************************************************** 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 --- 46 unchanged lines hidden (view full) --- 55End 56#endif 57 58#endif 59 60Directory gid_Dir_Basis_Sdk 61#if defined MACOSX 62 ParentID = PREDEFINED_PROGDIR; | 1/************************************************************** 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 --- 46 unchanged lines hidden (view full) --- 55End 56#endif 57 58#endif 59 60Directory gid_Dir_Basis_Sdk 61#if defined MACOSX 62 ParentID = PREDEFINED_PROGDIR; |
63 DosName = "OpenOffice_SDK"; | 63# DosName = "OpenOffice_SDK"; 64 DosName = "${PRODUCTDIRNAME}"; |
64#else 65 ParentID = gid_Dir_OpenOffice_Sdk; 66 DosName = "sdk"; 67#endif 68End 69 70 71#if defined MACOSX --- 140 unchanged lines hidden (view full) --- 212 Dir = gid_Dir_Lib_Sdk; 213 Target = "../../program/" SCP2_URE_DL_UNO_COMID_VER("purpenvhelper", "3"); 214End 215#endif 216 217#ifdef MACOSX 218ScpAction scp_Copy_Dmg_Background_Image 219 Copy = "osxdndinstall_sdk.png"; | 65#else 66 ParentID = gid_Dir_OpenOffice_Sdk; 67 DosName = "sdk"; 68#endif 69End 70 71 72#if defined MACOSX --- 140 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 BetaCopy = "osxdndinstall_sdk_beta.png"; |
|
220 Name = "background.png"; 221 UnixRights = 444; 222 Styles = (); 223 Subdir = ".background"; 224End 225 226ScpAction scp_Copy_Ds_Store 227 Copy = "DS_Store_SDK"; | 222 Name = "background.png"; 223 UnixRights = 444; 224 Styles = (); 225 Subdir = ".background"; 226End 227 228ScpAction scp_Copy_Ds_Store 229 Copy = "DS_Store_SDK"; |
228# PatchCopy = "DS_Store_Patch"; | 230 BetaCopy = "DS_Store_SDK_Beta"; |
229 Name = ".DS_Store"; 230 UnixRights = 444; 231 Styles = (); 232End 233#endif | 231 Name = ".DS_Store"; 232 UnixRights = 444; 233 Styles = (); 234End 235#endif |