Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
4e706c26
Commit
4e706c26
authored
Oct 29, 2019
by
Mark OLESEN
Committed by
Andrew Heather
Oct 29, 2019
Browse files
COMP: add createCode helper scripts
parent
56d5ba99
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/fileFormats/stl/createCode
0 → 100755
View file @
4e706c26
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# Run from this directory
# Manually create ragel code
"
$WM_PROJECT_DIR
/wmake/scripts/makeParser"
\
-scanner
=
STLAsciiParseRagel.rl
\
"
$@
"
#------------------------------------------------------------------------------
wmake/src/createCode
0 → 100755
View file @
4e706c26
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# Run from this directory
# Manually create ragel code
"
$WM_PROJECT_DIR
/wmake/scripts/makeParser"
\
-scanner
=
wmkdepend.rl
\
"
$@
"
#------------------------------------------------------------------------------
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment