removed sdks compilation form the engine compilation

This commit is contained in:
Rémy Bouquet 2016-03-05 18:04:06 +01:00
parent 6ff69d907f
commit eea4d54be7
2 changed files with 0 additions and 5 deletions

View File

@ -11,7 +11,6 @@ jmeVersionTagID = 0
buildJavaDoc = true
# specify if SDK and Native libraries get built
buildSdkProject = true
buildNativeProjects = false
buildAndroidExamples = false

View File

@ -39,7 +39,3 @@ include 'jme3-examples'
if(buildAndroidExamples == "true"){
include 'jme3-android-examples'
}
if(buildSdkProject == "true"){
include 'sdk'
}