From 8a8578cebb1c2411b0f46890ade570b8eaf9e88a Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Mon, 21 Oct 2002 08:57:48 +0000 Subject: [PATCH] fix for sourceforge bug report 625765 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/msw/install.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/msw/install.txt b/docs/msw/install.txt index d96471b2c8..13ad7cf908 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -229,8 +229,9 @@ Compiling using the makefiles (updated 24 Seot 02): 1. Make sure your WXWIN variable is set [e.g add set WXWIN=c:\wxwindows - to your autoexec.bat file], and that it uses the FAT (short - name) form with no spaces. + to your autoexec.bat file], The WXWIN variable should contain neither spaces nor - + You may like to use the short form as shown by a dos directory listing ; + eg instead of c:\wxwindows-2.3.3 use c:\wxwind~1.3 Reboot if needed for the changes to autoexec.bat to take effect. 2. Change directory to src\msw. Type 'make -f makefile.b32' to make the wxWindows core library. Ignore the compiler warnings.