[Vala] How to make the CCode contains the local header ?
- From: "G.S.Alex" <sthots gmail com>
- To: vala-list gnome org
- Subject: [Vala] How to make the CCode contains the local header ?
- Date: Fri, 1 Jan 2010 18:25:59 +0800
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 ?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]