diff options
author | midipix <writeonce@midipix.org> | 2016-12-11 20:25:21 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-12-11 22:26:57 -0500 |
commit | 7d77e3cba633f2a6489bfcd4ab307ed9da1ab91d (patch) | |
tree | 62dbc501437824f425e9bfec366a2dc85fc796fc /project | |
parent | 1359b392d5ded223043b32a2d2dbf084d084344e (diff) | |
download | ntapi-7d77e3cba633f2a6489bfcd4ab307ed9da1ab91d.tar.bz2 ntapi-7d77e3cba633f2a6489bfcd4ab307ed9da1ab91d.tar.xz |
api headers: added nt_compiler.h, supporting visual studio and hosted envs.
Diffstat (limited to 'project')
-rw-r--r-- | project/headers.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk index bcd7d27..b29341b 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -5,6 +5,7 @@ API_HEADERS = \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_atomic.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_auxv.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_blitter.h \ + $(SOURCE_DIR)/include/$(PACKAGE)/./nt_compiler.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_crc32.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_daemon.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_debug.h \ |