Ver código fonte

Annoying little fix to get around teamdrive modifying filetimes.

Mark Sibly 9 anos atrás
pai
commit
4c2a20e737
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/mx2cc/buildproduct.monkey2

+ 1 - 1
src/mx2cc/buildproduct.monkey2

@@ -198,7 +198,7 @@ Class BuildProduct
 			
 			If CreateDir( ExtractDir( dst ) )
 			
-				If GetFileTime( dst )>=GetFileTime( src ) Continue
+				'If GetFileTime( dst )>=GetFileTime( src ) Continue
 				
 				If CopyFile( src,dst ) Continue