-wxWidgets, but I use some non-standard stuff to do it. So if you want
-to use my scripts you'll need to get a copy or 4DOS or 4NT from
-<a class="reference" href="http://www.jpsoft.com/">http://www.jpsoft.com/</a> and also a copy of unix-like cat and sed
-programs. You can also do by hand what my scripts are doing, but
-there are alot of steps involved and I won't be going into details
-here. There is a copy of my build scripts in %WXDIR%wxPythondistribmsw
-that you can use for reference (if you don't use them directly) for
-adapting these instructions to your specific needs. The directions
-below assume that you are using my scripts.</p>
+wxWidgets, but I use some non-standard stuff to do it. So if you have
+bash (cygwin or probably MSYS too) or 4NT plus unix-like cat and sed
+programs then there is a copy of my wxWidgets build scripts in
+%WXDIR%\wxPython\distrib\msw. Just copy them to
+%WXDIR%\build\msw and you can use them to do your build, otherwise
+you can do everything by hand as described below. But if you do work
+by hand and something doesn't seem to be working correctly please
+refer to the build scripts to see what may need to be done
+differently.</p>
+<p>The <a href="#id1" name="id2"><span class="problematic" id="id2">*</span></a>.btm files are for 4NT and the others are for bash. They are:</p>
+<div class="system-message" id="id1">
+<p class="system-message-title">System Message: <a name="id1">WARNING/2</a> (<tt>/home/work/projects/wx2.5/wxPython/docs/BUILD.txt</tt>, line 259); <em><a href="#id2">backlink</a></em></p>
+Inline emphasis start-string without end-string.</div>
+<blockquote>
+<p>.make/.make.btm Builds the main lib and the needed contribs
+.mymake/.mymake.btm Builds just one lib, use by .make
+.makesetup.mk A makefile that will copy and edit setup.h</p>
+<div class="system-message">
+<p class="system-message-title">System Message: ERROR/3 (<tt>/home/work/projects/wx2.5/wxPython/docs/BUILD.txt</tt>, line 264)</p>
+Unexpected indentation.</div>
+<blockquote>
+as needed for the different types of builds</blockquote>
+</blockquote>
+<p>Okay. Here's what you've been waiting for, the instructions! Adapt
+accordingly if you are using the bash shell.</p>