Hi,
I need to add quickstart.exe to the OS/2 installation. Is it correct
to use the following code?
Index: source/ooo/common_brand.scp
===================================================================
--- source/ooo/common_brand.scp (revision 1354900)
+++ source/ooo/common_brand.scp (working copy)
@@ -48,6 +48,7 @@
gid_Brand_File_Bin_Crashreport_Script,
gid_Brand_File_Bin_Crashreport_Com,
gid_Brand_File_Bin_Python,
+ gid_Brand_File_Bin_Quickstart_Os2,
gid_Brand_File_Bin_Soffice,
gid_Brand_File_Bin_Soffice_Bin,
gid_Brand_File_Bin_Soffice_Bin_Manifest,
@@ -1324,3 +1325,12 @@
Styles = (PACKED);
End
#endif
+
+#ifdef OS2
+File gid_Brand_File_Bin_Quickstart_Os2
+ TXT_FILE_BODY;
+ Styles = (PACKED);
+ Dir = gid_Brand_Dir_Program;
+ Name = "quickstart.exe";
+End
+#endif
I see references to windows quickstart.exe, but it seems to be added
in some other way I don't understand.
thanks,
--
Bye,
Yuri Dario
/*
* OS/2 open source software
* http://web.os2power.com/yuri
* http://www.netlabs.org
*/