mirror of
https://github.com/SeanOMik/eBookReaderSwitch.git
synced 2025-02-18 08:40:06 +00:00
4 lines
130 B
Text
4 lines
130 B
Text
|
default:
|
||
|
javac -source 1.7 -target 1.7 src/com/artifex/mupdf/fitz/*.java
|
||
|
jar cf libmupdf.jar src/com/artifex/mupdf/fitz/*.class
|