mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 06:31:56 +00:00
fixed directions
This commit is contained in:
parent
98f440fd51
commit
9ffb99910b
1 changed files with 4 additions and 6 deletions
10
README.WIN
10
README.WIN
|
@ -1,15 +1,13 @@
|
|||
Steps to compile standalone on win32 platforms with VC++.
|
||||
|
||||
1) copy common\wins\config.h common\config.h
|
||||
|
||||
(note: make sure you have a backup of common\config.h, doing the above
|
||||
will overwrite it)
|
||||
|
||||
2) copy common\wins\*.s common\
|
||||
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)
|
||||
|
||||
3) copy uquake\wins\sys_win.c uquake\
|
||||
|
||||
Notes:
|
||||
|
|
Loading…
Reference in a new issue