Bug 189743 Bad include in layout-debug/plugin
r=bernd sr=kin git-svn-id: svn://10.0.0.236/trunk@139089 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
MODULE = npdebug
|
||||
LIBRARY_NAME = npdebug
|
||||
RESFILE = npdebug.res
|
||||
DEFFILE = npdebug.def
|
||||
DEFFILE = $(srcdir)/npdebug.def
|
||||
|
||||
REQUIRES= xpcom \
|
||||
dom \
|
||||
@@ -65,7 +65,7 @@ CPPSRCS = plugin.cpp \
|
||||
npp_gate.cpp \
|
||||
$(NULL)
|
||||
|
||||
LOCAL_INCLUDES = -I$(XPIDL_GEN_DIR) -I./include
|
||||
LOCAL_INCLUDES = -I$(XPIDL_GEN_DIR) -I$(srcdir)/include
|
||||
|
||||
EXTRA_DSO_LDOPTS += \
|
||||
-L$(DIST)/lib \
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
//Microsoft Developer Studio generated resource script.
|
||||
//
|
||||
#include "resource.h"
|
||||
#include "winnt.h"
|
||||
|
||||
#define APSTUDIO_READONLY_SYMBOLS
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Generated from the TEXTINCLUDE 2 resource.
|
||||
//
|
||||
#include "afxres.h"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#undef APSTUDIO_READONLY_SYMBOLS
|
||||
@@ -83,7 +83,6 @@ END
|
||||
|
||||
2 TEXTINCLUDE DISCARDABLE
|
||||
BEGIN
|
||||
"#include ""afxres.h""\r\n"
|
||||
"\0"
|
||||
END
|
||||
|
||||
|
||||
Reference in New Issue
Block a user