Kaydet (Commit) 6d54c6bc authored tarafından Thomas Heller's avatar Thomas Heller

Whitespace cleanup.

üst 4852f50e
...@@ -145,19 +145,19 @@ tix ...@@ -145,19 +145,19 @@ tix
Edit win\common.mak in this directory, to set the following variables: Edit win\common.mak in this directory, to set the following variables:
TCL_VER=8.4 TCL_VER=8.4
INSTALLDIR=..\..\tix-8.1.4 INSTALLDIR=..\..\tix-8.1.4
TCL_PATCH=3 TCL_PATCH=3
RMDIR=$(TKDIR)\win\rmd.bat RMDIR=$(TKDIR)\win\rmd.bat
MKDIR=$(TKDIR)\win\mkd.bat MKDIR=$(TKDIR)\win\mkd.bat
Edit win\makefile.vc: Edit win\makefile.vc:
TOOLS32 = <directory of bin\cl.exe> TOOLS32 = <directory of bin\cl.exe>
TOOLS32_rc = <directory of bin\rc.exe> TOOLS32_rc = <directory of bin\rc.exe>
Edit win\tk8.4\pkgindex.tcl, to replace Edit win\tk8.4\pkgindex.tcl, to replace
lappend dirs ../../Dlls lappend dirs ../../Dlls
with with
lappend dirs [file join [file dirname [info nameofexe]] DLLs] lappend dirs [file join [file dirname [info nameofexe]] DLLs]
nmake -f makefile.vc nmake -f makefile.vc
nmake -f makefile.vc install nmake -f makefile.vc install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment