Changeset 165 in tmcsimulator for branches/green_dot/build


Ignore:
Timestamp:
10/23/2017 11:44:05 AM (9 years ago)
Author:
jtorres
Message:

green_dot now has datapacking implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/green_dot/build

    r164 r165  
    11#!/bin/bash 
    22# Compile everything and produce the executable client 
    3 g++ -g fep_client.cpp fep_clnt.c fep_xdr.c -o client  
     3g++ -g DataPacker.cpp fep_client.cpp fep_clnt.c fep_xdr.c -o client  
    44 
    55 
Note: See TracChangeset for help on using the changeset viewer.