diff options
author | davygrvy <davygrvy> | 2002-03-28 23:23:03 (GMT) |
---|---|---|
committer | davygrvy <davygrvy> | 2002-03-28 23:23:03 (GMT) |
commit | 8548465e0dcb84c58c381dc6d2c8e91c19d01c65 (patch) | |
tree | 64a7d4eacc4548a71dd1f2cb8b45ee3356516b18 /win/.cvsignore | |
parent | 07bf7a5bb6e4b4cbc9386f9860487d0cf70c39e4 (diff) | |
download | tk-8548465e0dcb84c58c381dc6d2c8e91c19d01c65.zip tk-8548465e0dcb84c58c381dc6d2c8e91c19d01c65.tar.gz tk-8548465e0dcb84c58c381dc6d2c8e91c19d01c65.tar.bz2 |
* win/.cvsignore (new):
* win/lamp.bmp (new):
* win/makefile.vc:
* win/nmakehlp.c (new):
* win/rules.vc: Brought the makefile up-to-date with Tcl's one.
This now has support for Win9x issues and the winhelp target now
exists. Color scheme can be changed. I'm just imparting a first
suggestion using orange :) I'll have to think about the install
portion of the helpfile as I'll need to do some tricks to insert
tk's contents file into Tcl's using some special winhlp32.exe
switches. [Bug 533862 527941]
Diffstat (limited to 'win/.cvsignore')
-rw-r--r-- | win/.cvsignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/win/.cvsignore b/win/.cvsignore new file mode 100644 index 0000000..b986cda --- /dev/null +++ b/win/.cvsignore @@ -0,0 +1,15 @@ +Debug +Release +*.opt +*.ncb +*.plg +*.00? +*.o +*.obj +*.i +*.asm +Makefile +tcl.hpj +tclConfig.sh +nmakehlp.exe +.#* |