this is fun.
gtc.
use it like this (in a makefile):
CC = gtc -pkg gconf-2.0
or just
gtc -o evil evil.c
you get gtk for free. other pkg-config’d packages can be added with -pkg. enjoy.
this is fun.
gtc.
use it like this (in a makefile):
CC = gtc -pkg gconf-2.0
or just
gtc -o evil evil.c
you get gtk for free. other pkg-config’d packages can be added with -pkg. enjoy.
Comments are closed.
The -pkg switch indied is a pretty idea. Maybe it should go upstream into the default gcc frontend?