cdev-1.7.2n

This commit is contained in:
2022-12-13 12:44:04 +01:00
commit b3b88fc333
1357 changed files with 338883 additions and 0 deletions
@@ -0,0 +1,17 @@
SHOBJ=NO
ARCH =OS
include ../../include/makeinclude/Makefile.$(ARCH)
APPNAME = "cdevReactor Client/Server Test"
CXXEXTRA = -I../
TARGETS = ServerTest1 ClientTest1
targets : $(TARGETS)
ServerTest1 : $(OBJDIR)/ServerTest1.o
$(LINK.cc) -o $@ $^ -L$(CDEVLIB) -lcdevReactor -lm
ClientTest1 : $(OBJDIR)/ClientTest1.o
$(LINK.cc) -o $@ $^ -L$(CDEVLIB) -lcdevReactor -lm