sdkoo.scp (2e2269f7) | sdkoo.scp (943a75ac) |
---|---|
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 --- 202 unchanged lines hidden (view full) --- 211 Name = SCP2_URE_DL_UNO_COMID_NORMAL("purpenvhelper"); 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 | 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 --- 202 unchanged lines hidden (view full) --- 211 Name = SCP2_URE_DL_UNO_COMID_NORMAL("purpenvhelper"); 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.png"; | 219 Copy = "osxdndinstall_sdk.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"; 228# PatchCopy = "DS_Store_Patch"; 229 Name = ".DS_Store"; 230 UnixRights = 444; 231 Styles = (); 232End 233#endif | 220 Name = "background.png"; 221 UnixRights = 444; 222 Styles = (); 223 Subdir = ".background"; 224End 225 226ScpAction scp_Copy_Ds_Store 227 Copy = "DS_Store_SDK"; 228# PatchCopy = "DS_Store_Patch"; 229 Name = ".DS_Store"; 230 UnixRights = 444; 231 Styles = (); 232End 233#endif |