summaryrefslogtreecommitdiff
path: root/NT_MAKEFILE
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2017-04-18 11:37:26 +0300
committerIvan Maidanski <ivmai@mail.ru>2017-04-18 11:37:26 +0300
commit0128612273375daf9e9a15139f202a2483918da1 (patch)
tree71a9b88a98714145b5c82b00d0fa332de883a49c /NT_MAKEFILE
parent2f52905beaacab8680ca19f17ebd37d21f55aea4 (diff)
downloadbdwgc-0128612273375daf9e9a15139f202a2483918da1.tar.gz
Fix a typo in comment in NT_MAKEFILE
* 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.
Diffstat (limited to 'NT_MAKEFILE')
-rw-r--r--NT_MAKEFILE2
1 files changed, 1 insertions, 1 deletions
diff --git a/NT_MAKEFILE b/NT_MAKEFILE
index 3cf3be98..5c3e7b09 100644
--- a/NT_MAKEFILE
+++ b/NT_MAKEFILE
@@ -29,7 +29,7 @@ gc.lib: $(OBJS)
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