Create a separate directory for simulation compiliation.

Made some adjustments for sims larger than the ball sim.
Make some changes to handle library packages such as JEOD.  Also
removed some dead code.
This commit is contained in:
Alex Lin
2015-07-08 10:33:56 -05:00
parent 5a77824638
commit 5848d80bc4
9 changed files with 130 additions and 173 deletions

View File

@ -45,9 +45,6 @@ class PrintAttributes {
/** Create makefile for IO files */
virtual void printIOMakefile() ;
/** Create empty io_files for headers that contain no class/struct information */
virtual void printEmptyFiles() ;
/** Prints list of files that contain ICG:(No) in the Trick header */
virtual void printICGNoFiles() ;