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:
timeless%mozdev.org
2003-03-07 09:36:44 +00:00
parent 9da59a45b4
commit 7d9db8e4bd
2 changed files with 3 additions and 4 deletions

View File

@@ -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 \

View File

@@ -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