sdkoo.scp (04c650f9) | sdkoo.scp (a4309db7) |
---|---|
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 --- 78 unchanged lines hidden (view full) --- 87 ParentID = gid_Dir_Ooo_Basis_Sdk; 88 #endif 89 DosName = "sdk"; 90#endif 91End 92 93 94#if defined MACOSX | 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 --- 78 unchanged lines hidden (view full) --- 87 ParentID = gid_Dir_Ooo_Basis_Sdk; 88 #endif 89 DosName = "sdk"; 90#endif 91End 92 93 94#if defined MACOSX |
95ScpAction scp_Copy_License_Html_Sdk 96 README_TXT_ALL_LANG(Copy, LICENSE, html); 97 README_TXT_ALL_LANG(Name, LICENSE, html); 98 Styles = (SCPZIP_REPLACE); 99 Subdir = "LICENSEs"; 100End 101 | |
102ScpAction scp_Copy_License_Txt_Sdk 103 README_ALL_LANG(Copy, LICENSE); 104 README_ALL_LANG(Name, LICENSE); 105 Styles = (SCPZIP_REPLACE); 106 Subdir = "LICENSEs"; 107End | 95ScpAction scp_Copy_License_Txt_Sdk 96 README_ALL_LANG(Copy, LICENSE); 97 README_ALL_LANG(Name, LICENSE); 98 Styles = (SCPZIP_REPLACE); 99 Subdir = "LICENSEs"; 100End |
101ScpAction scp_Copy_Notice_Txt_Sdk 102 README_ALL_LANG(Copy, NOTICE); 103 README_ALL_LANG(Name, NOTICE); 104 Styles = (SCPZIP_REPLACE); 105 Subdir = "LICENSEs"; 106End |
|
108#endif 109 110 111Directory gid_Dir_Share_Sdk 112 ParentID = gid_Dir_Basis_Sdk; 113 DosName = "share"; 114End 115 --- 18 unchanged lines hidden (view full) --- 134 135File gid_File_Txt_License_Root 136 TXT_FILE_BODY; 137 Dir = gid_Dir_Basis_Sdk; 138 Name = "LICENSE"; 139 Styles = (PACKED, SCPZIP_REPLACE); 140End 141 | 107#endif 108 109 110Directory gid_Dir_Share_Sdk 111 ParentID = gid_Dir_Basis_Sdk; 112 DosName = "share"; 113End 114 --- 18 unchanged lines hidden (view full) --- 133 134File gid_File_Txt_License_Root 135 TXT_FILE_BODY; 136 Dir = gid_Dir_Basis_Sdk; 137 Name = "LICENSE"; 138 Styles = (PACKED, SCPZIP_REPLACE); 139End 140 |
142 143File gid_File_Txt_License 144 TXT_FILE_BODY; 145 Dir = gid_Dir_Share_Readme_Sdk; 146 #ifdef UNX 147 Name = "LICENSE_en-US"; 148 #endif 149 #ifdef WNT 150 Name = "license_en-US.txt"; 151 #endif 152 Styles = (PACKED, SCPZIP_REPLACE); 153End 154 155File gid_File_Txt_License_Html 156 TXT_FILE_BODY; 157 Dir = gid_Dir_Share_Readme_Sdk; 158 #ifdef UNX 159 Name = "LICENSE_en-US.html"; 160 #endif 161 #ifdef WNT 162 Name = "license_en-US.html"; 163 #endif 164 Styles = (PACKED, SCPZIP_REPLACE); 165End 166 | |
167File gid_File_Txt_Readme 168 TXT_FILE_BODY; 169 Dir = gid_Dir_Share_Readme_Sdk; 170 #ifdef UNX 171 Name = "README_en-US"; 172 #endif 173 #ifdef WNT 174 Name = "readme_en-US.txt"; --- 108 unchanged lines hidden --- | 141File gid_File_Txt_Readme 142 TXT_FILE_BODY; 143 Dir = gid_Dir_Share_Readme_Sdk; 144 #ifdef UNX 145 Name = "README_en-US"; 146 #endif 147 #ifdef WNT 148 Name = "readme_en-US.txt"; --- 108 unchanged lines hidden --- |