mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 10:33:33 +00:00
Fixing objdir bustage
This commit is contained in:
parent
931d662224
commit
dbed4cb9a4
@ -38,7 +38,7 @@ CPPSRCS = plugin.cpp
|
||||
|
||||
SHARED_LIBRARY_LIBS = ../../common/plugingate_s.$(LIB_SUFFIX)
|
||||
|
||||
DEFFILE = basic.def
|
||||
DEFFILE = $(srcdir)/basic.def
|
||||
RESFILE = basic.res
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -43,14 +43,14 @@ XPIDLSRCS = nsIScriptablePluginSample.idl
|
||||
|
||||
SHARED_LIBRARY_LIBS = ../../common/plugingate_s.$(LIB_SUFFIX)
|
||||
|
||||
DEFFILE = npscriptable.def
|
||||
DEFFILE = $(srcdir)/npscriptable.def
|
||||
RESFILE = npscriptable.res
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -DMOZILLA_STRICT_API
|
||||
|
||||
LOCAL_INCLUDES = -I$(srcdir)/$(XPIDL_GEN_DIR) \
|
||||
LOCAL_INCLUDES = -I./$(XPIDL_GEN_DIR) \
|
||||
-I$(srcdir)/../../include \
|
||||
-I$(srcdir)/../../../include \
|
||||
$(NULL)
|
||||
|
@ -38,7 +38,7 @@ CPPSRCS = plugin.cpp
|
||||
|
||||
SHARED_LIBRARY_LIBS = ../../common/plugingate_s.$(LIB_SUFFIX)
|
||||
|
||||
DEFFILE = npwinless.def
|
||||
DEFFILE = $(srcdir)/npwinless.def
|
||||
RESFILE = npwinless.res
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
Loading…
Reference in New Issue
Block a user