diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-05-11 10:06:22 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-05-11 10:06:22 (GMT) |
commit | c3b1e9053bf23608ddd00c5e70e366d067cb430e (patch) | |
tree | 4328d4eafe395136f8afb58f803f8bd4cad16a85 /win/Makefile.in | |
parent | cfb0d6742498fc7499297d4a94897aaa77d18615 (diff) | |
parent | 9cb3b15616e82cdd2edc695371adfeed5f4fb023 (diff) | |
download | tcl-c3b1e9053bf23608ddd00c5e70e366d067cb430e.zip tcl-c3b1e9053bf23608ddd00c5e70e366d067cb430e.tar.gz tcl-c3b1e9053bf23608ddd00c5e70e366d067cb430e.tar.bz2 |
Merge 8.7
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index c8f43d1..5320271 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -401,7 +401,8 @@ REG_OBJS = tclWinReg.$(OBJEXT) STUB_OBJS = \ tclStubLib.$(OBJEXT) \ tclTomMathStubLib.$(OBJEXT) \ - tclOOStubLib.$(OBJEXT) + tclOOStubLib.$(OBJEXT) \ + tclWinPanic.$(OBJEXT) TCLSH_OBJS = tclAppInit.$(OBJEXT) @@ -538,6 +539,9 @@ tclTomMathStubLib.${OBJEXT}: tclTomMathStubLib.c tclOOStubLib.${OBJEXT}: tclOOStubLib.c $(CC) -c $(CC_SWITCHES) -DSTATIC_BUILD @DEPARG@ $(CC_OBJNAME) +tclWinPanic.${OBJEXT}: tclWinPanic.c + $(CC) -c $(CC_SWITCHES) -DSTATIC_BUILD @DEPARG@ $(CC_OBJNAME) + # Implicit rule for all object files that will end up in the Tcl library %.${OBJEXT}: %.c |