Additional patch of makeForSalome.sh script for 64bit platforms

This commit is contained in:
vsr 2009-06-09 16:19:26 +00:00
parent 58429b7405
commit e6e02812ed

View File

@ -1078,7 +1078,11 @@ diff -Naur netgen-4.5.old/makeForSalome.sh netgen-4.5.new/makeForSalome.sh
+#! /bin/sh
+cp ngtcltk/ngnewdelete.* libsrc/interface/
+
+MACHINE=LINUX
+if test `uname -m` == "x86_64" ; then
+ MACHINE=LINUX64
+else
+ MACHINE=LINUX
+fi
+export MACHINE
+make -C libsrc/csg
+make -C libsrc/general