mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-11 07:39:39 +07:00
openal stuff
This commit is contained in:
parent
811e456f8f
commit
f342c38c62
@ -37,7 +37,7 @@ task dist(type: Jar, dependsOn: classes){
|
|||||||
|
|
||||||
//use target = all for all platforms
|
//use target = all for all platforms
|
||||||
def target = getTarget()
|
def target = getTarget()
|
||||||
if(target.contains("windows")) exclude('**.so', "**.dylib", "**/music/**", "**/sounds/**")
|
if(target.contains("windows")) exclude('**.so', "**.dylib")
|
||||||
if(target == "mac") exclude('**.so', "**.dll")
|
if(target == "mac") exclude('**.so', "**.dll")
|
||||||
if(target == "linux") exclude('**.dll', "**.dylib")
|
if(target == "linux") exclude('**.dll', "**.dylib")
|
||||||
archivesBaseName = appName + "-" + target
|
archivesBaseName = appName + "-" + target
|
||||||
@ -78,16 +78,6 @@ task ikdist{
|
|||||||
into file(folder)
|
into file(folder)
|
||||||
}
|
}
|
||||||
|
|
||||||
copy{
|
|
||||||
from files("../core/assets/music")
|
|
||||||
into file(folder + "/music")
|
|
||||||
}
|
|
||||||
|
|
||||||
copy{
|
|
||||||
from files("../core/assets/sounds")
|
|
||||||
into file(folder + "/sounds")
|
|
||||||
}
|
|
||||||
|
|
||||||
copy{
|
copy{
|
||||||
from(getTarget().contains("32") ? "$IKVM_DIR/libraries_32" : "$IKVM_DIR/libraries")
|
from(getTarget().contains("32") ? "$IKVM_DIR/libraries_32" : "$IKVM_DIR/libraries")
|
||||||
into folder
|
into folder
|
||||||
|
Loading…
Reference in New Issue
Block a user