Browse Source

add -no-undefined for WinCE

pull/2/head
Geoffroy Couprie 18 years ago
parent
commit
f57c5bdcf9
  1. 5
      modules/common.am

5
modules/common.am

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

Loading…
Cancel
Save