Bug 487694 - "unable to build ssltunnel and some xpcom/test files due to CxxFrameHandler linkage" (Patch for nsIFileEnumerator.exe) [r=benjamin]

This commit is contained in:
Hiroyuki Ikezoe 2009-06-14 01:51:12 -07:00
parent 45187f5935
commit 177d91f354

View File

@ -165,6 +165,10 @@ MOZ_DEBUG_SYMBOLS = 1
include $(topsrcdir)/config/rules.mk
ifeq ($(OS_ARCH),WINCE)
EXTRA_LIBS += libcmt.lib
endif
LOCAL_INCLUDES = \
-I$(srcdir)/../ds \
-I$(srcdir)/services \