mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
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:
parent
45187f5935
commit
177d91f354
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user