Fixed Makefile for MinGW build. Testing with MinGW 20101030 and MSYS. gcc (GCC) 4.5.0 (MinGW), GNU Make 3.81 (MSYS).

This commit is contained in:
skarg
2010-11-30 17:50:24 +00:00
parent 4ef8209fed
commit a39bf392bd
4 changed files with 30 additions and 21 deletions
+4 -2
View File
@@ -4,6 +4,10 @@
# Most platforms have this already defined
# CC = gcc
# AR = ar
# MAKE = make
# SIZE = size
#
# Assumes rm and cp are available
# configuration
# If BACNET_DEFINES has not already been set, configure to your needs here
@@ -71,5 +75,3 @@ bdk-atxx4-mstp: ports/bdk-atxx4-mstp/Makefile
clean:
$(MAKE) -C lib clean
$(MAKE) -C demo clean