globals.pm (9780544f) | globals.pm (d1fa6344) |
---|---|
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 --- 24 unchanged lines hidden (view full) --- 33 $prog="pre2par"; 34 35 $prefilename = ""; 36 $parfilename = ""; 37 $langfilename = ""; 38 39 @allitems = ("Installation", "ScpAction", "HelpText", "Directory", "DataCarrier", "StarRegistry", "File", 40 "Shortcut", "Custom", "Unixlink", "Procedure", "Module", "Profile", "ProfileItem", | 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 --- 24 unchanged lines hidden (view full) --- 33 $prog="pre2par"; 34 35 $prefilename = ""; 36 $parfilename = ""; 37 $langfilename = ""; 38 39 @allitems = ("Installation", "ScpAction", "HelpText", "Directory", "DataCarrier", "StarRegistry", "File", 40 "Shortcut", "Custom", "Unixlink", "Procedure", "Module", "Profile", "ProfileItem", |
41 "Folder", "FolderItem", "RegistryItem", "StarRegistryItem", "WindowsCustomAction", 42 "MergeModule"); | 41 "Folder", "FolderItem", "RegistryItem", "StarRegistryItem", "WindowsCustomAction"); |
43 44 $logging = 0; 45 $logfilename = "logfile.log"; # the default logfile name for global errors 46 @logfileinfo = (); 47 48 $plat = $^O; 49 50 $separator = "/"; --- 14 unchanged lines hidden --- | 42 43 $logging = 0; 44 $logfilename = "logfile.log"; # the default logfile name for global errors 45 @logfileinfo = (); 46 47 $plat = $^O; 48 49 $separator = "/"; --- 14 unchanged lines hidden --- |