|
|
|||
File indexing completed on 2026-04-09 07:48:52
0001 #!/bin/bash -l 0002 0003 name=CSGClassifyTest 0004 0005 gcc $name.cc -std=c++11 -I.. -I$OPTICKS_PREFIX/include/sysrap -Wsign-compare -lstdc++ -o /tmp/$name 0006 [ $? -ne 0 ] && echo $msg compile error && exit 1 0007 0008 /tmp/$name $* 0009 0010 0011
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|