summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-12-11 20:25:21 -0500
committermidipix <writeonce@midipix.org>2016-12-11 22:26:57 -0500
commit7d77e3cba633f2a6489bfcd4ab307ed9da1ab91d (patch)
tree62dbc501437824f425e9bfec366a2dc85fc796fc /project
parent1359b392d5ded223043b32a2d2dbf084d084344e (diff)
downloadntapi-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.mk1
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 \