[ooc-compiler] Package creation
Brought to you by:
mva
|
From: fusionfive <fus...@sp...> - 2004-05-13 00:07:06
|
Hi,
What are the basic steps when working with oo2c version 2.1.1? I can't find
any tutorial.
Let's say I will start working on a project comprising two source files,
`Main.Mod' and `Test.Mod', where `Main.Mod' uses the module `Test.Mod'. If I
got it right I start by choosing a working directory, say `test' and then
create a subfolder named `src' where `Main.Mod' and `Test.Mod' are located.
In order to compile the program I then run the command
oo2c -M -r .. Main.Mod
from `test/src'. Now the compiled program can be found in `test/bin'. Some
of the options of oo2c require a package name as e.g. `--build-pkg-doc'. As
far as I know a package is defined in a file named pkginfo.xml. What is the
format of that file?
Regards,
August
|