1
0
mirror of https://github.com/stargieg/bacnet-stack synced 2025-10-26 23:35:52 +08:00
This commit is contained in:
Patrick Grimm
2016-10-30 16:16:03 +01:00
parent 1ea3bdb9cc
commit b9bb161ade
708 changed files with 158266 additions and 28567 deletions

View File

@@ -14,6 +14,8 @@ make BACNET_PORT=win32 BUILD=release clean all > /dev/null
# Build for MinGW MS/TP
# make BACNET_PORT=win32 BACDL_DEFINE=-DBACDL_MSTP=1 clean all
# make BACNET_PORT=win32 BACDL_DEFINE=-DBACDL_BIP6=1 clean all
# make BACDL_DEFINE=-DBACDL_BIP6=1 BUILD=debug clean all
# On Linux, install mingw32 and use this:
# make BACNET_PORT=win32 CC=i586-mingw32msvc-gcc AR=i586-mingw32msvc-ar clean all