Fixed a few problems with ptransfer in linux builds, but then relagated it to Win32 only builds (left the errors for M$-only functions like _kbhit)
Added a makefile for it.
This commit is contained in:
@@ -47,8 +47,11 @@ LFLAGS = -Wl,$(LIBRARIES)
|
||||
|
||||
SUBDIRS = readprop writeprop readfile writefile reinit server dcc \
|
||||
whohas whois ucov timesync epics readpropm \
|
||||
mstpcap ptransfer uptransfer \
|
||||
mstpcap uptransfer \
|
||||
whoisrouter iamrouter initrouter
|
||||
ifeq (${BACNET_PORT},win32)
|
||||
SUBDIRS += ptransfer
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring -DBAC_ROUTING,$(BACNET_DEFINES)))
|
||||
SUBDIRS += gateway
|
||||
|
||||
Reference in New Issue
Block a user