Added a LibGDX packr conf and makefile. Assorted comments and cleanup.

This commit is contained in:
2015-10-19 11:27:50 -04:30
parent 01d81884da
commit 72c3db01bf
7 changed files with 108 additions and 31 deletions

17
packr.json Normal file
View File

@@ -0,0 +1,17 @@
{
"platform": "linux64",
"jdk": "/home/miky/Descargas/openjdk-1.7.0-u80-unofficial-linux-amd64-image.zip",
"executable": "Evidemo_amd64",
"appjar": "desktop/build/libs/desktop-1.0.jar",
"mainclass": "ve/ucv/ciens/icaro/ardemo/desktop/DesktopLauncher",
"vmargs": [
"-Xmx1G",
"-Djava.library.path=."
],
"resources": [
"desktop/libevi_10.so",
"desktop/libopencv_java248.so"
],
"minimizejre": "hard",
"outdir": "dist"
}