Changed make to $(MAKE). Not sure if this is still needed, since MSYS has make.exe (in lieu of MinGW). Lots of demo makefiles still have make in them...
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
@echo off
|
||||
echo Build with MinGW and MSYS: mingw.sourceforge.net
|
||||
rem set PATH=C:\MinGW\msys\1.0\bin;C:\MinGW\bin
|
||||
rem assumes rm, cp, size are already in path
|
||||
set CC=gcc
|
||||
set AR=ar
|
||||
set MAKE=make
|
||||
set SIZE=size
|
||||
make BACNET_PORT=win32 BUILD=release clean all
|
||||
|
||||
rem Build for MinGW debug
|
||||
|
||||
Reference in New Issue
Block a user