From: Chris Elliott Date: Mon, 25 Aug 2003 15:04:43 +0000 (+0000) Subject: fix typo in Borland build instructions X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/19fea8580ef47629afec16612c56ece3dbbe97c6?ds=sidebyside fix typo in Borland build instructions git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/msw/install.txt b/docs/msw/install.txt index 14f43a1e5e..1e4d39586c 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -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!)