summaryrefslogtreecommitdiffstats
path: root/win/.cvsignore
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2002-03-28 23:23:02 (GMT)
committerdavygrvy <davygrvy@noemail.net>2002-03-28 23:23:02 (GMT)
commit72c6dece05777c6158e9d6726c879d2c1cb74d2c (patch)
tree64a7d4eacc4548a71dd1f2cb8b45ee3356516b18 /win/.cvsignore
parent0672495db3d5bf3c59fbed5249eaa92388c21966 (diff)
downloadtk-72c6dece05777c6158e9d6726c879d2c1cb74d2c.zip
tk-72c6dece05777c6158e9d6726c879d2c1cb74d2c.tar.gz
tk-72c6dece05777c6158e9d6726c879d2c1cb74d2c.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] FossilOrigin-Name: 8bb6331b52c3c5354d532404f7dc125089c6b701
Diffstat (limited to 'win/.cvsignore')
-rw-r--r--win/.cvsignore15
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
+.#*