From 8ffb40386690307afa354c2abaa75dc0d7717bdc Mon Sep 17 00:00:00 2001 From: "peterlubczynski%netscape.com" Date: Fri, 30 Nov 2001 04:49:46 +0000 Subject: [PATCH] Fixing up simple Mac Plugin SDK sample. not part of the build git-svn-id: svn://10.0.0.236/trunk@109328 18797224-902f-48f8-a5cc-f745e15eee43 --- .../samples/simple/macbuild/Simple Plugin.mcp | Bin 182737 -> 182737 bytes .../simple/macbuild/Simple PluginIDL.mcp | Bin 89456 -> 89456 bytes .../simple/macbuild/pluginCarbonPrefix.h | 24 ++++++++++++++++++ .../samples/simple/macbuild/pluginPrefix.h | 23 +++++++++++++++++ 4 files changed, 47 insertions(+) create mode 100644 mozilla/modules/plugin/tools/sdk/samples/simple/macbuild/pluginCarbonPrefix.h create mode 100644 mozilla/modules/plugin/tools/sdk/samples/simple/macbuild/pluginPrefix.h diff --git a/mozilla/modules/plugin/tools/sdk/samples/simple/macbuild/Simple Plugin.mcp b/mozilla/modules/plugin/tools/sdk/samples/simple/macbuild/Simple Plugin.mcp index 26cd3f0b3075c6d0586a647bf2399318e7f38e41..807f9d90fab377597a4b326d7084cd0ea599c82a 100644 GIT binary patch delta 464 zcmcaOnfu~o?hS7lRpS{L7!w#6g#R%xNH74|@eFyzp24X_WtqvTzKMB>>8VBjNt=b3 z>V-IV=me-SFjVtxo+;wV#LEd(&CLxW7#I$3elM2C!5FtWN}ii(bEcvp6G*W<&^YnU z3!{EAZl0~Wla&Xk@SvNgk1LQqG&whql# zkg`3#m63%JD6L}6>l^H&;H(!A;H>A9nY5X4y)Dz`4N)fD%meB3Xb<_yb7$ zbjM;QsqLDMjI((r2E?>KDQDdNq?{?*QA~m%x45K;fr0r2H~>HdV^s3?(49MO3ywJi_#W1pxU*e>wmF delta 425 zcmcaOnfu~o?hS7lRpS^K7!w#6gg-Dah%f-zaSVw$Ir;f{3LdFB1q?x@c_G2U$(x0k z>V-IJ)Q&Fu|Nl+a=9wa%OuQUG)!f`5f`Q@C=J#TG9Ges6IhZ!5Dw;B}*Qo7X#J~_c zz0i}YIh`H8#u3Y#{-m67`;&5}Xh$&- zhTP(kA_fNL7hr#Zi4)G-Lw7RSaZB~`1H*YoZb?B7P#hG3P++V-eeDq@JvKc(pn$^m Khewz`umAv726&qQ diff --git a/mozilla/modules/plugin/tools/sdk/samples/simple/macbuild/Simple PluginIDL.mcp b/mozilla/modules/plugin/tools/sdk/samples/simple/macbuild/Simple PluginIDL.mcp index a4de2012943d74ca9506ccd8473b48afa1ea06f6..940d5a2fd8efcfaee10778a2b341ec93a6cff014 100644 GIT binary patch delta 492 zcmeyci}k}U)(zS0j8>B~*!K%sGcYhXFfcGbWnf?dG8wF=E2uDvZ4Tnt$7saJz`)Ls znUj;Kkdm5Inyye#l%HOdT3ozC$7v2wDNvdrcmqfiBO{Ov#Eg^MIFy*`|4&}aDL%QD zOJTA%58vk1Ty>0-H}lvrvQFMptTb6iOmy;mo}kTNc-R>y|KQc0e4SfwVt~lxRK6+l zj10_-3IIMT*_&fgp z|7H3_bw=AwW_uYoySg&(+I~WUu~BwnfbjM^GK_xaOqR2@>x3|-vq(AtHFFdcrKT~k zeqRFgGtey{z~wc4O$4K>G{b)n1_s#%umZM1EuaD~hytDu(|IBp_e*L3xpol!@BaX$ zgQ3!C)1O2#x*L`NxgrqV>>Gj7;SgyqP;hfW#8vcw;t^179n)i?81SyO%!7b699+Ehob-h delta 482 zcmeyci}k}U)(zS0lk?g4OblRAwqjslaA06yzRbYD0%S5+F(luvuxMm(sA*NM@c#R% zH-TZZAIBj^BPIq0_5<=ZnFjSPR_LDdB*lm8t!^JrHH?PKIO)*kZ8_@9_1x2Z846NUm z0R0By0|A%c^feKTuF{MWCm0xH8^8+K3blX=ydVmAK2PU~WZW-V0_563^uPZDln#bU zYfOI<$>?rq2IPuBbhB>+N{2(GL8fp)#8vcw;t>#WK9%V)QH**_mb0e!L^0|!8cg2< O;tF2d{w9jCg$V%ue}@kM diff --git a/mozilla/modules/plugin/tools/sdk/samples/simple/macbuild/pluginCarbonPrefix.h b/mozilla/modules/plugin/tools/sdk/samples/simple/macbuild/pluginCarbonPrefix.h new file mode 100644 index 00000000000..d97f591353d --- /dev/null +++ b/mozilla/modules/plugin/tools/sdk/samples/simple/macbuild/pluginCarbonPrefix.h @@ -0,0 +1,24 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is mozilla.org code. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + */ + +#define XP_MAC 1 +#define TARGET_CARBON 1 diff --git a/mozilla/modules/plugin/tools/sdk/samples/simple/macbuild/pluginPrefix.h b/mozilla/modules/plugin/tools/sdk/samples/simple/macbuild/pluginPrefix.h new file mode 100644 index 00000000000..7c398a5d7e9 --- /dev/null +++ b/mozilla/modules/plugin/tools/sdk/samples/simple/macbuild/pluginPrefix.h @@ -0,0 +1,23 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is mozilla.org code. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + */ + +#define XP_MAC 1