summaryrefslogtreecommitdiff
path: root/SA_POP/Standalone/XML_Utils/SAPOP_XSC.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'SA_POP/Standalone/XML_Utils/SAPOP_XSC.mpc')
-rw-r--r--SA_POP/Standalone/XML_Utils/SAPOP_XSC.mpc30
1 files changed, 0 insertions, 30 deletions
diff --git a/SA_POP/Standalone/XML_Utils/SAPOP_XSC.mpc b/SA_POP/Standalone/XML_Utils/SAPOP_XSC.mpc
deleted file mode 100644
index 23723c684a3..00000000000
--- a/SA_POP/Standalone/XML_Utils/SAPOP_XSC.mpc
+++ /dev/null
@@ -1,30 +0,0 @@
-project(SAPOP_XSC) : xscdefaults {
- requires += xsc
-
-// xscflags -= --cxx-char-type ACE_TCHAR
- xscflags += --cxx-export-symbol XSC_XML_Handlers_Export
- xscflags += --cxx-export-header XSC_XML_Handlers_Export.h
- xscflags += --cxx-banner-file $(SAPOP_ROOT)/docs/schema/xsc-banner.cpp
- xscflags += --cxx-header-banner-file $(SAPOP_ROOT)/docs/schema/xsc-banner.h
- xscflags += --cxx-enable-random-access-sequences
-
- xscflags += --search-path "$(SAPOP_ROOT)/docs/schema"
-
- custom_only = 1
-
- XSC_Files {
- xscflags += --cxx-header-regex "%Task_Map.xsd%XML_TaskMap%"
- xscflags += --cxx-inline-regex "%Task_Map.xsd%XML_TaskMap%"
- xscflags += --cxx-source-regex "%Task_Map.xsd%XML_TaskMap%"
- xscflags += --cxx-namespace-regex "%.*vanderbilt.*%SA_POP/XML%"
- Task_Map.xsd
- }
-
- XSC_Files {
- xscflags += --cxx-header-regex "%SANet_Network.xsd%XML_SANet"
- xscflags += --cxx-inline-regex "%SANet_Network.xsd%XML_SANet"
- xscflags += --cxx-source-regex "%SANet_Network.xsd%XML_SANet"
- xscflags += --cxx-namespace-regex "%.*vanderbilt.*%SANet/XML%"
- SANet_Network.xsd
- }
-}