Browse Source

WIP v2018.07

Mark Sibly 7 years ago
parent
commit
d814ed3182
4 changed files with 9 additions and 10 deletions
  1. 3 3
      ABOUT.HTML
  2. 2 2
      bin/env_windows.txt
  3. 1 1
      modules/monkey/native/bbgc_mx.cpp
  4. 3 4
      src/createrelease/createrelease.monkey2

+ 3 - 3
ABOUT.HTML

@@ -45,11 +45,11 @@ a:hover{
 
 <body>
 
-<h1>Monkey2 v2018.06</h1>
+<h1>Monkey2 v2018.07</h1>
 
-<h2>Mx2cc v1.1.14</h2>
+<h2>Mx2cc v1.1.15</h2>
 
-<h2>Ted2go v2.11</h2>
+<h2>Ted2go v2.12</h2>
 
 <p>Welcome to monkey2, an open source, user friendly, cross platform programming language by Mark Sibly.
 

+ 2 - 2
bin/env_windows.txt

@@ -5,9 +5,9 @@ MX2_THREADS=1
 
 'Use MX2_USE_MSVC=1 to force use of msvc, or MX2_USE_MSVC=0 to force use of mingw.
 '
-'If MX2_USE_MSVC is not set, mx2cc will attempt to autodetect msvc.
+'If MX2_USE_MSVC is not set mx2cc will attempt to autodetect msvc.
 '
-MX2_USE_MSVC=0
+'MX2_USE_MSVC=0
 
 'Build architecture: x86 or x64, x64 only working with msvc.
 '

+ 1 - 1
modules/monkey/native/bbgc_mx.cpp

@@ -92,7 +92,7 @@ namespace bbGC{
 		if( inited ) return;
 		inited=true;
 		
-		bb_printf( "Initializing threaded GC\n" );
+//		bb_printf( "Initializing threaded GC\n" );
 		
 		markedBit=1;
 		markedList=&markLists[0];

+ 3 - 4
src/createrelease/createrelease.monkey2

@@ -84,14 +84,13 @@ Function CopyFiles( dir:String )
 #else
 				Continue
 #endif
-				
 			Else If file.Contains( ".buildv" )
-				
+
 				If ExtractDir( dir )<>"modules/" Or Not file.EndsWith( ".buildv"+MX2CC_VERSION ) Continue
-				
+
 			Else If dir.Contains( ".buildv" )
 				
-				If Not file.EndsWith( "_mx" ) Continue
+				If Not src.Contains( "_mx" ) And Not src.EndsWith( "_mx" ) Continue
 				
 				If file.StartsWith( "emscripten_" ) Continue
 				If file.StartsWith( "android_" ) Continue