Changeset - r8643:08c2c45d74b1
[Not reviewed]
master
0 1 0
glx - 16 years ago 2008-02-26 22:32:27
glx@openttd.org
(svn r12282) -Fix (r12123): generate.vbs should not skip files in NO_THREADS section of source.list
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
projects/generate.vbs
Show inline comments
 
@@ -68,13 +68,14 @@ Function load_main_data(filename)
 
					line = Replace(line, "#if ", "")
 
					If deep = skip And ( _
 
						line = "SDL" Or _
 
						line = "PNG" Or _
 
						line = "WIN32" Or _
 
						line = "MSVC" Or _
 
						line = "DIRECTMUSIC" _
 
						line = "DIRECTMUSIC" Or _
 
						line = "NO_THREADS" _
 
					) Then skip = skip + 1
 
					deep = deep + 1
 
				Case "#"
 
					if deep = skip Then
 
						line = Replace(line, "# ", "")
 
						if first_time <> 0 Then
0 comments (0 inline, 0 general)