From 6a693d1fb8af4e09538bf4b794428d94a10640cc Mon Sep 17 00:00:00 2001 From: petermcs Date: Sat, 2 Apr 2011 10:01:46 +0000 Subject: [PATCH] Added MSTPCAP and EPICS to VS2008 build. Added net.h to timer.c includes. --- .../BACnet Object Definitions.vcproj | 4 +- .../BACnet Stack Development.sln | 10 + .../BACnet Stack Library.vcproj | 12 +- .../Server/Server.vcproj | 4 +- .../Who-Is/Who-Is.vcproj | 2 +- .../epics/epics.vcproj | 205 ++++++++++++++++++ .../gateway/gateway.vcproj | 12 +- .../mstpcap/mstpcap.vcproj | 200 +++++++++++++++++ bacnet-stack/ports/win32/timer.c | 1 + 9 files changed, 433 insertions(+), 17 deletions(-) create mode 100644 bacnet-stack/ports/win32/Microsoft Visual Studio 2008/epics/epics.vcproj create mode 100644 bacnet-stack/ports/win32/Microsoft Visual Studio 2008/mstpcap/mstpcap.vcproj diff --git a/bacnet-stack/ports/win32/Microsoft Visual Studio 2008/BACnet Object Definitions/BACnet Object Definitions.vcproj b/bacnet-stack/ports/win32/Microsoft Visual Studio 2008/BACnet Object Definitions/BACnet Object Definitions.vcproj index ee65f3c5..14316a78 100644 --- a/bacnet-stack/ports/win32/Microsoft Visual Studio 2008/BACnet Object Definitions/BACnet Object Definitions.vcproj +++ b/bacnet-stack/ports/win32/Microsoft Visual Studio 2008/BACnet Object Definitions/BACnet Object Definitions.vcproj @@ -41,7 +41,7 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bacnet-stack/ports/win32/Microsoft Visual Studio 2008/gateway/gateway.vcproj b/bacnet-stack/ports/win32/Microsoft Visual Studio 2008/gateway/gateway.vcproj index ecf1dc4a..07a44de2 100644 --- a/bacnet-stack/ports/win32/Microsoft Visual Studio 2008/gateway/gateway.vcproj +++ b/bacnet-stack/ports/win32/Microsoft Visual Studio 2008/gateway/gateway.vcproj @@ -41,7 +41,7 @@ + + + + diff --git a/bacnet-stack/ports/win32/Microsoft Visual Studio 2008/mstpcap/mstpcap.vcproj b/bacnet-stack/ports/win32/Microsoft Visual Studio 2008/mstpcap/mstpcap.vcproj new file mode 100644 index 00000000..be518ec2 --- /dev/null +++ b/bacnet-stack/ports/win32/Microsoft Visual Studio 2008/mstpcap/mstpcap.vcproj @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bacnet-stack/ports/win32/timer.c b/bacnet-stack/ports/win32/timer.c index 409b93b5..f32bbeef 100644 --- a/bacnet-stack/ports/win32/timer.c +++ b/bacnet-stack/ports/win32/timer.c @@ -29,6 +29,7 @@ #define WIN32_LEAN_AND_MEAN #define STRICT 1 #include +#include "net.h" #include #include "timer.h"