Commit f57c5bdc authored by Geoffroy Couprie's avatar Geoffroy Couprie

add -no-undefined for WinCE

parent d041136e
......@@ -28,6 +28,11 @@ if HAVE_WIN32
AM_LDFLAGS += -no-undefined
AM_LIBADD += $(LTLIBVLCCORE)
endif
if HAVE_WINCE
# Same for Windows CE
AM_LDFLAGS += -no-undefined
AM_LIBADD += $(LTLIBVLCCORE)
endif
include $(srcdir)/Modules.am
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment