From e7b08b2d1b5fdadf9f2c83d9c58a94dfb762d145 Mon Sep 17 00:00:00 2001
From: "Unknown (aruna1)" <dev-null@apache.org>
Date: Tue, 19 Sep 2000 19:55:25 +0000
Subject: [PATCH] Added for sax2 module

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172400 13f79535-47bb-0310-9956-ffa450edef68
---
 Projects/OS2/VACPP40/xerces_sax2.icc       |  2 ++
 samples/Projects/OS2/VACPP40/SAX2Count.icc | 12 ++++++++++++
 samples/Projects/OS2/VACPP40/SAX2Print.icc | 12 ++++++++++++
 3 files changed, 26 insertions(+)
 create mode 100644 Projects/OS2/VACPP40/xerces_sax2.icc
 create mode 100644 samples/Projects/OS2/VACPP40/SAX2Count.icc
 create mode 100644 samples/Projects/OS2/VACPP40/SAX2Print.icc

diff --git a/Projects/OS2/VACPP40/xerces_sax2.icc b/Projects/OS2/VACPP40/xerces_sax2.icc
new file mode 100644
index 000000000..961db4328
--- /dev/null
+++ b/Projects/OS2/VACPP40/xerces_sax2.icc
@@ -0,0 +1,2 @@
+group xerces_sax2 =
+    BASE_DIR "\\src\\sax2\\sax2Dummy.cpp"
diff --git a/samples/Projects/OS2/VACPP40/SAX2Count.icc b/samples/Projects/OS2/VACPP40/SAX2Count.icc
new file mode 100644
index 000000000..5612788df
--- /dev/null
+++ b/samples/Projects/OS2/VACPP40/SAX2Count.icc
@@ -0,0 +1,12 @@
+include "basedir.icc"
+include "sample_options.icc"
+
+option sample_options
+{
+  target BIN_DIR "\\SAX2Count.exe"
+  {
+    source type("cpp") SAMPLES "\\SAX2Count\\SAX2Count.cpp"
+    source type("cpp") SAMPLES "\\SAX2Count\\SAX2CountHandlers.cpp"
+    source type("lib") xerces_lib
+  }
+}
diff --git a/samples/Projects/OS2/VACPP40/SAX2Print.icc b/samples/Projects/OS2/VACPP40/SAX2Print.icc
new file mode 100644
index 000000000..513596729
--- /dev/null
+++ b/samples/Projects/OS2/VACPP40/SAX2Print.icc
@@ -0,0 +1,12 @@
+include "basedir.icc"
+include "sample_options.icc"
+
+option sample_options
+{
+  target BIN_DIR "\\SAX2Print.exe"
+  {
+    source type("cpp") SAMPLES "\\SAX2Print\\SAX2Print.cpp"
+    source type("cpp") SAMPLES "\\SAX2Print\\SAX2PrintHandlers.cpp"
+    source type("lib") xerces_lib
+  }
+}
-- 
GitLab