Changed CC and AR in demo makefiles to make cross compiling the demo applications easier.

This commit is contained in:
skarg
2010-03-01 19:01:40 +00:00
parent 9327994aef
commit d4b39c6b59
19 changed files with 76 additions and 32 deletions
+2
View File
@@ -1,6 +1,8 @@
@echo off
echo Build with MinGW mingw.sourceforge.net
echo Note: copy mingw32-make.exe to make.exe to build for Win32
set CC=gcc
set AR=ar
make BACNET_PORT=win32 BUILD=release clean all
rem Build for MinGW debug