Update to tk 8.5.19
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# for Visual C++ that came with tk 8.3.3
|
||||
#
|
||||
# Some "not so obvious" details in this makefile are preceded by a comment
|
||||
# "maintenance hint", which tries to explain what's going on. Better to
|
||||
# "maintenance hint", which tries to explain what's going on. Better to
|
||||
# leave those in place.
|
||||
# Helmut Giese, July 2002
|
||||
#
|
||||
@@ -301,10 +301,10 @@ plugin: setup $(TKPLUGINDLL) $(WISHP)
|
||||
tktest: setup $(TKTEST) $(CAT32)
|
||||
|
||||
# Maintenance hint: We want to set environment variables before calling tktest.
|
||||
# If we do this in the form of normal commands, they will not persist up to
|
||||
# If we do this in the form of normal commands, they will not persist up to
|
||||
# the call of tktest. Therfore we put all commands wanted into a batch file.
|
||||
# The normal way of using 'echo >x.bat' and 'echo >>x.bat' does not work here
|
||||
# because we cannot write '... > tktest.txt' this way. Hence this advanced
|
||||
# because we cannot write '... > tktest.txt' this way. Hence this advanced
|
||||
# form of loop hopping:
|
||||
# - Have MAKE produce a temporary file with the content we want.
|
||||
# - Use it as input to the COPY command to produce a batch file.
|
||||
@@ -312,7 +312,7 @@ tktest: setup $(TKTEST) $(CAT32)
|
||||
#
|
||||
test: setup $(TKTEST) $(TKLIB) $(CAT32)
|
||||
copy &&!
|
||||
set TCL_LIBRARY=$(TCLDIR)/library
|
||||
set TCL_LIBRARY=$(TCLDIR)/library
|
||||
set PATH=$(TCLDIR)\win\$(TMPDIRNAME);$(PATH)
|
||||
$(TKTEST) $(ROOT)/tests/all.tcl > tktest.txt
|
||||
! _test.bat
|
||||
@@ -365,7 +365,7 @@ install-libraries:
|
||||
|
||||
$(TKLIB): $(TKDLL) $(TKSTUBLIB)
|
||||
|
||||
# Maintenance hint: The macro puts a '+-' before the first member of
|
||||
# Maintenance hint: The macro puts a '+-' before the first member of
|
||||
# TKSTUBOBJS, than replaces any ' ' with ' +-' - together putting '+-' in
|
||||
# front of any member of TKSTUBOBJS (provided, they are separated in their
|
||||
# defintion by just one space).
|
||||
@@ -533,4 +533,3 @@ $(GENERICDIR)/tkMenuDraw.c: $(GENERICDIR)/tkMenu.h
|
||||
$(WINDIR)/tkWinMenu.c: $(GENERICDIR)/tkMenu.h
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user