summaryrefslogtreecommitdiffstats
path: root/win/makefile.bc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-06-27 09:07:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-06-27 09:07:04 (GMT)
commite36fd891e4b0918267e7cfdd7172a4f96fe01aac (patch)
tree064d2ef7d0a50b1c18a286b3cb940216ef81ab86 /win/makefile.bc
parente592a6c9d5c134df1436e59d6f8ccdbcac741f73 (diff)
parent954b241f34dbe3639264262bbfe066d5b4f1d597 (diff)
downloadtcl-e36fd891e4b0918267e7cfdd7172a4f96fe01aac.zip
tcl-e36fd891e4b0918267e7cfdd7172a4f96fe01aac.tar.gz
tcl-e36fd891e4b0918267e7cfdd7172a4f96fe01aac.tar.bz2
rebase
Diffstat (limited to 'win/makefile.bc')
-rw-r--r--win/makefile.bc6
1 files changed, 5 insertions, 1 deletions
diff --git a/win/makefile.bc b/win/makefile.bc
index 0b17cea..4d97d85 100644
--- a/win/makefile.bc
+++ b/win/makefile.bc
@@ -280,7 +280,8 @@ TCLOBJS = \
TCLSTUBOBJS = \
$(TMPDIR)\tclStubLib.obj \
$(TMPDIR)\tclTomMathStubLib.obj \
- $(TMPDIR)\tclOOStubLib.obj
+ $(TMPDIR)\tclOOStubLib.obj \
+ $(TMPDIR)\tclWinPanic.obj
WINDIR = $(ROOT)\win
GENERICDIR = $(ROOT)\generic
@@ -534,6 +535,9 @@ $(TMPDIR)\tclTomMathStubLib.obj : $(GENERICDIR)\tclTomMathStubLib.c
$(TMPDIR)\tclOOStubLib.obj : $(GENERICDIR)\tclOOStubLib.c
$(cc32) $(TCL_CFLAGS) -DSTATIC_BUILD -o$(TMPDIR)\$@ $?
+$(TMPDIR)\tclWinPanic.obj : $(WINDIR)\tclWinPanic.c
+ $(cc32) $(TCL_CFLAGS) -DSTATIC_BUILD -o$(TMPDIR)\$@ $?
+
# Dedependency rules