Преглед на файлове

native-bullet: unset toolchains

Kirill Vainer преди 8 години
родител
ревизия
0d2fdcf2ba
променени са 1 файла, в които са добавени 0 реда и са изтрити 25 реда
  1. 0 25
      jme3-bullet-native/build.gradle

+ 0 - 25
jme3-bullet-native/build.gradle

@@ -163,31 +163,6 @@ model {
             operatingSystem "linux"
         }
     }
-
-    toolChains {
-        gcc(Gcc)
-	clang(Clang)
-        mingw_x86(Gcc) {
-            eachPlatform() {
-                cCompiler.executable "i686-w64-mingw32-gcc"
-                cppCompiler.executable "i686-w64-mingw32-g++"
-                linker.executable "i686-w64-mingw32-g++"
-                assembler.executable "i686-w64-mingw32-g++"
-                staticLibArchiver.executable "i686-w64-mingw32-gcc-ar"
-            }
-            target("Windows32")
-        }
-        mingw_x86_64(Gcc) {
-            eachPlatform() {
-                cCompiler.executable "x86_64-w64-mingw32-gcc"
-                cppCompiler.executable "x86_64-w64-mingw32-g++"
-                linker.executable "x86_64-w64-mingw32-g++"
-                assembler.executable "x86_64-w64-mingw32-g++"
-                staticLibArchiver.executable "x86_64-w64-mingw32-gcc-ar"
-            }
-            target("Windows64")
-        }
-    }
 }
 
 // Java source sets for IDE access and source jar bundling / mavenization