Artifact 68d5658ffa3146f69396cc0c334a79e38ccbc1cc:
- Executable file
src/win32/testcompile.bat
-
2015-05-05 06:49:05
- part of checkin
[9b639cf2d6]
on branch trunk
- Working version for update to 2.067.
The problem was __gshared. Replacing it with TLS fixed the issue. Remaining problem is that "hack.d"'s CloseHandle hack is not working anymore.
(user: kinaba) [annotate]
-
2015-05-05 06:49:05
- part of checkin
[9b639cf2d6]
on branch trunk
- Working version for update to 2.067.
0000: 40 63 61 6c 6c 20 3a 74 65 73 74 75 6e 69 0d 0a @call :testuni.. 0010: 40 63 61 6c 6c 20 3a 74 65 73 74 75 6e 69 20 2d @call :testuni - 0020: 76 65 72 73 69 6f 6e 3d 55 6e 69 63 6f 64 65 0d version=Unicode. 0030: 0a 40 67 6f 74 6f 20 3a 65 6f 66 0d 0a 0d 0a 3a .@goto :eof....: 0040: 74 65 73 74 75 6e 69 0d 0a 40 63 61 6c 6c 20 3a testuni..@call : 0050: 74 65 73 74 76 65 72 73 69 6f 6e 20 25 2a 0d 0a testversion %*.. 0060: 40 63 61 6c 6c 20 3a 74 65 73 74 76 65 72 73 69 @call :testversi 0070: 6f 6e 20 25 2a 20 2d 76 65 72 73 69 6f 6e 3d 57 on %* -version=W 0080: 69 6e 64 6f 77 73 32 30 30 30 0d 0a 40 63 61 6c indows2000..@cal 0090: 6c 20 3a 74 65 73 74 76 65 72 73 69 6f 6e 20 25 l :testversion % 00a0: 2a 20 2d 76 65 72 73 69 6f 6e 3d 57 69 6e 64 6f * -version=Windo 00b0: 77 73 58 50 0d 0a 40 63 61 6c 6c 20 3a 74 65 73 wsXP..@call :tes 00c0: 74 76 65 72 73 69 6f 6e 20 25 2a 20 2d 76 65 72 tversion %* -ver 00d0: 73 69 6f 6e 3d 57 69 6e 64 6f 77 73 32 30 30 33 sion=Windows2003 00e0: 0d 0a 40 63 61 6c 6c 20 3a 74 65 73 74 76 65 72 ..@call :testver 00f0: 73 69 6f 6e 20 25 2a 20 2d 76 65 72 73 69 6f 6e sion %* -version 0100: 3d 57 69 6e 64 6f 77 73 56 69 73 74 61 0d 0a 40 =WindowsVista..@ 0110: 63 61 6c 6c 20 3a 74 65 73 74 76 65 72 73 69 6f call :testversio 0120: 6e 20 25 2a 20 2d 76 65 72 73 69 6f 6e 3d 57 69 n %* -version=Wi 0130: 6e 33 32 5f 57 69 6e 73 6f 63 6b 31 0d 0a 40 63 n32_Winsock1..@c 0140: 61 6c 6c 20 3a 74 65 73 74 76 65 72 73 69 6f 6e all :testversion 0150: 20 25 2a 20 2d 76 65 72 73 69 6f 6e 3d 49 45 37 %* -version=IE7 0160: 0d 0a 40 67 6f 74 6f 20 3a 65 6f 66 0d 0a 0d 0a ..@goto :eof.... 0170: 3a 74 65 73 74 76 65 72 73 69 6f 6e 0d 0a 40 63 :testversion..@c 0180: 61 6c 6c 20 3a 74 65 73 74 6f 6e 65 20 2d 6d 33 all :testone -m3 0190: 32 20 25 2a 0d 0a 40 63 61 6c 6c 20 3a 74 65 73 2 %*..@call :tes 01a0: 74 6f 6e 65 20 2d 6d 36 34 20 25 2a 0d 0a 40 67 tone -m64 %*..@g 01b0: 6f 74 6f 20 3a 65 6f 66 0d 0a 0d 0a 3a 74 65 73 oto :eof....:tes 01c0: 74 6f 6e 65 0d 0a 64 6d 64 20 2d 49 2e 2e 20 2d tone..dmd -I.. - 01d0: 63 20 25 2a 20 74 65 73 74 61 6c 6c 2e 64 0d 0a c %* testall.d.. 01e0: 40 69 66 20 65 72 72 6f 72 6c 65 76 65 6c 20 31 @if errorlevel 1 01f0: 20 65 78 69 74 20 31 0d 0a 40 67 6f 74 6f 20 3a exit 1..@goto : 0200: 65 6f 66 0d 0a eof..