pokemon-cmd/Compile.bat

2 lines
104 B
Batchfile
Raw Normal View History

javac.exe -cp java java/Game.java
jar cvfm Game.jar manifest.txt -C java config/Pokemon.txt java/*.class