Update SDL build to Gradle 2.13

This commit is contained in:
Juraj Michalek
2016-05-16 09:13:09 +02:00
parent d9385f8503
commit 5fac352622
4 changed files with 11 additions and 69 deletions

View File

@@ -1,23 +1,12 @@
apply plugin: 'c'
apply plugin: 'visual-studio'
sources {
main {
c {
source {
// Include just source, avoid including *.swp and other helper files
include "**/*.c"
}
exportedHeaders {
srcDir "../build/include"
}
}
model {
components {
main(NativeExecutableSpec) {}
}
}
executables {
main {
binaries.all {
binaries {
all {
if (toolChain in VisualCpp) {
cCompiler.args "/MD"
linker.args "/SUBSYSTEM:CONSOLE", "/LIBPATH:../build/lib/",