From 19fea8580ef47629afec16612c56ece3dbbe97c6 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Mon, 25 Aug 2003 15:04:43 +0000 Subject: [PATCH] fix typo in Borland build instructions git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/msw/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!) -- 2.50.0