source: box/trunk/test/basicserver/Makefile.extra @ 2983

Revision 2983, 278 bytes checked in by chris, 9 months ago (diff)

Combine client and server protocols to make way for an offline/local protocol.

Rename ProtocolObject? to Message.

  • Property svn:eol-style set to native
Line 
1
2MAKEPROTOCOL = ../../lib/server/makeprotocol.pl
3
4GEN_CMD = $(MAKEPROTOCOL) testprotocol.txt
5
6# AUTOGEN SEEDING
7autogen_TestProtocol.cpp:       $(MAKEPROTOCOL) testprotocol.txt
8        $(_PERL) $(GEN_CMD)
9
10autogen_TestProtocolServer.h:   $(MAKEPROTOCOL) testprotocol.txt
11        $(_PERL) $(GEN_CMD)
12
Note: See TracBrowser for help on using the repository browser.