From aa1da2ec82b2c053e2305cf55e67fc47b307885d Mon Sep 17 00:00:00 2001 From: waterson Date: Mon, 8 Jun 1998 21:38:10 +0000 Subject: [PATCH] Added code to export nsIPlug.h to the public plugins directory. Needed for OJI to build. git-svn-id: svn://10.0.0.236/trunk@3512 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/lib/plugin/makefile.win | 70 +++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/mozilla/lib/plugin/makefile.win b/mozilla/lib/plugin/makefile.win index e69de29bb2d..90d64bfc5ff 100644 --- a/mozilla/lib/plugin/makefile.win +++ b/mozilla/lib/plugin/makefile.win @@ -0,0 +1,70 @@ +#!gmake +# +# 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. + + + +IGNORE_MANIFEST=1 +#//------------------------------------------------------------------------ +#// +#// Makefile to build the plugin library +#// +#//------------------------------------------------------------------------ + +#//------------------------------------------------------------------------ +#// +#// Specify the depth of the current directory relative to the +#// root of NS +#// +#//------------------------------------------------------------------------ +DEPTH= ..\.. + +#//------------------------------------------------------------------------ +#// +#// Define any Public Make Variables here: (ie. PDFFILE, MAPFILE, ...) +#// +#//------------------------------------------------------------------------ + +#//------------------------------------------------------------------------ +#// +#// Define the files necessary to build the target (ie. OBJS) +#// +#//------------------------------------------------------------------------ + +#//------------------------------------------------------------------------ +#// +#// Define any Public Targets here (ie. PROGRAM, LIBRARY, DLL, ...) +#// (these must be defined before the common makefiles are included) +#// +#//------------------------------------------------------------------------ + +#//------------------------------------------------------------------------ +#// +#// install headers +#// +#//------------------------------------------------------------------------ +INSTALL_DIR=$(PUBLIC)\plug +INSTALL_FILE_LIST=nsIPlug.h + +#//------------------------------------------------------------------------ +#// +#// Include the common makefile rules +#// +#//------------------------------------------------------------------------ +include <$(DEPTH)/config/rules.mak> + +export:: INSTALL_FILES +