mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 22:51:37 +00:00
17 lines
576 B
Text
17 lines
576 B
Text
Steps to compile standalone on win32 platforms with VC++.
|
|
|
|
1) copy common\wins\*.* common\
|
|
|
|
this will copy math.s, d_polysa.s, and d_parta.s into 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
|
|
(note: make backups of the destinations in case you need them)
|
|
|
|
2) copy uquake\wins\sys_win.c uquake\
|
|
|
|
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.
|