From: caremoli Date: Fri, 23 Jan 2009 18:14:28 +0000 (+0000) Subject: CCAR: add Makefile to example cpp2 X-Git-Tag: V5_1_1~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5e9622df6db3c1802b631be0e32816a56f0715e3;p=tools%2Fyacsgen.git CCAR: add Makefile to example cpp2 --- diff --git a/Examples/cpp2/Makefile b/Examples/cpp2/Makefile new file mode 100644 index 0000000..88544a1 --- /dev/null +++ b/Examples/cpp2/Makefile @@ -0,0 +1,5 @@ + +KERNEL_ROOT_DIR=/local/chris/SALOME2/RELEASES/Install/KERNEL_V5 + +prog:prog.cxx + g++ -o prog prog.cxx -L./install/lib/salome -lcompo1Exelib