]> git.saurik.com Git - wxWidgets.git/commitdiff
fix typo in Borland build instructions
authorChris Elliott <biol75@york.ac.uk>
Mon, 25 Aug 2003 15:04:43 +0000 (15:04 +0000)
committerChris Elliott <biol75@york.ac.uk>
Mon, 25 Aug 2003 15:04:43 +0000 (15:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/msw/install.txt

index 14f43a1e5e38da946aa33a2bb2616874183be758..1e4d39586c215b45d534c7ef46afcb3a64967811 100644 (file)
@@ -558,7 +558,7 @@ Visual C++:
   > nmake -f makefile.vc BUILD=debug UNICODE=1
 
 Borland C++:
-  > nmake -f makefile.bcc -DBUILD=debug -DUNICODE=1
+  > make -f makefile.bcc -DBUILD=debug -DUNICODE=1
   (Note that you have to use -D to set the variable, unlike in other make
   tools!)