]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
add a runSalome.bat for windows
authoradam <adam>
Mon, 3 Aug 2009 14:57:17 +0000 (14:57 +0000)
committeradam <adam>
Mon, 3 Aug 2009 14:57:17 +0000 (14:57 +0000)
bin/Makefile.am
bin/runSalome.bat [new file with mode: 0644]

index 000aeda4b0128f8bd0345c4e10760e1f578b036d..5ad8d82e4a5df4a271e43a80225cc0552cf6274b 100644 (file)
@@ -50,6 +50,7 @@ dist_salomescript_SCRIPTS =           \
        runSalome                       \
        runSalome.csh                   \
        runSalome.ksh                   \
+       runSalome.bat                   \
        waitNS.sh
 
 # These files are python files
diff --git a/bin/runSalome.bat b/bin/runSalome.bat
new file mode 100644 (file)
index 0000000..127ca4b
--- /dev/null
@@ -0,0 +1,23 @@
+@REM  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE\r
+@REM\r
+@REM  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,\r
+@REM  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS\r
+@REM\r
+@REM  This library is free software; you can redistribute it and/or\r
+@REM  modify it under the terms of the GNU Lesser General Public\r
+@REM  License as published by the Free Software Foundation; either\r
+@REM  version 2.1 of the License.\r
+@REM\r
+@REM  This library is distributed in the hope that it will be useful,\r
+@REM  but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+@REM  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r
+@REM  Lesser General Public License for more details.\r
+@REM\r
+@REM  You should have received a copy of the GNU Lesser General Public\r
+@REM  License along with this library; if not, write to the Free Software\r
+@REM  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA\r
+@REM\r
+@REM  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com\r
+@REM\r
+\r
+@"%PYTHONBIN%" "%KERNEL_ROOT_DIR%\bin\salome\envSalome.py" "%PYTHONBIN%" "%KERNEL_ROOT_DIR%\bin\salome\runSalome.py" %*\r