Fixed release files.

This commit is contained in:
skarg
2012-03-10 21:33:57 +00:00
parent 285c09641a
commit 9eb0066764
3 changed files with 74 additions and 43 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ CC=gcc
AR=ar
MAKE=make
export CC AR MAKE
make BACNET_PORT=win32 BUILD=release clean all
make BACNET_PORT=win32 BUILD=release clean all > /dev/null
# Build for MinGW debug
# make BACNET_PORT=win32 BUILD=debug clean all