Diff
Not logged in

Differences From Artifact [6ac88c6c1e]:

To Artifact [e70e95db1e]:


414
415
416
417
418
419
420




421
422
423
424
425
426
427
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431







+
+
+
+







	@copy $(ROOT)\library\safe.tcl $(SCRIPT_INSTALL_DIR)
	@copy $(ROOT)\library\tclIndex $(SCRIPT_INSTALL_DIR)
	@copy $(ROOT)\library\word.tcl $(SCRIPT_INSTALL_DIR)

#
# 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 $?

$(TMPDIR)\tclTest.obj: $(GENERICDIR)\tclTest.c
	$(cc32) $(TCL_CFLAGS) -Fo$@ $?