Search found 2 matches

by Desperado
Fri Nov 10, 2006 4:40 pm
Forum: Programming Discussion
Topic: How are renderer.lib ,Splines.lib etc. linked to quake3.exe?
Replies: 1
Views: 2495

Ok, I found out that Visual C++ projects automatically link in libs that are produced by projects which they depend on. Thanks anyways.
by Desperado
Fri Nov 10, 2006 3:30 pm
Forum: Programming Discussion
Topic: How are renderer.lib ,Splines.lib etc. linked to quake3.exe?
Replies: 1
Views: 2495

How are renderer.lib ,Splines.lib etc. linked to quake3.exe?

Hello everybody, I'm currently experimenting with the Quake3 sourcecode using MS Visual C++. However, I don't know which linker /compiler options make it so that renderer.lib , Splines.lib and botlib.lib are linked to the Quake3.exe project. I thought it might be via the def files ob each project, b...