You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
503 B
25 lines
503 B
4 years ago
|
#include <genex_config.h>
|
||
|
/* FIXME Get this working */
|
||
|
/*#include <intdir_config.h>*/
|
||
|
|
||
|
const char* generatorobj_genex_config_definition(void)
|
||
|
{
|
||
|
return GENEX_CONFIG_DEFINITION;
|
||
|
}
|
||
|
|
||
|
const char* generatorobj_genex_config_include_dir(void)
|
||
|
{
|
||
|
return GENEX_CONFIG_INCLUDE_DIR;
|
||
|
}
|
||
|
|
||
|
/* FIXME Get this working */
|
||
|
/*const char* generatorobj_intdir_config_definition(void)
|
||
|
{
|
||
|
return INTDIR_CONFIG_DEFINITION;
|
||
|
}
|
||
|
|
||
|
const char* generatorobj_intdir_config_include_dir(void)
|
||
|
{
|
||
|
return INTDIR_CONFIG_INCLUDE_DIR;
|
||
|
}*/
|