diff options
Diffstat (limited to 'win')
-rw-r--r-- | win/makefile.vc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 500e69c..4d337e1 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -420,7 +420,8 @@ install-libraries: # $(TMPDIR)\testMain.obj: $(WINDIR)\tclAppInit.c - $(cc32) $(TCL_CFLAGS) -DTCL_TEST -Fo$(TMPDIR)\testMain.obj $? + $(cc32) $(TCL_CFLAGS) -DSTATIC_BUILD -DTCL_TEST \ + -Fo$(TMPDIR)\testMain.obj $? $(TMPDIR)\tclTest.obj: $(GENERICDIR)\tclTest.c $(cc32) $(TCL_CFLAGS) -Fo$@ $? @@ -432,7 +433,7 @@ $(TMPDIR)\tclWinTest.obj: $(WINDIR)\tclWinTest.c $(cc32) $(TCL_CFLAGS) -Fo$@ $? $(TMPDIR)\tclAppInit.obj : $(WINDIR)\tclAppInit.c - $(cc32) $(TCL_CFLAGS) -Fo$@ $? + $(cc32) $(TCL_CFLAGS) -DSTATIC_BUILD -Fo$@ $? # # Implicit rules |