Added Command object to the server demo. Thank you, Nikola Jelic.

This commit is contained in:
skarg
2014-03-05 17:02:38 +00:00
parent 1a6debfbf4
commit ef91dbb6ea
6 changed files with 1171 additions and 4 deletions
+6 -1
View File
@@ -206,7 +206,7 @@ wp: logfile test/wp.mak
( ./test/wp >> ${LOGFILE} )
$(MAKE) -s -C test -f wp.mak clean
objects: ai ao av bi bo bv csv lc lo lso lsp mso msv ms-input
objects: ai ao av bi bo bv csv lc lo lso lsp mso msv ms-input command
ai: logfile demo/object/ai.mak
$(MAKE) -s -C demo/object -f ai.mak clean all
@@ -237,6 +237,11 @@ bv: logfile demo/object/bv.mak
( ./demo/object/binary_value >> ${LOGFILE} )
$(MAKE) -s -C demo/object -f bv.mak clean
command: logfile demo/object/command.mak
$(MAKE) -s -C demo/object -f command.mak clean all
( ./demo/object/command >> ${LOGFILE} )
$(MAKE) -s -C demo/object -f command.mak clean
csv: logfile demo/object/csv.mak
$(MAKE) -s -C demo/object -f csv.mak clean all
( ./demo/object/characterstring_value >> ${LOGFILE} )