mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: add createCode helper scripts
This commit is contained in:
committed by
Andrew Heather
parent
56d5ba9982
commit
4e706c2625
9
src/fileFormats/stl/createCode
Executable file
9
src/fileFormats/stl/createCode
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # Run from this directory
|
||||
# Manually create ragel code
|
||||
|
||||
"$WM_PROJECT_DIR/wmake/scripts/makeParser" \
|
||||
-scanner=STLAsciiParseRagel.rl \
|
||||
"$@"
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
9
wmake/src/createCode
Executable file
9
wmake/src/createCode
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # Run from this directory
|
||||
# Manually create ragel code
|
||||
|
||||
"$WM_PROJECT_DIR/wmake/scripts/makeParser" \
|
||||
-scanner=wmkdepend.rl \
|
||||
"$@"
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user