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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user