Setup jar configuration. New version number too.

This commit is contained in:
2018-04-05 05:33:09 -05:00
parent b29dfbc6e8
commit 3895b24893
44 changed files with 674 additions and 34 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
function main() {
c++ -s fxwinwrap_exec_bin.cpp -o fxwinwrap
}
main;