From 5e9622df6db3c1802b631be0e32816a56f0715e3 Mon Sep 17 00:00:00 2001 From: caremoli Date: Fri, 23 Jan 2009 18:14:28 +0000 Subject: [PATCH] CCAR: add Makefile to example cpp2 --- Examples/cpp2/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Examples/cpp2/Makefile 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 -- 2.39.2