diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-06-10 07:08:27 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-06-10 07:08:27 -0700 |
commit | 06e308526e9c612eaf6e36c36f2213bb915038e4 (patch) | |
tree | d9075680fcc21d9d1dc236eb51ad9c5e9133b885 /ChangeLog | |
parent | a0ac30ccbf3acb38be1aa65ab2aa780239c4a123 (diff) | |
download | txr-06e308526e9c612eaf6e36c36f2213bb915038e4.tar.gz txr-06e308526e9c612eaf6e36c36f2213bb915038e4.tar.bz2 txr-06e308526e9c612eaf6e36c36f2213bb915038e4.zip |
2014-06-10 Kaz Kylheku <kaz@kylheku.com>
* Makefile (PROG): Removing ./ prefix from variable name; adding it
to invocations of $(PROG) in some rules.
(txr.o): Pass several strings as macros on the command line:
TXR_REL_PATH, EXE_SUFF and PROG_NAME.
* configure (bindir, datadir, mandir): These variables become
just relative paths from the prefix.
* txr.c (sysroot): Use the TXR_REL_PATH, EXE_SUFF and PROG_NAME
preprocessor symbols defined on the command line to avoid
hard-coding strings like "bin/txr" and "bin/txr.exe" which
actually should reflect the value of the bindir variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,5 +1,20 @@ 2014-06-10 Kaz Kylheku <kaz@kylheku.com> + * Makefile (PROG): Removing ./ prefix from variable name; adding it + to invocations of $(PROG) in some rules. + (txr.o): Pass several strings as macros on the command line: + TXR_REL_PATH, EXE_SUFF and PROG_NAME. + + * configure (bindir, datadir, mandir): These variables become + just relative paths from the prefix. + + * txr.c (sysroot): Use the TXR_REL_PATH, EXE_SUFF and PROG_NAME + preprocessor symbols defined on the command line to avoid + hard-coding strings like "bin/txr" and "bin/txr.exe" which + actually should reflect the value of the bindir variable. + +2014-06-10 Kaz Kylheku <kaz@kylheku.com> + * txr.c (get_self_path): Fix spelling of GetModuleFileName. Add missing parentheses in expression. (sysroot_init): On Windows, filter progpath to change |