From 6f60437767d2e6c8bb08ccb9e187abb1139c760b Mon Sep 17 00:00:00 2001 From: "spider%netscape.com" Date: Mon, 2 Nov 1998 21:42:33 +0000 Subject: [PATCH] Fix unix bustage --- xpfc/core/unix/src/config.mk | 25 ------------------------- xpfc/core/unix/src/manifest.mn | 25 ------------------------- 2 files changed, 50 deletions(-) diff --git a/xpfc/core/unix/src/config.mk b/xpfc/core/unix/src/config.mk index ff019df21d7..e69de29bb2d 100644 --- a/xpfc/core/unix/src/config.mk +++ b/xpfc/core/unix/src/config.mk @@ -1,25 +0,0 @@ -# -# CONFIDENTIAL AND PROPRIETARY SOURCE CODE OF -# NETSCAPE COMMUNICATIONS CORPORATION -# Copyright © 1996, 1997 Netscape Communications Corporation. All Rights -# Reserved. Use of this Source Code is subject to the terms of the -# applicable license agreement from Netscape Communications Corporation. -# The copyright notice(s) in this Source Code does not indicate actual or -# intended publication of this Source Code. -# - -# -# Override TARGETS variable so that only static libraries -# are specifed as dependencies within rules.mk. -# - -CFLAGS +=-D_IMPL_NS_XPFC -DNSPR20 -INCLUDES += -I../inc -I$(GDEPTH)/include - -LIBRARY_NAME = core_unix -LIBRARY_VERSION = 10 - -ARCHIVE_ONLY = 1 - -TARGETS = $(LIBRARY) - diff --git a/xpfc/core/unix/src/manifest.mn b/xpfc/core/unix/src/manifest.mn index 6bf91383455..e69de29bb2d 100644 --- a/xpfc/core/unix/src/manifest.mn +++ b/xpfc/core/unix/src/manifest.mn @@ -1,25 +0,0 @@ -# -# CONFIDENTIAL AND PROPRIETARY SOURCE CODE OF -# NETSCAPE COMMUNICATIONS CORPORATION -# Copyright (C) 1996 Netscape Communications Corporation. All Rights -# Reserved. Use of this Source Code is subject to the terms of the -# applicable license agreement from Netscape Communications Corporation. -# The copyright notice(s) in this Source Code does not indicate actual or -# intended publication of this Source Code. -# -GDEPTH = ../../../.. - -EXPORTS = \ - $(NULL) - -PRIVATE_EXPORTS = \ - $(NULL) - -MODULE = xpfc - -CPPSRCS = \ - nsxpfcFactoryUnix.cpp \ - $(NULL) - -REQUIRES = shell xpcom raptor netlib -