diff --git a/mozilla/cmd/macfe/projects/client/NavigatorDebugExtras.exp_TS b/mozilla/cmd/macfe/projects/client/NavigatorDebugExtras.exp_TS new file mode 100644 index 00000000000..11515895a78 --- /dev/null +++ b/mozilla/cmd/macfe/projects/client/NavigatorDebugExtras.exp_TS @@ -0,0 +1,22 @@ +# +# The contents of this file are subject to the Netscape Public License +# Version 1.0 (the "NPL"); you may not use this file except in +# compliance with the NPL. You may obtain a copy of the NPL at +# http://www.mozilla.org/NPL/ +# +# Software distributed under the NPL is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL +# for the specific language governing rights and limitations under the +# NPL. +# +# The Initial Developer of this code under the NPL is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 1998 Netscape Communications Corporation. All Rights +# Reserved. +# + +Evaluate % = ("{{SourceFile}}" =~ /(Å:)¨0Å/) + +MakeStub "{{SourceFile}}" -o "{{¨0}}::::dist:client_stubs:NavigatorDebugExtras" ¶ + -fragname NavigatorDebugExtras ¶ + -vercur 400 -verdef 400 -verimp 400 diff --git a/mozilla/js/jsd/macbuild/JSDConfig.h b/mozilla/js/jsd/macbuild/JSDConfig.h new file mode 100644 index 00000000000..b0121830f81 --- /dev/null +++ b/mozilla/js/jsd/macbuild/JSDConfig.h @@ -0,0 +1,5 @@ + + +#include "JavaDefines.h" + +/* Nothing to do here. If you need JSD-specific defines, add them here */ diff --git a/mozilla/modules/edtplug/include/MANIFEST b/mozilla/modules/edtplug/include/MANIFEST new file mode 100644 index 00000000000..8bc7f8c18e0 --- /dev/null +++ b/mozilla/modules/edtplug/include/MANIFEST @@ -0,0 +1 @@ +edtplug.h diff --git a/mozilla/modules/softupdt/macbuild/SoftUpdate.Prefix b/mozilla/modules/softupdt/macbuild/SoftUpdate.Prefix new file mode 100644 index 00000000000..8006a2aaaed --- /dev/null +++ b/mozilla/modules/softupdt/macbuild/SoftUpdate.Prefix @@ -0,0 +1,3 @@ + +#include "MacPrefix.h" +#include "SoftUpdateConfig.h" diff --git a/mozilla/modules/softupdt/macbuild/SoftUpdate.mcp b/mozilla/modules/softupdt/macbuild/SoftUpdate.mcp new file mode 100644 index 00000000000..9380877cbb4 Binary files /dev/null and b/mozilla/modules/softupdt/macbuild/SoftUpdate.mcp differ diff --git a/mozilla/modules/softupdt/macbuild/SoftUpdateConfig.h b/mozilla/modules/softupdt/macbuild/SoftUpdateConfig.h new file mode 100644 index 00000000000..e11d25c2ca3 --- /dev/null +++ b/mozilla/modules/softupdt/macbuild/SoftUpdateConfig.h @@ -0,0 +1,5 @@ + +/* Softupdate-specific defines. None for now */ + +// We need ENOENT and EACCES for reg.c +#include diff --git a/mozilla/modules/softupdt/macbuild/SoftUpdateDebug.Prefix b/mozilla/modules/softupdt/macbuild/SoftUpdateDebug.Prefix new file mode 100644 index 00000000000..0b5939d943a --- /dev/null +++ b/mozilla/modules/softupdt/macbuild/SoftUpdateDebug.Prefix @@ -0,0 +1,8 @@ + + +#include "MacPrefix_debug.h" + +#undef Debug_Throw +#undef Debug_Signal + +#include "SoftUpdateConfig.h"