added ReadPropertyMultiple client demo application, bacrpm.

This commit is contained in:
skarg
2008-11-23 22:25:08 +00:00
parent 815d8f8dbb
commit 7921d2f811
22 changed files with 772 additions and 77 deletions
+13 -1
View File
@@ -12,11 +12,12 @@ MAKE=$(BORLAND_DIR)\bin\make.exe
all: library \
readprop writeprop readfile writefile server dcc reinit \
whois whohas timesync ucov epics
whois whohas timesync ucov epics readpropm
@echo "demo utilities are in the bin directory"
clean: lib\makefile.b32 \
demo/readprop/makefile.b32 \
demo/readpropm/makefile.b32 \
demo/writeprop/makefile.b32 \
demo/readfile/makefile.b32 \
demo/writefile/makefile.b32 \
@@ -35,6 +36,10 @@ clean: lib\makefile.b32 \
$(MAKE) -i -f makefile.b32 clean
cd ..
cd ..
cd demo/readpropm
$(MAKE) -i -f makefile.b32 clean
cd ..
cd ..
cd demo/writeprop
$(MAKE) -i -f makefile.b32 clean
cd ..
@@ -92,6 +97,13 @@ readprop: demo/readprop/makefile.b32
cd ..
cd ..
readpropm: demo/readpropm/makefile.b32
cd demo/readpropm
$(MAKE) -f makefile.b32 all
$(MAKE) -f makefile.b32 install
cd ..
cd ..
writeprop: demo/writeprop/makefile.b32
cd demo/writeprop
$(MAKE) -f makefile.b32 all