<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=big5">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
name="chsdate" downloadurl=""/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
{font-family:新細明體;
panose-1:2 2 3 0 0 0 0 0 0 0;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:"\@新細明體";
panose-1:2 2 3 0 0 0 0 0 0 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman";}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:Arial;
color:windowtext;}
/* Page Definitions */
@page Section1
{size:595.3pt 841.9pt;
margin:72.0pt 90.0pt 72.0pt 90.0pt;
layout-grid:18.0pt;}
div.Section1
{page:Section1;}
-->
</style>
</head>
<body lang=ZH-TW link=blue vlink=purple style='text-justify-trim:punctuation'>
<div class=Section1 style='layout-grid:18.0pt'>
<p class=MsoNormal><font size=1 color=black face=Tahoma><span lang=EN-US
style='font-size:9.0pt;font-family:Tahoma;color:black'>Hi, <br>
These are part of makefile in vlc <st1:chsdate IsROCDate="False"
IsLunarDate="False" Day="30" Month="12" Year="1899" w:st="on">0.8.6</st1:chsdate>-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. <br>
<br>
vlc$(EXEEXT): $(vlc_OBJECTS) $(DEPENDENCIES_vlc) <br>
@rm -f vlc$(EXEEXT) <br>
@case `$(VLC_CONFIG) --linkage vlc builtin` in \ <br>
c++) cmd="$(CXXLINK)" ;; \ <br>
objc) cmd="$(OBJCLINK)" ;; \ <br>
c|*) cmd="$(LINK)" ;; \ <br>
esac ; \ <br>
cmd="$$cmd $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_LDFLAGS)" ; \ <br>
echo $$cmd ; \ <br>
eval $$cmd <br>
<br>
ps.This is the complete makefile.(use MSWord to open it can let it display
normally) <br>
<a href="http://www.nabble.com/file/6124/Makefile" target="_top">Makefile</a></span></font><font
size=1 face=Arial><span lang=EN-US style='font-size:9.0pt;font-family:Arial'><o:p></o:p></span></font></p>
</div>
</body>
</html>