Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 347914 | Differences between
and this patch

Collapse All | Expand All

(-)a/js/src/jsapi-tests/Makefile.in (-1 / +1 lines)
Lines 57-73 CPPSRCS = \ Link Here
57
  testDefineGetterSetterNonEnumerable.cpp \
57
  testDefineGetterSetterNonEnumerable.cpp \
58
  testExtendedEq.cpp \
58
  testExtendedEq.cpp \
59
  $(NULL)
59
  $(NULL)
60
60
61
DEFINES         += -DEXPORT_JS_API
61
DEFINES         += -DEXPORT_JS_API
62
62
63
LIBS      = $(NSPR_LIBS) $(DEPTH)/$(LIB_PREFIX)js_static.$(LIB_SUFFIX)
63
LIBS      = $(NSPR_LIBS) $(DEPTH)/$(LIB_PREFIX)js_static.$(LIB_SUFFIX)
64
64
65
LOCAL_INCLUDES += -I$(topsrcdir) -I..
65
LOCAL_INCLUDES += -I$(topsrcdir) -I.. $(NSPR_CFLAGS)
66
66
67
ifdef _MSC_VER
67
ifdef _MSC_VER
68
ifdef WINCE
68
ifdef WINCE
69
WIN32_EXE_LDFLAGS += -ENTRY:mainACRTStartup
69
WIN32_EXE_LDFLAGS += -ENTRY:mainACRTStartup
70
endif
70
endif
71
endif
71
endif
72
72
73
include $(topsrcdir)/config/rules.mk
73
include $(topsrcdir)/config/rules.mk

Return to bug 347914