diff options
author | lloyd <[email protected]> | 2009-07-02 19:44:41 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-07-02 19:44:41 +0000 |
commit | df43e947c8dcae4c61948b84007a08369d5cdc37 (patch) | |
tree | 0cac930b104b203cbd7386eb5b1d137eb3c60693 /src/build-data/buildh.in | |
parent | 767adaa98039bf033261b420d5425764861d3a07 (diff) |
Macro defines are split up in the build.h template now
Diffstat (limited to 'src/build-data/buildh.in')
-rw-r--r-- | src/build-data/buildh.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in index 496826d91..e4ab0f44b 100644 --- a/src/build-data/buildh.in +++ b/src/build-data/buildh.in @@ -37,8 +37,16 @@ #endif /* Target identification and feature test macros */ +%{target_os_defines} -%{defines} +%{target_cpu_defines} + +%{target_compiler_defines} + +/* Module definitions */ +%{module_defines} + +/* Local configuration options */ %{local_config} /* |