2
0
Эх сурвалжийг харах

Merge branch 'master' into bcc_gen

woollybah 8 жил өмнө
parent
commit
54c8635667
2 өөрчлөгдсөн 6 нэмэгдсэн , 6 устгасан
  1. 4 4
      config.bmx
  2. 2 2
      options.bmx

+ 4 - 4
config.bmx

@@ -36,7 +36,7 @@ Import "base64.bmx"
 Const DEBUG:Int = False
 Const ABORT_ON_NULL:Int = True
 Const PROFILER:Int = False
-Const DEBUGSTOP_ON_ERROR:Int = False
+Const DEBUGSTOP_ON_ERROR:Int = False
 
 Global ENV_LANG$
 
@@ -392,9 +392,9 @@ Function FileMung:String(makeApp:Int = False)
 		m :+ "debug"
 	End If
 	
-	If opt_threaded Then
-		m :+ ".mt"
-	End If
+'	If opt_threaded Then
+'		m :+ ".mt"
+'	End If
 	
 	m :+ "." + opt_platform
 	

+ 2 - 2
options.bmx

@@ -25,7 +25,7 @@ SuperStrict
 
 Import "base.configmap.bmx"
 
-Const version:String = "0.89"
+Const version:String = "0.90"
 
 Const BUILDTYPE_APP:Int = 0
 Const BUILDTYPE_MODULE:Int = 1
@@ -77,7 +77,7 @@ Global opt_apptype:Int = APPTYPE_NONE
 ' debug
 Global opt_debug:Int = True
 ' threaded
-Global opt_threaded:Int = False
+Global opt_threaded:Int = True
 ' release
 Global opt_release:Int = False
 ' quiet