From: handa Date: Wed, 13 Oct 2004 08:01:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-1-2-0~117 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=fec858c4406c6c07b19ad17aa72804120f446d7a;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/README b/README index 66714e9..37cf90d 100644 --- a/README +++ b/README @@ -115,11 +115,11 @@ The shell script "m17n-config" helps compiling and linking of a program that uses the m17n library. For instance this compiles PROG.c that uses SHELL API and builds executable PROG. - % gcc -o PROG `m17n-config --clags` `m17n-config --libs` PROG.c + % gcc -o PROG `m17n-config --cflags` `m17n-config --libs` PROG.c This compiles PROX.c that uses GUI API and builds executable PROX. - % gcc -o PROX `m17n-config GUI --clags` `m17n-config GUI --libs` PROX.c + % gcc -o PROX `m17n-config GUI --cflags` `m17n-config GUI --libs` PROX.c ---------------------------------------------------------------------- Copyright information