Check-in [d9deba817f]
Overview
Comment:Updated Header

Added KitDLL example to README (copied from Wiki)

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: d9deba817f7dac12db1f9f56ea6abcfbe1afa3cb
User & Date: rkeene on 2010-10-07 06:37:25
Other Links: manifest | tags
Context
2010-10-08
15:18
Updated LICENSE with KitDLL files copied from KitSH check-in: fb713458b7 user: rkeene tags: trunk
2010-10-07
06:37
Updated Header

Added KitDLL example to README (copied from Wiki) check-in: d9deba817f user: rkeene tags: trunk

2010-10-06
14:47
KitCreator 0.5.2.x check-in: acfbaa597c user: rkeene tags: trunk, 0.5.2
Changes

Modified HEADER from [9cc3c39871] to [9e2c67520c].

1
2
3

4
5
6
7
8
                                @@UTIL@@ @@VERS@@

Release information:

  pkg:  @@UTIL@@ version @@VERS@@
  url:  http://www.rkeene.org/devel/@@UTIL@@-@@VERS@@.tar.gz
  date: @@DATE@@
--------------------------------------------------------------------------




>





1
2
3
4
5
6
7
8
9
                                @@UTIL@@ @@VERS@@

Release information:
  home: http://kitcreator.rkeene.org/
  pkg:  @@UTIL@@ version @@VERS@@
  url:  http://www.rkeene.org/devel/@@UTIL@@-@@VERS@@.tar.gz
  date: @@DATE@@
--------------------------------------------------------------------------

Modified README from [4cc6a27d05] to [b320dd82ca].

55
56
57
58
59
60
61






62
63
64
65
66
67
68
	8. Create a Tclkit without Metakit4 support (falls back to Zip for storage):
		a. KITCREATOR_PKGS='tk itcl'
		b. export KITCREATOR_PKGS
		c. ./kitcreator

	9. Create a Tclkit with Metakit4 support, but using Zip for storage:
		a. $ ./kitcreator --enable-kit-storage=zip







Environment variables:
	1. MAKE
		Specifies the tool you wish to be called to build targets
		from a Makefile.  This script is generally more well tested
		with GNU Make.








>
>
>
>
>
>







55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
	8. Create a Tclkit without Metakit4 support (falls back to Zip for storage):
		a. KITCREATOR_PKGS='tk itcl'
		b. export KITCREATOR_PKGS
		c. ./kitcreator

	9. Create a Tclkit with Metakit4 support, but using Zip for storage:
		a. $ ./kitcreator --enable-kit-storage=zip

	10. Create a KitDLL without Metakit support (will not create a Tclkit
	    binary, just the library):
		a. $ KITCREATOR_PKGS='tk itcl kitdll'
		b. $ export KITCREATOR_PKGS
		c. $ ./kitcreator

Environment variables:
	1. MAKE
		Specifies the tool you wish to be called to build targets
		from a Makefile.  This script is generally more well tested
		with GNU Make.