From 9ffb99910bb698cfceaaa34118e1a8851a735f2c Mon Sep 17 00:00:00 2001 From: Nelson Rush Date: Wed, 19 Jan 2000 06:29:32 +0000 Subject: [PATCH] fixed directions --- README.WIN | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.WIN b/README.WIN index 1abe78f..9d7cde8 100644 --- a/README.WIN +++ b/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: