<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16441" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#f4f4f4>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>What I was looking for is in, ui_main.c, q_shared.h 
and cg_main.c&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2>Chris</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=defsyn@gmail.com href="mailto:defsyn@gmail.com">Henry Garcia</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=quake3@icculus.org 
  href="mailto:quake3@icculus.org">quake3@icculus.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Saturday, May 12, 2007 2:00 
PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [quake3] Help moving dlls 
  from baseq3 to ioquake3/ directory.</DIV>
  <DIV><BR></DIV>When you can write the code, then you can decide where to put 
  the dll'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'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 class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">ifndef 
    COPYDIR<BR>COPYDIR="/c/Q3Ademo"<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"<BR><BR>And then run Make 
  copyfiles<BR><BR>That should install the executables and the dll'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="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
    <DIV bgcolor="#f4f4f4">
    <DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>I've been trying to find out where the 
    reference is that calls for the game .dll'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'm trying to do.</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=Arial 
  size=2>Thanks,<BR>Chris</FONT></DIV></DIV></BLOCKQUOTE></DIV><BR></BLOCKQUOTE></BODY></HTML>