From f6fdc544030e758a58504836563d98b021edeb97 Mon Sep 17 00:00:00 2001 From: skarg Date: Thu, 16 Oct 2008 03:30:11 +0000 Subject: [PATCH] Added note about copying mingw32-make.exe to make.exe. --- bacnet-stack/build.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/bacnet-stack/build.bat b/bacnet-stack/build.bat index 94640c41..44342eea 100644 --- a/bacnet-stack/build.bat +++ b/bacnet-stack/build.bat @@ -1,5 +1,6 @@ @echo off echo Build with MinGW mingw.sourceforge.net +echo Note: copy mingw32-make.exe to make.exe to build for Win32 make BACNET_PORT=win32 OPTIMIZATION=-Os DEBUGGING= clean all rem Build for MinGW debug rem make BACNET_PORT=win32 clean all