aboutsummaryrefslogtreecommitdiff
path: root/Src/installer/SDK/xml.nsh
diff options
context:
space:
mode:
Diffstat (limited to 'Src/installer/SDK/xml.nsh')
-rw-r--r--Src/installer/SDK/xml.nsh5
1 files changed, 5 insertions, 0 deletions
diff --git a/Src/installer/SDK/xml.nsh b/Src/installer/SDK/xml.nsh
new file mode 100644
index 00000000..96be162b
--- /dev/null
+++ b/Src/installer/SDK/xml.nsh
@@ -0,0 +1,5 @@
+; XML Parser Object
+SetOutPath $INSTDIR\xml
+File ${PROJECTS}\xml\obj_xml.h
+File ${PROJECTS}\xml\ifc_xmlreadercallback.h
+File ${PROJECTS}\xml\ifc_xmlreaderparams.h \ No newline at end of file