Bug 166417 -- Plugin SDK does not build, not part of the build process

git-svn-id: svn://10.0.0.236/trunk@130706 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
av%netscape.com
2002-09-29 02:45:06 +00:00
parent 848c87d4f2
commit 92694300d0
8 changed files with 124 additions and 206 deletions

View File

@@ -1,4 +1,3 @@
#!nmake
#
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
@@ -19,33 +18,27 @@
#
# Contributor(s):
DEPTH=..\..\..\..\..\..\..
include <$(DEPTH)\config\config.mak>
DEPTH = ../../../../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
MODULE=npbasic
include $(DEPTH)/config/autoconf.mk
XPIDL_MODULE = npbasic
LIBRARY_NAME = npbasic
NO_DIST_INSTALL = 1
CPPSRCS = plugin.cpp
SHARED_LIBRARY_LIBS = ../../common/plugingate_s.$(LIB_SUFFIX)
MAKE_OBJ_TYPE = DLL
DLLNAME = npbasic
RESFILE = basic.res
DEFFILE = basic.def
DLL=.\$(OBJDIR)\$(DLLNAME).dll
RESFILE = basic.res
CFLAGS = $(CFLAGS) -I..\..\include -I..\..\..\include
include $(topsrcdir)/config/rules.mk
OBJS = \
.\$(OBJDIR)\plugin.obj \
$(NULL)
LLIBS = \
..\..\common\$(OBJDIR)\plugingate.lib \
$(NULL)
WIN_LIBS = version.lib
include <$(DEPTH)\config\rules.mak>
libs:: $(DLL)
clobber::
$(RM) *.sbr
$(RM) $(DIST)\bin\plugins\$(DLLNAME).dll
LOCAL_INCLUDES = -I$(srcdir)/../../include \
-I$(srcdir)/../../../include \
$(NULL)