Bug 118656 -- clean up in plugin SDK, not part of the build
git-svn-id: svn://10.0.0.236/trunk@132177 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -41,6 +41,8 @@ SHARED_LIBRARY_LIBS = \
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -DMOZILLA_STRICT_API
|
||||
|
||||
EXTRA_DSO_LDOPTS += -L/usr/lib -L/usr/X11R6/lib -rdynamic -lXi -lXext -lX11 -lm -lXt
|
||||
|
||||
INSTALL_PLUGIN = $(CONFIG_TOOLS)/nsinstall -R
|
||||
|
||||
@@ -39,6 +39,8 @@ RESFILE = basic.res
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -DMOZILLA_STRICT_API
|
||||
|
||||
LOCAL_INCLUDES = -I$(srcdir)/../../include \
|
||||
-I$(srcdir)/../../../include \
|
||||
$(NULL)
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#include "plugin.h"
|
||||
#include "nsISupportsUtils.h" // some usefule macros are defined here
|
||||
|
||||
#include <string.h>
|
||||
|
||||
@@ -43,7 +44,6 @@
|
||||
extern QDGlobals* gQDPtr;
|
||||
#endif
|
||||
|
||||
|
||||
//////////////////////////////////////
|
||||
//
|
||||
// general initialization and shutdown
|
||||
|
||||
@@ -44,6 +44,8 @@ SHARED_LIBRARY_LIBS = $(DIST)/lib/libplugingate_s.$(LIB_SUFFIX)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -DMOZILLA_STRICT_API
|
||||
|
||||
EXTRA_DSO_LDOPTS += -L/usr/lib -L/usr/X11R6/lib -rdynamic -lXi -lXext -lX11 -lm -lXt
|
||||
|
||||
INSTALL_PLUGIN = $(CONFIG_TOOLS)/nsinstall -R
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
|
||||
#include "plugin.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsISupportsUtils.h" // some usefule macros are defined here
|
||||
|
||||
#define MIME_TYPES_HANDLED "application/scriptable-plugin"
|
||||
#define PLUGIN_NAME "Scriptable Example Plugin for Mozilla"
|
||||
|
||||
@@ -43,6 +43,8 @@ RESFILE = npscriptable.res
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -DMOZILLA_STRICT_API
|
||||
|
||||
LOCAL_INCLUDES = -I$(srcdir)/$(XPIDL_GEN_DIR) \
|
||||
-I$(srcdir)/../../include \
|
||||
-I$(srcdir)/../../../include \
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
|
||||
#include "plugin.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsISupportsUtils.h" // some usefule macros are defined here
|
||||
|
||||
//////////////////////////////////////
|
||||
//
|
||||
|
||||
@@ -39,6 +39,8 @@ RESFILE = npwinless.res
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -DMOZILLA_STRICT_API
|
||||
|
||||
LOCAL_INCLUDES = -I$(srcdir)/../../include \
|
||||
-I$(srcdir)/../../../include \
|
||||
$(NULL)
|
||||
|
||||
Reference in New Issue
Block a user