Added support for Visual Studio 2015.

Fixed some WIN32 specific compile issues.
Changed MinGW build to use _NO_OLDNAMES so that it compatible with MSVC.
Thank you John LaFontaine for the contribution!
This commit is contained in:
skarg
2015-11-10 21:08:05 +00:00
parent 814bb171cd
commit ca5a9bff94
11 changed files with 806 additions and 4 deletions
+1
View File
@@ -40,6 +40,7 @@ endif
ifeq (${BACNET_PORT},win32)
TARGET_EXT = .exe
SYSTEM_LIB=-lws2_32,-lgcc,-lm,-liphlpapi,-lwinmm
DEFINES += -D_NO_OLDNAMES
endif
#build for release (default) or debug
DEBUGGING =