diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-01-29 21:00:48 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-01-29 21:00:48 +0100 |
commit | b43764a2088912162ed5e8df2f6da7d2598fb1a3 (patch) | |
tree | b252f4864971c4832f4a61904a33b6d70df315fc /examples/helloworld/gradlew.bat | |
parent | 95fa69ec901243d2f496a692b2f5d8a61ce5e053 (diff) | |
download | kvision-b43764a2088912162ed5e8df2f6da7d2598fb1a3.tar.gz kvision-b43764a2088912162ed5e8df2f6da7d2598fb1a3.tar.bz2 kvision-b43764a2088912162ed5e8df2f6da7d2598fb1a3.zip |
Hello world example
Diffstat (limited to 'examples/helloworld/gradlew.bat')
-rw-r--r-- | examples/helloworld/gradlew.bat | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/helloworld/gradlew.bat b/examples/helloworld/gradlew.bat index 832fdb60..f9553162 100644 --- a/examples/helloworld/gradlew.bat +++ b/examples/helloworld/gradlew.bat @@ -49,7 +49,6 @@ goto fail @rem Get command-line arguments, handling Windows variants if not "%OS%" == "Windows_NT" goto win9xME_args -if "%@eval[2+2]" == "4" goto 4NT_args :win9xME_args @rem Slurp the command line arguments. @@ -60,11 +59,6 @@ set _SKIP=2 if "x%~1" == "x" goto execute set CMD_LINE_ARGS=%* -goto execute - -:4NT_args -@rem Get arguments from the 4NT Shell from JP Software -set CMD_LINE_ARGS=%$ :execute @rem Setup the command line |