fix typo in Borland build instructions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott 2003-08-25 15:04:43 +00:00
parent 1a81e3dba8
commit 19fea8580e

View 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!)