Frank Heckenbach wrote:
CBFalconer wrote: I'm not too familiar with the DJGPP file system hierarchy, so perhaps someone can tell me how to do it (which directory etc.).
Test suites are usually not installed and remain within the sources. Probably the most natural would be to install them in a doc/gpc/test directory (below the djgpp root directory, which is always implied), i.e. at the same level than the demos and docdemos directories.
I should then probably also create a manifest file (which I haven't done yet).
I use the small attached gpc program which also produces the zip: (notice that manifest files contain forward slashes, even for DOS). You put everything with the intended directory structure (but omitting the djgpp root and also the manifest directory which will be created) below some temp directory and issue makedist from there.
Others use shell scripts I suppose.
Maurice