| 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 | |
|---|
| 2 | MAKEPROTOCOL = ../../lib/server/makeprotocol.pl |
|---|
| 3 | |
|---|
| 4 | GEN_CMD = $(MAKEPROTOCOL) testprotocol.txt |
|---|
| 5 | |
|---|
| 6 | # AUTOGEN SEEDING |
|---|
| 7 | autogen_TestProtocol.cpp: $(MAKEPROTOCOL) testprotocol.txt |
|---|
| 8 | $(_PERL) $(GEN_CMD) |
|---|
| 9 | |
|---|
| 10 | autogen_TestProtocolServer.h: $(MAKEPROTOCOL) testprotocol.txt |
|---|
| 11 | $(_PERL) $(GEN_CMD) |
|---|
| 12 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.