INTEGRATION: CWS dmgarchive (1.7.280); FILE MERGED
2007/11/08 14:47:01 obr 1.7.280.1: #i83174#,#i72908# moved dmg specific extras to scp
This commit is contained in:
parent
5f0b685ade
commit
40ab61e0a7
1 changed files with 35 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: scpaction_ooo.scp,v $
|
||||
*
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
* last change: $Author: vg $ $Date: 2007-03-26 15:52:12 $
|
||||
* last change: $Author: ihi $ $Date: 2007-11-26 13:19:34 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -44,7 +44,11 @@ ScpAction scp_Copy_License_Html
|
|||
README_TXT_ALL_LANG(Name, license, html);
|
||||
#endif
|
||||
Styles = (SCPZIP_REPLACE);
|
||||
#ifndef MACOSX
|
||||
Subdir = "licenses";
|
||||
#else
|
||||
Subdir = "LICENSEs";
|
||||
#endif
|
||||
End
|
||||
|
||||
ScpAction scp_Copy_License_Txt
|
||||
|
@ -56,7 +60,11 @@ ScpAction scp_Copy_License_Txt
|
|||
README_TXT_ALL_LANG(Name, license, txt);
|
||||
#endif
|
||||
Styles = (SCPZIP_REPLACE);
|
||||
#ifndef MACOSX
|
||||
Subdir = "licenses";
|
||||
#else
|
||||
Subdir = "LICENSEs";
|
||||
#endif
|
||||
End
|
||||
|
||||
ScpAction scp_Copy_Readme_Html
|
||||
|
@ -68,7 +76,11 @@ ScpAction scp_Copy_Readme_Html
|
|||
README_TXT_ALL_LANG(Name, readme, html);
|
||||
#endif
|
||||
Styles = (SCPZIP_REPLACE);
|
||||
#ifndef MACOSX
|
||||
Subdir = "readmes";
|
||||
#else
|
||||
Subdir = "READMEs";
|
||||
#endif
|
||||
End
|
||||
|
||||
ScpAction scp_Copy_Readme_Txt
|
||||
|
@ -80,7 +92,11 @@ ScpAction scp_Copy_Readme_Txt
|
|||
README_TXT_ALL_LANG(Name, readme, txt);
|
||||
#endif
|
||||
Styles = (SCPZIP_REPLACE);
|
||||
#ifndef MACOSX
|
||||
Subdir = "readmes";
|
||||
#else
|
||||
Subdir = "READMEs";
|
||||
#endif
|
||||
End
|
||||
|
||||
#if defined(WNT) && defined(_gcc3)
|
||||
|
@ -304,3 +320,20 @@ ScpAction scp_Copy_Xpd_Help_Html_Uninstallationprologue_En_Us
|
|||
Styles = (XPD_ONLY);
|
||||
Subdir = "installdata/html";
|
||||
End
|
||||
|
||||
#ifdef MACOSX
|
||||
ScpAction scp_Copy_Dmg_Background_Image
|
||||
Copy = "osxdndinstall.png";
|
||||
Name = "background.png";
|
||||
UnixRights = 444;
|
||||
Styles = ();
|
||||
Subdir = ".background";
|
||||
End
|
||||
|
||||
ScpAction scp_Copy_Ds_Store
|
||||
Copy = "DS_Store";
|
||||
Name = ".DS_Store";
|
||||
UnixRights = 444;
|
||||
Styles = ();
|
||||
End
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue