2000-01-19 05:48:59 +00:00
|
|
|
Steps to compile standalone on win32 platforms with VC++.
|
|
|
|
|
2000-01-19 06:29:32 +00:00
|
|
|
1) copy common\wins\*.* common\
|
2000-01-19 05:48:59 +00:00
|
|
|
|
|
|
|
this will copy math.s, d_polysa.s, and d_parta.s into common
|
|
|
|
(note: make sure you have backups of these three files)
|
|
|
|
|
2000-01-19 06:29:32 +00:00
|
|
|
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)
|
|
|
|
|
2000-01-19 05:48:59 +00:00
|
|
|
3) 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.
|