Modified linux makefiles for compiling with MinGW. Not successful yet (except under codeblocks).

This commit is contained in:
skarg
2008-03-08 15:08:27 +00:00
parent b2437a82ce
commit a3e2d61f56
13 changed files with 85 additions and 32 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ BACNET_DEFINES = -DBACFILE=1 -DPRINT_ENABLED=1 -DBACAPP_ALL
DEFINES = $(BACNET_DEFINES) $(BACDL_DEFINE)
# Directories
BACNET_PORT = ../../ports/linux
BACNET_PORT = linux
BACNET_PORT_DIR = ../../ports/${BACNET_PORT}
BACNET_INCLUDE = ../../include
# BACnet Library
BACNET_LIB_DIR = ../../lib