[quake3] Help moving dlls from baseq3 to ioquake3/ directory.

Chris Bunting expressvps at verizon.net
Sun May 13 03:49:27 EDT 2007


Hello,

What I was looking for is in, ui_main.c, q_shared.h and cg_main.c 

Thanks,
Chris
  ----- Original Message ----- 
  From: Henry Garcia 
  To: quake3 at icculus.org 
  Sent: Saturday, May 12, 2007 2:00 PM
  Subject: Re: [quake3] Help moving dlls from baseq3 to ioquake3/ directory.


  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. 
  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. 


    ifndef COPYDIR
    COPYDIR="/c/Q3Ademo"
    endif

  Alter the COPYDIR to  match where you have your program installed: e.g. /c/Program Files/Quake III Arena"

  And then run Make copyfiles

  That should install the executables and the dll's in their proper places. 








  On 5/12/07, Chris Bunting <expressvps at verizon.net> wrote:
    Hello,

    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.

    /ioquake3/
       |-- cgamex86.dll
       |-- qagamex86.dll
       |-- uix86.dll
       |-- OpenAL32.dll

    Not sure if that will look the same but that is what I'm trying to do.

    Thanks,
    Chris

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://icculus.org/pipermail/quake3/attachments/20070513/176dc4f5/attachment.htm>


More information about the quake3 mailing list