skarg
|
bc0de6b71f
|
Cleaning up code by adding prototypes or include files where required.
|
2010-08-17 13:51:56 +00:00 |
|
skarg
|
0b5efa5be5
|
Changed -L=lib to -Llib in all GNU Make makefiles since it was wrong and causing problems on cross compilers. Thank you, Magno!
|
2010-07-14 12:55:37 +00:00 |
|
skarg
|
d4b39c6b59
|
Changed CC and AR in demo makefiles to make cross compiling the demo applications easier.
|
2010-03-01 19:01:40 +00:00 |
|
skarg
|
2a68202503
|
Updated GNU make Makefile for cross compile by changing CC=gcc to CC:=gcc.
|
2010-02-27 04:02:27 +00:00 |
|
skarg
|
7916c7a6de
|
Consolodated the datalink environment variable for building demos on Linux and Windows into a single module (dlenv). Adjusted most demo makefiles.
|
2009-05-22 01:45:38 +00:00 |
|
skarg
|
eb5838c3d5
|
Cleaned up some makefiles.
|
2009-01-17 12:49:47 +00:00 |
|
skarg
|
fdfd6a9f9f
|
Fixed checkin of subversion where I had copied the .svn file when creating the new directory.
|
2008-11-24 04:52:37 +00:00 |
|
skarg
|
e3f91b3916
|
Added ReadPropertyMultiple client demo bacrpm.
|
2008-11-23 22:41:57 +00:00 |
|
skarg
|
e6f683a43b
|
Added BUILD=debug to linux/mingw makefiles.
|
2008-11-20 16:26:39 +00:00 |
|
skarg
|
fb614330c9
|
Added library depencies to the target binary so that they would get built when the library changed.
|
2008-07-17 20:56:39 +00:00 |
|
skarg
|
e2f7234e7d
|
Modified the linux makefiles to work with MinGW by passing in BACNET_PORT=win32 from the make command. Corrected the AdapterInfo patch, and tested it.
|
2008-03-10 20:44:18 +00:00 |
|
skarg
|
a3e2d61f56
|
Modified linux makefiles for compiling with MinGW. Not successful yet (except under codeblocks).
|
2008-03-08 15:08:27 +00:00 |
|
skarg
|
4d2f46b395
|
Added defines for each BACAPP datatype so that the developer could only use the ones they need for their WriteProperty applications.
|
2007-10-19 17:11:31 +00:00 |
|
skarg
|
4e3769b6b4
|
Updated demo make files for new directory layout.
|
2007-10-10 22:42:02 +00:00 |
|
skarg
|
e7a49d79ee
|
Converted the linux build to use BACnet library. Moved some BACnet address functions to bacaddr.c/h.
|
2007-08-23 18:56:38 +00:00 |
|
skarg
|
6dc7399605
|
Since config.h is updated, the demo makefiles needed to be updated with the latest DEFINES. Also changed some of the demo projects built with CodeBlocks.
|
2007-08-21 23:00:56 +00:00 |
|
skarg
|
fe7b8c0459
|
Added version.c to demos.
|
2007-08-14 16:00:16 +00:00 |
|
skarg
|
ec3d065755
|
Updated bacint into Linux makefiles.
|
2007-07-26 00:43:42 +00:00 |
|
skarg
|
047fd0e9a4
|
Refactored the Linux makefiles for defines. Added arcnet and ethernet
datalink files to the makefile.
|
2007-06-12 22:32:08 +00:00 |
|
skarg
|
8026dc003b
|
Combined the interface set into the datalink_init for all the datalink layers. Changed all the demo programs to use datalink_init instead of specific datalink functions.
|
2007-05-25 01:08:42 +00:00 |
|
skarg
|
294e257007
|
Corrected makefiles for demos since I removed the datalink.c file in favor of datalink.h only.
|
2007-02-01 22:31:35 +00:00 |
|
skarg
|
c27c5002d5
|
integrated the load control object into the demos.
|
2007-01-26 12:47:46 +00:00 |
|
skarg
|
d1cf788641
|
Added datetime module to demo applications.
|
2007-01-22 20:31:54 +00:00 |
|
skarg
|
05abf5be23
|
included ethernet and arcnet in demo for readprop and server on Linux. Corrected the ethernet length. Corrected warnings in s_rp and s_whois.
|
2006-08-13 16:53:15 +00:00 |
|
skarg
|
c36d28aa09
|
|
2006-08-10 21:11:04 +00:00 |
|
skarg
|
4d19c82f59
|
Created a demo Multi-state Output object, and added it to the demo applications.
|
2006-08-05 19:36:55 +00:00 |
|
skarg
|
f58b94efec
|
Added a demo for Binary Value object and Analog Value object.
|
2006-08-02 11:17:42 +00:00 |
|
skarg
|
0ab54268fa
|
Created demo Life Safety Point object. Integrated it with the demos.
|
2006-03-23 19:47:38 +00:00 |
|
skarg
|
7e18086c73
|
Added Binary Output objects to the demos.
|
2006-03-23 15:43:15 +00:00 |
|
skarg
|
e6a37a34a8
|
Added a Binary Input object to the demo objects and updated the demo applications and device object to support the new object.
|
2006-03-22 03:51:36 +00:00 |
|
skarg
|
566749508c
|
Added DeviceCommunicationControl in the demos and into the stack.
|
2006-02-10 22:44:34 +00:00 |
|
skarg
|
9cc25117b6
|
Added makefile for Linux for readprop demo
|
2006-01-24 16:04:13 +00:00 |
|