added readme for code blocks.

This commit is contained in:
skarg
2007-06-15 22:41:26 +00:00
parent 4c63cac87f
commit 11d6fa7589
2 changed files with 11 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
BACnet Stack @ SourceForge.net
Build using Code Blocks
Q1: GNU GCC Compiler, undefined reference to closesocket
A1: Under Project->Build Options->Linker settings,
add "ws2_32" to Link Libraries.
+1
View File
@@ -11,6 +11,7 @@ For this release, here are some things to do:
7. Add arcnet.c and ethernet.c to all the linux Makefiles (done, STK)
8. Refactor Makefile DEFINES like demo/server/Makefile. (done, STK)
9. Finish subscribe COV support in server demo.
10. Add Visual Studio 2005 makefiles for demos.
For a later release, here are some things to do: