Changeset 2660 for box/RELEASE/0.11rc7/test/basicserver/Makefile.extra
- Timestamp:
- 08/03/2010 21:32:40 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/RELEASE/0.11rc7/test/basicserver/Makefile.extra
r536 r2660 7 7 # AUTOGEN SEEDING 8 8 autogen_TestProtocolServer.cpp: $(MAKEPROTOCOL) testprotocol.txt 9 $( PERL) $(GEN_CMD_SRV)9 $(_PERL) $(GEN_CMD_SRV) 10 10 11 11 autogen_TestProtocolServer.h: $(MAKEPROTOCOL) testprotocol.txt 12 $( PERL) $(GEN_CMD_SRV)12 $(_PERL) $(GEN_CMD_SRV) 13 13 14 14 15 15 # AUTOGEN SEEDING 16 16 autogen_TestProtocolClient.cpp: $(MAKEPROTOCOL) testprotocol.txt 17 $( PERL) $(GEN_CMD_CLI)17 $(_PERL) $(GEN_CMD_CLI) 18 18 19 19 autogen_TestProtocolClient.h: $(MAKEPROTOCOL) testprotocol.txt 20 $( PERL) $(GEN_CMD_CLI)20 $(_PERL) $(GEN_CMD_CLI) 21 21
Note: See TracChangeset
for help on using the changeset viewer.
