mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-15 08:21:41 +00:00
Added comments about where to get scitech MGL; also, re-wrote the file completely...
This commit is contained in:
parent
46094d7875
commit
1ab1bc09e6
1 changed files with 6 additions and 12 deletions
18
README.WIN
18
README.WIN
|
@ -1,17 +1,11 @@
|
||||||
Steps to compile standalone on win32 platforms with VC++.
|
Steps to compile standalone on win32 platforms with VC++.
|
||||||
|
|
||||||
1) copy common\wins\*.* common\
|
1) Copy scitech\*.* from the original q1source.zip by id Software to
|
||||||
|
the quakeforge directory. Or you can get the scitech library from
|
||||||
|
http://www.scitechsoft.com/
|
||||||
|
|
||||||
this will copy math.s, d_polysa.s, and d_parta.s into common
|
2) Copy config.h from common\wins to common\
|
||||||
(note: make sure you have backups of these three files)
|
|
||||||
|
|
||||||
it will also copy any other files in that dir that need to be copied
|
3) Compile gas2masm project using Debug configuration.
|
||||||
(note: make backups of the destinations in case you need them)
|
|
||||||
|
|
||||||
2) copy uquake\wins\sys_win.c uquake\
|
4) Compile all the other projects.
|
||||||
|
|
||||||
Notes:
|
|
||||||
|
|
||||||
The VC project files assume a couple of things, i.e, that the workspace is
|
|
||||||
in the root quakeforge directory, and that \scitech is directly off the root
|
|
||||||
directory, as is \gas2masm\debug.
|
|
||||||
|
|
Loading…
Reference in a new issue