mirror of
https://github.com/OMGeeky/ATCS.git
synced 2025-12-26 15:57:22 +01:00
sample
This commit is contained in:
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