Re: [Vala] How to make the CCode contains the local header ?



Did you try "./case.h"

2010/1/1 G.S.Alex <sthots gmail com>:
When i write a vapi file to use some c code files , i use the
cheader_filename attribute to include the header file.
But the default generated code will use the system headers. For example :

       [CCode(cheader_filename = "case.h"]
will be
       #include <case.h>
not
       #include "case.h"

so , what should I do if i want to use the file in the current directory ?
_______________________________________________
Vala-list mailing list
Vala-list gnome org
http://mail.gnome.org/mailman/listinfo/vala-list




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]