mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 12:19:29 +02:00
* fixed typo in last change (javaa instead of java)
git-svn-id: trunk@27519 -
This commit is contained in:
parent
bd58adfcc9
commit
3a5e675a2b
@ -282,5 +282,5 @@ javaa -Dfile.encoding=UTF-8 -cp ..\..\..\rtl\units\jvm-java;. org.freepascal.tes
|
||||
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||
ppcjvm -O2 -g -B -CTinitlocals tsmallintarr
|
||||
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||
javaa -Dfile.encoding=UTF-8 -cp ..\..\..\rtl\units\jvm-java;. tsmallintarr
|
||||
java -Dfile.encoding=UTF-8 -cp ..\..\..\rtl\units\jvm-java;. tsmallintarr
|
||||
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||
|
Loading…
Reference in New Issue
Block a user