From c2c520dcfce0c32939fcae1f7ab46a93c59dd84b Mon Sep 17 00:00:00 2001 From: stanton Date: Fri, 31 Jul 1998 15:43:49 +0000 Subject: added EXTFLAGS hook --- win/makefile.vc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/win/makefile.vc b/win/makefile.vc index 4d337e1..a989ce6 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -419,6 +419,10 @@ install-libraries: # Special case object file targets # +$(TMPDIR)\tclWinInit.obj: $(WINDIR)\tclWinInit.c + $(cc32) -DDLL_BUILD -DBUILD_tcl $(TCL_CFLAGS) $(EXTFLAGS) \ + -Fo$(TMPDIR)\ $? + $(TMPDIR)\testMain.obj: $(WINDIR)\tclAppInit.c $(cc32) $(TCL_CFLAGS) -DSTATIC_BUILD -DTCL_TEST \ -Fo$(TMPDIR)\testMain.obj $? -- cgit v0.12