From a090df5a25dad714982dd0e1863576a50121e6eb Mon Sep 17 00:00:00 2001 From: escoffon Date: Thu, 30 Jul 1998 11:56:48 +0000 Subject: One more tweak for the import/export. --- win/makefile.vc | 5 +++-- 1 file 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 -- cgit v0.12