summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-12-11 19:44:51 -0500
committermidipix <writeonce@midipix.org>2016-12-11 19:56:28 -0500
commitff22b1948a1f2ee7f62d915c543d46a379e2082e (patch)
treeafe918de0d2ed11e92064cc0142ea8fa31011f03 /project
parentb80821b1a7d30d36e1a844036720cf682d5dda0f (diff)
downloadpemagine-ff22b1948a1f2ee7f62d915c543d46a379e2082e.tar.bz2
pemagine-ff22b1948a1f2ee7f62d915c543d46a379e2082e.tar.xz
api headers: added visual studio and hosted environment support.
Diffstat (limited to 'project')
-rw-r--r--project/headers.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/headers.mk b/project/headers.mk
index 3ffb290..0863c1b 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -6,11 +6,11 @@ API_HEADERS = \
$(PROJECT_DIR)/include/$(PACKAGE)/pe_structs.h \
API_HEADERS_NT32 = \
- $(PROJECT_DIR)/include/$(PACKAGE)/bits/nt32/pe_inline_asm__gcc.h \
+ $(PROJECT_DIR)/include/$(PACKAGE)/bits/nt32/pe_inline_asm__common.h \
$(PROJECT_DIR)/include/$(PACKAGE)/bits/nt32/pe_inline_asm__msvc.h \
API_HEADERS_NT64 = \
- $(PROJECT_DIR)/include/$(PACKAGE)/bits/nt64/pe_inline_asm__gcc.h \
+ $(PROJECT_DIR)/include/$(PACKAGE)/bits/nt64/pe_inline_asm__common.h \
$(PROJECT_DIR)/include/$(PACKAGE)/bits/nt64/pe_inline_asm__msvc.h \
INTERNAL_HEADERS = \