mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-07 08:50:51 +00:00
Notes for compiling with MSVC (mostly the same as in the main QF tree)
This commit is contained in:
parent
ac02d268e0
commit
6ab6dff31f
1 changed files with 23 additions and 0 deletions
23
README.WIN
Normal file
23
README.WIN
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
Steps to compile standalone on win32 platforms with VC++.
|
||||||
|
|
||||||
|
1) either: (reccommended)
|
||||||
|
download and install MGL for VC++. it is available from Scitech at
|
||||||
|
http://www.scitechsoft.com
|
||||||
|
|
||||||
|
IMPORTANT: make sure you add the mgl include and lib paths to VC++'s
|
||||||
|
options in Tools->Options->Directories
|
||||||
|
|
||||||
|
// Tonik: latest MGL from Scitech seems to have a couple of bugs,
|
||||||
|
like F10 and alt keys not working :(
|
||||||
|
|
||||||
|
or:
|
||||||
|
if you don't feel like downloading the latest version of the MGL,
|
||||||
|
which is very highly recommended, you can get the scitech directory
|
||||||
|
from the q1source.zip file, rename the MGLLT.LIB file in it to
|
||||||
|
MGLFX.LIB, and put the appropriate paths into VC++'s options, as
|
||||||
|
above.
|
||||||
|
|
||||||
|
2) Build the gas2masm Debug program first. all the other targets depend
|
||||||
|
on this one.
|
||||||
|
|
||||||
|
3) Build the other targets.
|
Loading…
Reference in a new issue