From: Vadim Zeitlin Date: Fri, 21 Sep 2007 13:34:03 +0000 (+0000) Subject: no changes, just a typo fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a37c8e1ccec3ac5b6a336315a12420fe4073d6ff?ds=inline no changes, just a typo fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/BuildSVN.txt b/BuildSVN.txt index 2a47b8beb3..d7dd70d197 100644 --- a/BuildSVN.txt +++ b/BuildSVN.txt @@ -49,8 +49,7 @@ If using configure, Unix instructions apply. c) Build instructions -Assumming that you installed the wxWidgets sources -into c:\wxWidgets: +Assuming that you installed the wxWidgets sources into c:\wxWidgets: -> Copy c:\wxWidgets\include\wx\msw\setup0.h to c:\wxWidgets\include\wx\msw\setup.h @@ -59,7 +58,7 @@ into c:\wxWidgets: and std iostreams are disabled with #define wxUSE_STD_IOSTREAM 0 - + -> type: cd c:\wxWidgets\build\msw -> type: make -f makefile.gcc (if using GNU tools) or type: nmake -f makefile.vc (if using MS VC++) @@ -69,7 +68,7 @@ etc. d) Borland (including free command line tools) Download tools from http://www.borland.com/downloads/ - + See docs/msw/install.txt for details; in brief: -> type cd c:\wxWidgets\build\msw