[vlc-devel] How to change makefile to build a dll?
姚明
s2131172 at ss24.mcu.edu.tw
Wed Jan 31 10:37:27 CET 2007
Hi,
These are part of makefile in vlc 0.8.6-a(VLC Media Player).I would like to
convert vlc.exe to a vlc.dll,so i can call funtions from vlc media player
when i use my java ap.Does somebody knows how to do it.Please gives me a
hint.Thanks.
vlc$(EXEEXT): $(vlc_OBJECTS) $(DEPENDENCIES_vlc)
@rm -f vlc$(EXEEXT)
@case `$(VLC_CONFIG) --linkage vlc builtin` in \
c++) cmd="$(CXXLINK)" ;; \
objc) cmd="$(OBJCLINK)" ;; \
c|*) cmd="$(LINK)" ;; \
esac ; \
cmd="$$cmd $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_LDFLAGS)" ; \
echo $$cmd ; \
eval $$cmd
ps.This is the complete makefile.(use MSWord to open it can let it display
normally)
Makefile <http://www.nabble.com/file/6124/Makefile>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20070131/6b34464b/attachment.html>
More information about the vlc-devel
mailing list