On Tue, Feb 05, 2008 at 06:19:56PM +0800, simon.zheng at sun.com wrote: > Danek Duvall wrote: > >>> /usr/lib/glibmm-2.4/proc/gmmproc Volatile >> >> What goes here and why is it Public? > > Gtkmm or other libraries needs this program to generate gtkmm-style source > code, that is, from "*.ccg" to "*.cc" and "*.hg" to "*.h". I want to keep > it public.
Could you explain the code generation more? What are .ccg and .hg files? I thought one just wrote in C++ to use the *mm versions of the gnome libraries. Is this program invoked from the library code itself, or is it something that people would use directly in a Makefile? THanks, Danek
