From 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d Mon Sep 17 00:00:00 2001 From: Jef Date: Tue, 24 Sep 2024 14:54:57 +0200 Subject: Initial community commit --- Src/installer/SDK/xml.nsh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Src/installer/SDK/xml.nsh (limited to 'Src/installer/SDK/xml.nsh') 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 -- cgit