156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
|
The pathnames in the above command might need to be adjusted to get the
directories right. The point is that the manifest.uuid, manifest, and
VERSION files
in the root of the source tree are the three arguments and
the generated VERSION.h file appears on standard output.
The builtin_data.h header file is generated by a C program: src/mkbuiltin.c.
The builtin_data.h file contains C-langauge byte-array definitions for
the content of resource files used by Fossil. To generate the
builtin_data.h file, first compile the mkbuiltin.c program, then run:
<blockquote><pre>
mkbuiltin.exe diff.tcl <i>OtherFiles...</i> >builtin_data.h
</pre></blockquote>
|
|
|
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
|
The pathnames in the above command might need to be adjusted to get the
directories right. The point is that the manifest.uuid, manifest, and
VERSION files
in the root of the source tree are the three arguments and
the generated VERSION.h file appears on standard output.
The builtin_data.h header file is generated by a C program: src/mkbuiltin.c.
The builtin_data.h file contains C-language byte-array definitions for
the content of resource files used by Fossil. To generate the
builtin_data.h file, first compile the mkbuiltin.c program, then run:
<blockquote><pre>
mkbuiltin.exe diff.tcl <i>OtherFiles...</i> >builtin_data.h
</pre></blockquote>
|