diff options
Diffstat (limited to 'mrbgems/mruby-bin-mruby-config/mruby-config.bat')
| -rw-r--r-- | mrbgems/mruby-bin-mruby-config/mruby-config.bat | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/mrbgems/mruby-bin-mruby-config/mruby-config.bat b/mrbgems/mruby-bin-mruby-config/mruby-config.bat deleted file mode 100644 index c306630c6..000000000 --- a/mrbgems/mruby-bin-mruby-config/mruby-config.bat +++ /dev/null @@ -1,30 +0,0 @@ -@echo off - -:top -shift -if "%0" equ "" goto :eof -if "%0" equ "--cflags" goto cflags -if "%0" equ "--ldflags" goto ldflags -if "%0" equ "--libs" goto libs -if "%0" equ "--help" goto showhelp -echo Invalid Option -goto :eof - -:cflags -echo MRUBY_CFLAGS -goto top - -:libs -echo MRUBY_LIBS -goto top - -:ldflags -echo MRUBY_LDFLAGS -goto top - -:showhelp -echo Usage: mruby-config [switches] -echo switches: -echo --cflags print flags passed to compiler -echo --ldflags print flags passed to linker -echo --libs print linked libraries |
