When you can write the code, then you can decide where to put the dll&#39;s. I would assume that the ioquake3.x86.exe expects the dlls to be in a certain place. You move them around, and the program won&#39;t run. <br>But all the user should do is edit his Makefile to point to the destination where he wants the compiled executable and libraries to be installed. 
<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">ifndef COPYDIR<br>COPYDIR=&quot;/c/Q3Ademo&quot;<br>endif</blockquote><div><br>Alter the COPYDIR to&nbsp; match where you have your program installed: 
e.g. /c/Program Files/Quake III Arena&quot;<br><br>And then run Make copyfiles<br><br>That should install the executables and the dll&#39;s in their proper places. <br><br><br><br><br></div><br><br><div><span class="gmail_quote">
On 5/12/07, <b class="gmail_sendername">Chris Bunting</b> &lt;<a href="mailto:expressvps@verizon.net">expressvps@verizon.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">






<div bgcolor="#f4f4f4">
<div><font face="Arial" size="2">Hello,</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">I&#39;ve been trying to find out where the reference is 
that calls for the game .dll&#39;s to be in the baseq3/ directory. I would like to 
have these in the main directory like the openal.dll.</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">/ioquake3/<br>&nbsp;&nbsp; |-- 
cgamex86.dll<br>&nbsp;&nbsp; |-- qagamex86.dll<br>&nbsp;&nbsp; |-- 
uix86.dll<br>&nbsp;&nbsp; |-- OpenAL32.dll</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">Not sure if that will look the same but that is 
what I&#39;m trying to do.</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">Thanks,<br>Chris</font></div></div>
</blockquote></div><br>