diff options
author | midipix <writeonce@midipix.org> | 2016-12-12 00:35:21 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-12-12 16:57:25 -0500 |
commit | b003e95b91d47e35efdf634111769d1c185f7cd2 (patch) | |
tree | 2d613d5dd8fc0ea9445a3108ef7f5c0442f67f6e /project | |
parent | f2b6c18c945ce5f4185224fbc4762f32e697d28d (diff) | |
download | ntcon-b003e95b91d47e35efdf634111769d1c185f7cd2.tar.bz2 ntcon-b003e95b91d47e35efdf634111769d1c185f7cd2.tar.xz |
api headers: added ntcon_{abi|compiler}.h for smooth foreign toolchain support.
Diffstat (limited to 'project')
-rw-r--r-- | project/headers.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/project/headers.mk b/project/headers.mk index eeb1c5c..cd0f8b9 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -1,7 +1,8 @@ API_HEADERS = \ $(PROJECT_DIR)/include/$(PACKAGE)/ntcon.h \ + $(PROJECT_DIR)/include/$(PACKAGE)/ntcon_abi.h \ $(PROJECT_DIR)/include/$(PACKAGE)/ntcon_api.h \ - $(PROJECT_DIR)/include/$(PACKAGE)/ntcon_env.h \ + $(PROJECT_DIR)/include/$(PACKAGE)/ntcon_compiler.h \ $(PROJECT_DIR)/include/$(PACKAGE)/ntcon_vkcode.h \ INTERNAL_HEADERS = |