diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-10-29 00:02:58 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-10-29 11:37:51 +0100 |
commit | 30047f28bf0ae8b53dc175ae09350b342159d644 (patch) | |
tree | d4bfebe31a899b5b08539d1608e02f083910571c /scp2/source/math | |
parent | 3ba20ef5ff0bce21da706815e8dca911b24b688b (diff) |
scp2: move math executables to AutoInstall
Change-Id: I8cb04121c52eb62e837c6a80037f9eabfc573dde
Diffstat (limited to 'scp2/source/math')
-rw-r--r-- | scp2/source/math/file_math.scp | 4 | ||||
-rw-r--r-- | scp2/source/math/folderitem_math.scp | 4 | ||||
-rw-r--r-- | scp2/source/math/module_math.scp | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/scp2/source/math/file_math.scp b/scp2/source/math/file_math.scp index 9b57ea7ad999..6fab35ac0c41 100644 --- a/scp2/source/math/file_math.scp +++ b/scp2/source/math/file_math.scp @@ -35,11 +35,11 @@ File gid_File_Help_Smath_Zip End #endif -#ifndef MACOSX +#if !defined MACOSX && !defined WNT File gid_File_Exe_Smath BIN_FILE_BODY; Dir = gid_Brand_Dir_Program; - Name = EXENAME(smath); + Name = "smath"; Styles = (PACKED); End #endif diff --git a/scp2/source/math/folderitem_math.scp b/scp2/source/math/folderitem_math.scp index fb8bbcd0df63..44ddc078e47b 100644 --- a/scp2/source/math/folderitem_math.scp +++ b/scp2/source/math/folderitem_math.scp @@ -23,8 +23,8 @@ FolderItem gid_Folderitem_Smath Name = "%PRODUCTNAME Math"; ModuleID = gid_Module_Prg_Math_Bin; FolderID = gid_Folder_Staroffice51; - FileID = gid_File_Exe_Smath; - IconFile = gid_File_Exe_Smath; + FileID = auto_math_brand_exe_smath; + IconFile = auto_math_brand_exe_smath; IconID = 0; WkDir = gid_Brand_Dir_Program; Parameter = ""; diff --git a/scp2/source/math/module_math.scp b/scp2/source/math/module_math.scp index d43317885f52..c281437f2a57 100644 --- a/scp2/source/math/module_math.scp +++ b/scp2/source/math/module_math.scp @@ -19,6 +19,7 @@ #include "macros.inc" #include "AutoInstall/math" +#include "AutoInstall/math_brand" Module gid_Module_Prg_Math MOD_NAME_DESC ( MODULE_PRG_MATH ); @@ -51,7 +52,7 @@ Module gid_Module_Brand_Prg_Math Minimal = YES; Default = YES; Styles = (HIDDEN_ROOT); - Files = (gid_File_Exe_Smath); + Files = (auto_math_brand_ALL,gid_File_Exe_Smath); End Module gid_Module_Langpack_Math_Template |