Merge branch 'develop' of C:/Users/Rik/Git/project/mimis/mimis into sound

Conflicts:
	.gitignore
This commit is contained in:
2013-12-02 20:41:34 +00:00
29 changed files with 39 additions and 29 deletions

View File

@@ -18,4 +18,10 @@ jar {
manifest {
attributes 'Main-Class': mainClass
}
dependsOn configurations.runtime
from {
configurations.runtime.collect {
it.isDirectory() ? it : zipTree(it)
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
java/wiiusej/wiiuse.dll Normal file

Binary file not shown.

BIN
java/wiiusej/wiiusej.dll Normal file

Binary file not shown.