From 5c06d1b014f98478732249f3ec59306d725de80c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 10 May 2000 12:02:24 +0000 Subject: [PATCH] make -> nmake for VC++ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- BuildCVS.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuildCVS.txt b/BuildCVS.txt index 5c5816021d..7b90e3ad9d 100644 --- a/BuildCVS.txt +++ b/BuildCVS.txt @@ -67,7 +67,7 @@ c) Build instructions -> type: cd c:\wxWin\src\msw -> type: make -f makefile.g95 (if using GNU tools) -or type: make -f makefile.vc (if using MS VC++) +or type: nmake -f makefile.vc (if using MS VC++) II) Unix ports