mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 07:28:26 +02:00
* javaa -> java
git-svn-id: trunk@27743 -
This commit is contained in:
parent
ea0b9efd20
commit
675498a53e
@ -278,7 +278,7 @@ java -Dfile.encoding=UTF-8 -cp ..\..\..\rtl\units\jvm-java;. tjavalowercaseproc
|
||||
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||
ppcjvm -O2 -g -B -CTinitlocals tinitvar
|
||||
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||
javaa -Dfile.encoding=UTF-8 -cp ..\..\..\rtl\units\jvm-java;. org.freepascal.test.tinitvar.tinitvar
|
||||
java -Dfile.encoding=UTF-8 -cp ..\..\..\rtl\units\jvm-java;. org.freepascal.test.tinitvar.tinitvar
|
||||
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||
ppcjvm -O2 -g -B -CTinitlocals tsmallintarr
|
||||
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||
|
Loading…
Reference in New Issue
Block a user