Warning: Can't use blame annotator:
svn blame failed on branches/green_dot/build: ("Can't find a temporary directory: Internal error", 20014)

source: tmcsimulator/branches/green_dot/build @ 165

Revision 165, 297 bytes checked in by jtorres, 9 years ago (diff)

green_dot now has datapacking implemented

  • Property svn:executable set to *
RevLine 
1#!/bin/bash
2# Compile everything and produce the executable client
3g++ -g DataPacker.cpp fep_client.cpp fep_clnt.c fep_xdr.c -o client
4
5
6
7# Obsolete
8#g++ -g fep_client.cpp fep_clnt.c fep_xdr.c -o client && gcc ./dummyserver/fep_server.c ./dummyserver/fep_svc.c fep_xdr.c -o ./dummyserver/server
9
Note: See TracBrowser for help on using the repository browser.