summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scp2/source/ooo/common_brand.scp15
-rw-r--r--scp2/source/ooo/file_ooo.scp2
-rw-r--r--scp2/source/python/file_python.scp2
3 files changed, 16 insertions, 3 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index 01c072d65f08..a8669295b2f9 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -89,6 +89,9 @@ Module gid_Module_Root_Brand
git_License_Odt,
gid_Credits_Odt,
gid_Apache_Notice);
+#if defined MACOSX
+ Unixlinks = (gid_Brand_Unixlink_Unopkg);
+#endif
End
// Language specific brand module
@@ -514,7 +517,7 @@ File gid_Brand_File_Desktophelper_Txt
End
#endif
-#if !defined MACOSX && !defined WNT
+#if !defined WNT
File gid_Brand_File_Bin_Unoinfo
BIN_FILE_BODY;
Dir = gid_Brand_Dir_Program;
@@ -532,6 +535,16 @@ File gid_Brand_File_Script_Unopkg
End
#endif
+#if defined MACOSX
+Unixlink gid_Brand_Unixlink_Unopkg
+ BIN_FILE_BODY;
+ Dir = gid_Brand_Dir_Program;
+ Name = "unopkg";
+ Target = "unopkg.bin";
+ Styles = ();
+End
+#endif
+
File gid_Brand_File_Bmp_IntroAboutShell
TXT_FILE_BODY;
Dir = FILELIST_DIR;
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index ce9d533b00c8..86128d090956 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -122,7 +122,7 @@ File gid_File_Basic_Tutorials
Name = "wizards_basicsrvtutorials.filelist";
End
-#if defined UNX && !defined MACOSX
+#if defined UNX
File gid_File_Script_Gengal
BIN_FILE_BODY;
diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp
index e5bebefc5279..4ffee8f729fa 100644
--- a/scp2/source/python/file_python.scp
+++ b/scp2/source/python/file_python.scp
@@ -43,7 +43,7 @@ End
#ifndef SYSTEM_PYTHON
-#if !defined MACOSX && !defined WNT
+#if !defined WNT
File gid_File_Py_Bin_Python
BIN_FILE_BODY;
Name = "python_shell.filelist";