mirror of
https://github.com/irmen/prog8.git
synced 2024-11-19 11:32:17 +00:00
6 lines
321 B
Batchfile
6 lines
321 B
Batchfile
set PROG8CLASSPATH=./out/production/compiler;./out/production/parser
|
|
set KOTLINPATH=%USERPROFILE%/.IdeaIC2018.3/config/plugins/Kotlin
|
|
set LIBJARS=%KOTLINPATH%/lib/kotlin-stdlib.jar;%KOTLINPATH%/lib/kotlin-reflect.jar;./parser/antlr/lib/antlr-runtime-4.7.2.jar
|
|
|
|
java -cp %PROG8CLASSPATH%;%LIBJARS% prog8.CompilerMainKt %*
|