diff options
author | stanton <stanton> | 1998-07-31 15:43:49 (GMT) |
---|---|---|
committer | stanton <stanton> | 1998-07-31 15:43:49 (GMT) |
commit | c2c520dcfce0c32939fcae1f7ab46a93c59dd84b (patch) | |
tree | 0e63a33267afab2586da5a768750d1fd148864f6 | |
parent | 4e68f20bb4886cd4de8ac0f154b093cc781687de (diff) | |
download | tcl-c2c520dcfce0c32939fcae1f7ab46a93c59dd84b.zip tcl-c2c520dcfce0c32939fcae1f7ab46a93c59dd84b.tar.gz tcl-c2c520dcfce0c32939fcae1f7ab46a93c59dd84b.tar.bz2 |
added EXTFLAGS hook
-rw-r--r-- | win/makefile.vc | 4 |
1 files changed, 4 insertions, 0 deletions
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 $? |