[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to change makefile to build a dll?
From: |
ballofking |
Subject: |
How to change makefile to build a dll? |
Date: |
Tue, 30 Jan 2007 17:58:07 -0800 (PST) |
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 ; \
ps.This is the complete makefile.
eval $$cmd http://www.nabble.com/file/6124/Makefile Makefile
--
View this message in context:
http://www.nabble.com/How-to-change-makefile-to-build-a-dll--tf3146264.html#a8721980
Sent from the Gnu - Make - W32 mailing list archive at Nabble.com.
- How to change makefile to build a dll?,
ballofking <=