* NT_MAKEFILE (gctest.exe): Fix typo ("application") in comment.
* NT_STATIC_THREADS_MAKEFILE (gctest.exe): Likewise.
* NT_X64_STATIC_THREADS_MAKEFILE (gctest.exe): Likewise.
* NT_X64_THREADS_MAKEFILE (gctest.exe): Likewise.
gctest.exe: tests\test.obj gc.lib
# The following works for win32 debugging. For win32s debugging use debugtype:coff
# and add mapsympe line.
-# This produces a "GUI" applications that opens no windows and writes to the log file
+# This produces a "GUI" application that opens no windows and writes to the log file
# "gctest.gc.log". This is done to make the result runnable under win32s.
$(link) -debug -debugtype:cv $(guiflags) -stack:131072 -out:$*.exe tests\test.obj $(guilibs) gc.lib
# mapsympe -n -o gctest.sym gctest.exe
gctest.exe: tests\test.obj gc.lib
# The following works for win32 debugging. For win32s debugging use debugtype:coff
# and add mapsympe line.
-# This produces a "GUI" applications that opens no windows and writes to the log file
+# This produces a "GUI" application that opens no windows and writes to the log file
# "gctest.gc.log". This is done to make the result runnable under win32s.
$(link) -debug -debugtype:cv $(guiflags) -stack:262144 -out:$*.exe tests\test.obj $(guilibs) gc.lib
# mapsympe -n -o gctest.sym gctest.exe
lib /MACHINE:X64 /out:gc.lib $(OBJS)
gctest.exe: tests\test.obj gc.lib
-# This produces a "GUI" applications that opens no windows and writes to
+# This produces a "GUI" application that opens no windows and writes to
# the log file "gctest.gc.log".
$(link) $(ldebug) $(guiflags) -out:$*.exe tests\test.obj $(guilibs) gc.lib
gctest.exe: tests\test.obj gc64_dll.lib
-# This produces a "GUI" applications that opens no windows and writes to
+# This produces a "GUI" application that opens no windows and writes to
# the log file "gctest.gc.log".
$(link) $(ldebug) $(guiflags) -out:$*.exe tests\test.obj $(guilibs) gc64_dll.lib