Re: kbs, one file to rule them all
Rene Zaumseil <[email protected]>
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
Am Mittwoch, 25. April 2007 19:45 schrieb Jean-Claude Wippler:
> > All packages are in the defs.kbs file with the following structure.
>
> I would tend to prefer the current extdefs/*.kbs structure, because
> it is easier to manage when this grows to cover a larger set of
> extensions.
No problem, replace
source defs.tcl
with
foreach f [glob extedefs/*.kbs] {source $f}
> Cool. The other important platform to verify would be mingw/win32, IMO.
I don´t have such a system. Mmh.. may be I should create one. Are there
a preferred way to do?
rene