Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
6d3c0227
Unverified
Commit
6d3c0227
authored
Apr 08, 2021
by
Yukihiro "Matz" Matsumoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mruby-config.bat: update as the shell version. [ci skip]
parent
cbe061c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
mrbgems/mruby-bin-config/mruby-config.bat
mrbgems/mruby-bin-config/mruby-config.bat
+12
-0
No files found.
mrbgems/mruby-bin-config/mruby-config.bat
View file @
6d3c0227
...
@@ -3,7 +3,9 @@
...
@@ -3,7 +3,9 @@
:top
:top
shift
shift
if
"
%
0"
equ
""
goto
:eof
if
"
%
0"
equ
""
goto
:eof
if
"
%
0"
equ
"--cc"
goto
cc
if
"
%
0"
equ
"--cflags"
goto
cflags
if
"
%
0"
equ
"--cflags"
goto
cflags
if
"
%
0"
equ
"--ld"
goto
ld
if
"
%
0"
equ
"--ldflags"
goto
ldflags
if
"
%
0"
equ
"--ldflags"
goto
ldflags
if
"
%
0"
equ
"--ldflags-before-libs"
goto
ldflagsbeforelibs
if
"
%
0"
equ
"--ldflags-before-libs"
goto
ldflagsbeforelibs
if
"
%
0"
equ
"--libs"
goto
libs
if
"
%
0"
equ
"--libs"
goto
libs
...
@@ -12,10 +14,18 @@ if "%0" equ "--help" goto showhelp
...
@@ -12,10 +14,18 @@ if "%0" equ "--help" goto showhelp
echo
Invalid
Option
echo
Invalid
Option
goto
:eof
goto
:eof
:cc
echo
MRUBY_CC
goto
top
:cflags
:cflags
echo
MRUBY_CFLAGS
echo
MRUBY_CFLAGS
goto
top
goto
top
:ld
echo
MRUBY_LD
goto
top
:libs
:libs
echo
MRUBY_LIBS
echo
MRUBY_LIBS
goto
top
goto
top
...
@@ -35,7 +45,9 @@ goto top
...
@@ -35,7 +45,9 @@ goto top
:showhelp
:showhelp
echo
Usage
:
mruby
-config
[
switches
]
echo
Usage
:
mruby
-config
[
switches
]
echo
switches
:
echo
switches
:
echo
-
-cc
print
compiler
name
echo
-
-cflags
print
flags
passed
to
compiler
echo
-
-cflags
print
flags
passed
to
compiler
echo
-
-ld
print
linker
name
echo
-
-ldflags
print
flags
passed
to
linker
echo
-
-ldflags
print
flags
passed
to
linker
echo
-
-ldflags-before-libs
print
flags
passed
to
linker
before
linked
libraries
echo
-
-ldflags-before-libs
print
flags
passed
to
linker
before
linked
libraries
echo
-
-libs
print
linked
libraries
echo
-
-libs
print
linked
libraries
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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