openfoam/applications/utilities/preProcessing/FoamX/Allwmake
2008-04-15 18:56:58 +01:00

7 lines
78 B
Bash
Executable File

#!/bin/sh
set -x
(cd Idl ; make)
(cd C++ ; ./Allwmake)
(cd Java ; wmake jar)