diff options
author | redman <redman> | 1999-06-18 17:34:21 (GMT) |
---|---|---|
committer | redman <redman> | 1999-06-18 17:34:21 (GMT) |
commit | 83d871bf2d578899eeb0e62df8c5a623470b6c93 (patch) | |
tree | fcd0ca74fe4213a84058ba511ee3e63b0941b6b3 /win/tcl.m4 | |
parent | 4f97bfe75203101d8dd6945b5c3f6d19802d5111 (diff) | |
download | tcl-83d871bf2d578899eeb0e62df8c5a623470b6c93.zip tcl-83d871bf2d578899eeb0e62df8c5a623470b6c93.tar.gz tcl-83d871bf2d578899eeb0e62df8c5a623470b6c93.tar.bz2 |
Modifications to correct CC_EXENAME macro.
Diffstat (limited to 'win/tcl.m4')
-rw-r--r-- | win/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -396,7 +396,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ # Specify the CC output file names based on the target name CC_OBJNAME="-Fo\[$]@" - CC_EXENAME="-Fe\[$]@" + CC_EXENAME="-Fe\"\$(shell cygpath \$(PATHTYPE) '\[$]@')\"" # Specify linker flags depending on the type of app being # built -- Console vs. Window. |