Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo in makemake.tcl. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e817f1b08d660244bff357d7b3b34cd7 |
User & Date: | tsbg 2018-07-12 17:08:56.940 |
Context
2018-07-12
| ||
20:36 | Work toward an email format decoder. This is an incremental check-in. ... (check-in: 11c82d81 user: drh tags: trunk) | |
17:08 | Fix typo in makemake.tcl. ... (check-in: e817f1b0 user: tsbg tags: trunk) | |
15:19 | For new subscribers, default all alert options to "on". ... (check-in: 9c388035 user: drh tags: trunk) | |
Changes
Changes to src/makemake.tcl.
︙ | ︙ | |||
940 941 942 943 944 945 946 | endif else LIB += -lkernel32 -lws2_32 endif #### Library required for DNS lookups. # | | | 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 | endif else LIB += -lkernel32 -lws2_32 endif #### Library required for DNS lookups. # LIB += -ldnsapi #### Tcl shell for use in running the fossil test suite. This is only # used for testing. # TCLSH = tclsh #### Nullsoft installer MakeNSIS location |
︙ | ︙ |