68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
11. [/file/src/mkversion.c | mkversion.c]
The builtin_data.h header file contains the definitions of C-language
byte-array constants that contain various resources such as scripts and
images. The builtin_data.h header file is generate from the original
resource files using a small program called:
12 [/file/src/mkbuiltin.c | mkbuildin.c]
Examples of built-in resources include the [/file/src/diff.tcl | diff.tcl]
script used to implement the --tk option to [/help?cmd=diff| fossil diff],
the [/file/src/markdown.md | markdown documentation], and the various
CSS scripts, headers, and footers used to implement built-in skins. New
resources files are added to the "extra_files" variable in
[/file/src/makemake.tcl | makemake.tcl].
|
|
|
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
11. [/file/src/mkversion.c | mkversion.c]
The builtin_data.h header file contains the definitions of C-language
byte-array constants that contain various resources such as scripts and
images. The builtin_data.h header file is generate from the original
resource files using a small program called:
12 [/file/src/mkbuiltin.c | mkbuiltin.c]
Examples of built-in resources include the [/file/src/diff.tcl | diff.tcl]
script used to implement the --tk option to [/help?cmd=diff| fossil diff],
the [/file/src/markdown.md | markdown documentation], and the various
CSS scripts, headers, and footers used to implement built-in skins. New
resources files are added to the "extra_files" variable in
[/file/src/makemake.tcl | makemake.tcl].
|