View previous topic :: View next topic |
Author |
Message |
JJR
Joined: 22 Feb 2004 Posts: 1104
|
Posted: Sat Oct 16, 2004 4:53 pm Post subject: opengl.lib and glu32.lib |
|
|
A note about the make process for undig:
The makefile appears to copy it's own openg32.lib and glu32.lib libraries into my digitalmars \dm\lib directory. That's not very nice because it overwrites my own versions in there. Grrrr!
It would be nice if an existance test was done first for those libraries before an overwrite. |
|
Back to top |
|
|
jcc7
Joined: 22 Feb 2004 Posts: 657 Location: Muskogee, OK, USA
|
Posted: Sat Oct 16, 2004 8:54 pm Post subject: Re: opengl.lib and glu32.lib |
|
|
JJR wrote: | The makefile appears to copy it's own openg32.lib and glu32.lib libraries into my digitalmars \dm\lib directory. That's not very nice because it overwrites my own versions in there. Grrrr!
It would be nice if an existance test was done first for those libraries before an overwrite. | Thanks for the suggestion. I added the "/-Y" switch to the COPY command, so that it will ask before it overwrites now. Sorry for any grief this might have caused.
I updated the SVN and created a new archive (not that unDig runs again yet). |
|
Back to top |
|
|
JJR
Joined: 22 Feb 2004 Posts: 1104
|
Posted: Sat Oct 16, 2004 8:59 pm Post subject: |
|
|
No worries. The grief was temporary.
Thanks!
- John |
|
Back to top |
|
|
|