cdk_config for non-CDK programs
When cdk_config finds a package name package it
doesn't know, he looks
in the ocaml installation directory for a file called
package.config .
This file should have the following format:
package
depends.
For wxlib, it would be:
-I +xlib wxlib.cma wxlib.cmxa X11 unix
Notice that cdk_config will also add the libraries which are
needed by X11 and unix , and so on.
Go to the first, previous, next, last section, table of contents.