From 59f846df9b87ea2f7a0314d5c4f79c2db9f5d378 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 25 Oct 2006 00:35:47 +0000 Subject: [PATCH] removed confusing 'native make' from mingw32 section (bug 1236795) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/msw/install.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/msw/install.txt b/docs/msw/install.txt index 3eb3020..c1b271c 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -447,9 +447,9 @@ Using makefiles directly ---------------------------------------------------------------- NOTE: The makefile.gcc makefiles are for compilation under MinGW using - native make and Windows command interpreter (command.com/cmd.exe), they - won't work in other environments (such as UNIX or Unix-like, e.g. MSYS; - you have to use configure instead) + Windows command interpreter (command.com/cmd.exe), they won't work in + other environments (such as UNIX or Unix-like, e.g. MSYS where you have + to use configure instead, see the section below) Here are the steps required using the provided makefiles: -- 2.7.4