repo.or.cz
/
SquirrelJME.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Rename unzip tool.
[SquirrelJME.git]
/
tools
/
sqf-to-c
/
build.gradle
blob
8d3eec6a0da0764fa4f01372b06dddabe3a77003
1
plugins
2
{
3
id "java"
4
id "application"
5
}
6
7
description = "Converts a SQF to a C file, so that RatufaCoat " +
8
"can use it to draw a basic console screen and such."
9
mainClassName = "dev.shadowtail.sqftoc.Main"
10
11
dependencies
12
{
13
implementation project(":modules:midp-lcdui")
14
}