mirror of
https://github.com/OMGeeky/ATCS.git
synced 2025-12-26 23:57:25 +01:00
Compare commits
1 Commits
v0.6.23-pr
...
sample-bui
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5d5ca15669 |
4
build-and-run.sh
Executable file
4
build-and-run.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
export MAIN_CLASS=com.gpl.rpg.atcontentstudio.ATContentStudio
|
||||
export CP="lib/*:src:res:hacked-libtiled:siphash-zackehh/src/main/java/:."
|
||||
javac -cp $CP ./src/com/gpl/rpg/atcontentstudio/ATContentStudio.java
|
||||
java -cp $CP $MAIN_CLASS
|
||||
Reference in New Issue
Block a user