added bacstr to linux demo makefile.
This commit is contained in:
@@ -21,6 +21,7 @@ SRCS = ports/linux/main.c \
|
|||||||
bacdcode.c \
|
bacdcode.c \
|
||||||
bacapp.c \
|
bacapp.c \
|
||||||
bacprop.c \
|
bacprop.c \
|
||||||
|
bacstr.c \
|
||||||
bigend.c \
|
bigend.c \
|
||||||
whois.c \
|
whois.c \
|
||||||
iam.c \
|
iam.c \
|
||||||
|
|||||||
@@ -37,6 +37,7 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include "bacdef.h"
|
#include "bacdef.h"
|
||||||
|
#include "bacstr.h"
|
||||||
|
|
||||||
typedef struct BACnet_Application_Data_Value
|
typedef struct BACnet_Application_Data_Value
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*####COPYRIGHTBEGIN####
|
/*####COPYRIGHTBEGIN####
|
||||||
-------------------------------------------
|
-------------------------------------------
|
||||||
Copyright (C) 2004 Steve Karg
|
Copyright (C) 2005 Steve Karg
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
This program is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU General Public License
|
modify it under the terms of the GNU General Public License
|
||||||
@@ -31,8 +31,8 @@
|
|||||||
License.
|
License.
|
||||||
-------------------------------------------
|
-------------------------------------------
|
||||||
####COPYRIGHTEND####*/
|
####COPYRIGHTEND####*/
|
||||||
#ifndef BACDCODE_H
|
#ifndef BACSTR_H
|
||||||
#define BACDCODE_H
|
#define BACSTR_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user