From 9b05e417fe52c743ad9e80c6f7412bf97136003c Mon Sep 17 00:00:00 2001 From: "jband%netscape.com" Date: Sat, 27 Mar 1999 08:36:20 +0000 Subject: [PATCH] removing export of removed file --- xpcom/libxpt/xptinfo/public/makefile.win | 30 ----------------------- xpcom/reflect/xptinfo/public/makefile.win | 10 ++++---- 2 files changed, 5 insertions(+), 35 deletions(-) diff --git a/xpcom/libxpt/xptinfo/public/makefile.win b/xpcom/libxpt/xptinfo/public/makefile.win index c4528d282ed..e69de29bb2d 100644 --- a/xpcom/libxpt/xptinfo/public/makefile.win +++ b/xpcom/libxpt/xptinfo/public/makefile.win @@ -1,30 +0,0 @@ -#!nmake -# -# 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) 1999 Netscape Communications Corporation. All Rights -# Reserved. - -IGNORE_MANIFEST=1 - -DEPTH=..\..\..\.. - -EXPORTS = nsIInterfaceInfoManager.h \ - nsIInterfaceInfo.h \ - xptinfo.h \ - xpt_cpp.h \ - $(NULL) - -MODULE = xptinfo - -include <$(DEPTH)\config\rules.mak> diff --git a/xpcom/reflect/xptinfo/public/makefile.win b/xpcom/reflect/xptinfo/public/makefile.win index c4528d282ed..e24dd1b99dd 100644 --- a/xpcom/reflect/xptinfo/public/makefile.win +++ b/xpcom/reflect/xptinfo/public/makefile.win @@ -19,11 +19,11 @@ IGNORE_MANIFEST=1 DEPTH=..\..\..\.. -EXPORTS = nsIInterfaceInfoManager.h \ - nsIInterfaceInfo.h \ - xptinfo.h \ - xpt_cpp.h \ - $(NULL) +EXPORTS = \ + xptinfo.h \ + nsIInterfaceInfoManager.h \ + nsIInterfaceInfo.h \ + $(NULL) MODULE = xptinfo