summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2019-06-19 00:18:27 +0300
committerIvan Maidanski <ivmai@mail.ru>2019-06-19 01:14:52 +0300
commit701ce8de274c0210b71575bb3845827877066909 (patch)
treea3f774820c3da80e94e6e11a9e9c5447d4d26c64 /doc
parent1d0d636a51b7396972ba777f2db8ca07ddc55f11 (diff)
downloadbdwgc-701ce8de274c0210b71575bb3845827877066909.tar.gz
Generate cordtest and de executable files in GC base folder
This is to match the behavior of Automake- and CMake-based scripts. * BCC_MAKEFILE (all, cord\de.exe): Rename cord\de.exe to de.exe. * NT_MAKEFILE (all, cord\de.exe): Likewise. * doc/README.win32: Likewise. * Makefile.direct (cord/cordtest, clean, check): Rename cord/cordtest to cordtest. * SMakefile.amiga (all, clean, test, cord/cordtest): Likewise. * Makefile.direct (cord/de): Rename cord/de to de$(EXEEXT); add cord/de rule depending on de$(EXEEXT). * Makefile.direct (clean): Rename cord/de to de. * doc/README.cords: Likewise. * OS2_MAKEFILE (all, cord\cordtest.exe): Rename cord\cordtest.exe to cordtest.exe.
Diffstat (limited to 'doc')
-rw-r--r--doc/README.cords2
-rw-r--r--doc/README.win322
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.cords b/doc/README.cords
index 6831004b..02477f4d 100644
--- a/doc/README.cords
+++ b/doc/README.cords
@@ -36,7 +36,7 @@ editing operations are efficient, even on very large files.
arguments. Note that ^R^N and ^R^P move the cursor by
almost a screen. It does not understand tabs, which will show
up as highlighted "I"s. Use the UNIX "expand" program first.)
-To build the editor, type "make cord/de" in the gc directory.
+To build the editor, type "make de" in the gc directory.
Note that CORD_printf and friends use C functions with variable numbers
of arguments in non-standard-conforming ways. This code is known to
diff --git a/doc/README.win32 b/doc/README.win32
index a4b96890..074b3a3e 100644
--- a/doc/README.win32
+++ b/doc/README.win32
@@ -13,7 +13,7 @@ minutes (a few seconds on a modern machine) before you check the output.
You should see either a failure indication or a "Collector appears to work"
message.
-A toy editor (cord/de.exe) based on cords (heavyweight
+A toy editor (de.exe) based on cords (heavyweight
strings represented as trees) has been ported and is included.
It runs fine under either win32 or win32S. It serves as an example
of a true Windows application, except that it was written by a