sdkoo.scp (cdf0e10c) | sdkoo.scp (ef1ef8e6) |
---|---|
1/************************************************************************* 2* 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * --- 238 unchanged lines hidden (view full) --- 247Unixlink gid_Unixlink_Purpenvhelper_Link_Sdk 248 BIN_FILE_BODY; 249 Styles = (); 250 Name = SCP2_URE_DL_UNO_COMID_NORMAL("purpenvhelper"); 251 Dir = gid_Dir_Lib_Sdk; 252 Target = "../../ure-link/lib/" SCP2_URE_DL_UNO_COMID_VER("purpenvhelper", "3"); 253End 254#endif | 1/************************************************************************* 2* 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * --- 238 unchanged lines hidden (view full) --- 247Unixlink gid_Unixlink_Purpenvhelper_Link_Sdk 248 BIN_FILE_BODY; 249 Styles = (); 250 Name = SCP2_URE_DL_UNO_COMID_NORMAL("purpenvhelper"); 251 Dir = gid_Dir_Lib_Sdk; 252 Target = "../../ure-link/lib/" SCP2_URE_DL_UNO_COMID_VER("purpenvhelper", "3"); 253End 254#endif |
255 256#ifdef MACOSX 257ScpAction scp_Copy_Dmg_Background_Image 258 Copy = "osxdndinstall.png"; 259 Name = "background.png"; 260 UnixRights = 444; 261 Styles = (); 262 Subdir = ".background"; 263End 264 265ScpAction scp_Copy_Ds_Store 266 Copy = "DS_Store_SDK"; 267# PatchCopy = "DS_Store_Patch"; 268 Name = ".DS_Store"; 269 UnixRights = 444; 270 Styles = (); 271End 272#endif |
|