From 5e527213a2430bb3018e5eebd909aef294edf9b5 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 18 Dec 2020 18:48:46 +0300 Subject: Switch to build2 --- dist/examples/cxx/parser/wildcard/makefile | 28 -- .../cxx/parser/wildcard/wildcard-vc10.vcxproj | 201 ---------- .../parser/wildcard/wildcard-vc10.vcxproj.filters | 38 -- .../cxx/parser/wildcard/wildcard-vc11.vcxproj | 205 ---------- .../parser/wildcard/wildcard-vc11.vcxproj.filters | 38 -- .../cxx/parser/wildcard/wildcard-vc12.vcxproj | 209 ---------- .../parser/wildcard/wildcard-vc12.vcxproj.filters | 38 -- .../cxx/parser/wildcard/wildcard-vc8.vcproj | 419 --------------------- .../cxx/parser/wildcard/wildcard-vc9.vcproj | 416 -------------------- 9 files changed, 1592 deletions(-) delete mode 100644 dist/examples/cxx/parser/wildcard/makefile delete mode 100644 dist/examples/cxx/parser/wildcard/wildcard-vc10.vcxproj delete mode 100644 dist/examples/cxx/parser/wildcard/wildcard-vc10.vcxproj.filters delete mode 100644 dist/examples/cxx/parser/wildcard/wildcard-vc11.vcxproj delete mode 100644 dist/examples/cxx/parser/wildcard/wildcard-vc11.vcxproj.filters delete mode 100644 dist/examples/cxx/parser/wildcard/wildcard-vc12.vcxproj delete mode 100644 dist/examples/cxx/parser/wildcard/wildcard-vc12.vcxproj.filters delete mode 100644 dist/examples/cxx/parser/wildcard/wildcard-vc8.vcproj delete mode 100644 dist/examples/cxx/parser/wildcard/wildcard-vc9.vcproj (limited to 'dist/examples/cxx/parser/wildcard') diff --git a/dist/examples/cxx/parser/wildcard/makefile b/dist/examples/cxx/parser/wildcard/makefile deleted file mode 100644 index 924e937..0000000 --- a/dist/examples/cxx/parser/wildcard/makefile +++ /dev/null @@ -1,28 +0,0 @@ -root := ../../.. - -include $(root)/build/cxx/rules.make -include $(root)/build/xsd/parser-rules.make - - -# Build. -# -driver: driver.o email-pskel.o - -driver.o: driver.cxx email-pskel.hxx -email-pskel.o: email-pskel.cxx email-pskel.hxx - -email-pskel.hxx email-pskel.cxx: email.xsd - - -# Test. -# -.PHONY: test -test: driver email.xml - ./driver email.xml - - -# Clean. -# -.PHONY: clean -clean: - rm -f email-pskel.?xx email-pskel.o driver.o driver diff --git a/dist/examples/cxx/parser/wildcard/wildcard-vc10.vcxproj b/dist/examples/cxx/parser/wildcard/wildcard-vc10.vcxproj deleted file mode 100644 index adb99cb..0000000 --- a/dist/examples/cxx/parser/wildcard/wildcard-vc10.vcxproj +++ /dev/null @@ -1,201 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - wildcard - {9832425B-38D5-44EC-AED6-3ED4353B24EA} - wildcard - Win32Proj - - - - Application - MultiByte - - - Application - MultiByte - - - Application - MultiByte - - - Application - MultiByte - - - - - - - - - - - - - - - - - - - driver - driver - driver - driver - Debug\ - Debug\ - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - Release\ - Release\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - - - - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - - - xerces-c_3D.lib;%(AdditionalDependencies) - $(TargetPath) - true - $(OutDir)driver.pdb - Console - false - - - MachineX86 - - - - - X64 - - - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - - - xerces-c_3D.lib;%(AdditionalDependencies) - $(TargetPath) - true - $(OutDir)driver.pdb - Console - false - - - MachineX64 - - - - - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - - - xerces-c_3.lib;%(AdditionalDependencies) - $(TargetPath) - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - - - xerces-c_3.lib;%(AdditionalDependencies) - $(TargetPath) - true - Console - true - true - false - - - MachineX64 - - - - - - - - - - - - xsd email.xsd - xsd cxx-parser email.xsd - email-pskel.hxx;email-pskel.cxx;%(Outputs) - xsd email.xsd - xsd cxx-parser email.xsd - email-pskel.hxx;email-pskel.cxx;%(Outputs) - xsd email.xsd - xsd cxx-parser email.xsd - email-pskel.hxx;email-pskel.cxx;%(Outputs) - xsd email.xsd - xsd cxx-parser email.xsd - email-pskel.hxx;email-pskel.cxx;%(Outputs) - - - - - - - - - \ No newline at end of file diff --git a/dist/examples/cxx/parser/wildcard/wildcard-vc10.vcxproj.filters b/dist/examples/cxx/parser/wildcard/wildcard-vc10.vcxproj.filters deleted file mode 100644 index 756239f..0000000 --- a/dist/examples/cxx/parser/wildcard/wildcard-vc10.vcxproj.filters +++ /dev/null @@ -1,38 +0,0 @@ - - - - - {F05001BC-BAEB-4D9D-89E4-D19B208F34BF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {CDCB25B7-BCBA-4C74-828E-09B2D7860485} - h;hpp;hxx;hm;inl;inc;xsd - - - {1b27359f-6508-4bb0-96ed-b5a3fdb228c6} - xsd - - - - - Source Files - - - Source Files - - - - - Header Files - - - - - - - - Schema Files - - - \ No newline at end of file diff --git a/dist/examples/cxx/parser/wildcard/wildcard-vc11.vcxproj b/dist/examples/cxx/parser/wildcard/wildcard-vc11.vcxproj deleted file mode 100644 index e422655..0000000 --- a/dist/examples/cxx/parser/wildcard/wildcard-vc11.vcxproj +++ /dev/null @@ -1,205 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - wildcard - {9832425B-38D5-44EC-AED6-3ED4353B24EA} - wildcard - Win32Proj - - - - Application - v110 - MultiByte - - - Application - v110 - MultiByte - - - Application - v110 - MultiByte - - - Application - v110 - MultiByte - - - - - - - - - - - - - - - - - - - driver - driver - driver - driver - Debug\ - Debug\ - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - Release\ - Release\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - - - - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - - - xerces-c_3D.lib;%(AdditionalDependencies) - $(TargetPath) - true - $(OutDir)driver.pdb - Console - false - - - MachineX86 - - - - - X64 - - - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - - - xerces-c_3D.lib;%(AdditionalDependencies) - $(TargetPath) - true - $(OutDir)driver.pdb - Console - false - - - MachineX64 - - - - - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - - - xerces-c_3.lib;%(AdditionalDependencies) - $(TargetPath) - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - - - xerces-c_3.lib;%(AdditionalDependencies) - $(TargetPath) - true - Console - true - true - false - - - MachineX64 - - - - - - - - - - - - xsd email.xsd - xsd cxx-parser email.xsd - email-pskel.hxx;email-pskel.cxx;%(Outputs) - xsd email.xsd - xsd cxx-parser email.xsd - email-pskel.hxx;email-pskel.cxx;%(Outputs) - xsd email.xsd - xsd cxx-parser email.xsd - email-pskel.hxx;email-pskel.cxx;%(Outputs) - xsd email.xsd - xsd cxx-parser email.xsd - email-pskel.hxx;email-pskel.cxx;%(Outputs) - - - - - - - - - \ No newline at end of file diff --git a/dist/examples/cxx/parser/wildcard/wildcard-vc11.vcxproj.filters b/dist/examples/cxx/parser/wildcard/wildcard-vc11.vcxproj.filters deleted file mode 100644 index 756239f..0000000 --- a/dist/examples/cxx/parser/wildcard/wildcard-vc11.vcxproj.filters +++ /dev/null @@ -1,38 +0,0 @@ - - - - - {F05001BC-BAEB-4D9D-89E4-D19B208F34BF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {CDCB25B7-BCBA-4C74-828E-09B2D7860485} - h;hpp;hxx;hm;inl;inc;xsd - - - {1b27359f-6508-4bb0-96ed-b5a3fdb228c6} - xsd - - - - - Source Files - - - Source Files - - - - - Header Files - - - - - - - - Schema Files - - - \ No newline at end of file diff --git a/dist/examples/cxx/parser/wildcard/wildcard-vc12.vcxproj b/dist/examples/cxx/parser/wildcard/wildcard-vc12.vcxproj deleted file mode 100644 index e52e9dc..0000000 --- a/dist/examples/cxx/parser/wildcard/wildcard-vc12.vcxproj +++ /dev/null @@ -1,209 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - wildcard - {9832425B-38D5-44EC-AED6-3ED4353B24EA} - wildcard - Win32Proj - - - - Application - v120 - MultiByte - - - Application - v120 - MultiByte - - - Application - v120 - MultiByte - - - Application - v120 - MultiByte - - - - - - - - - - - - - - - - - - - driver - driver - driver - driver - Debug\ - Debug\ - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - Release\ - Release\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - - - - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - true - - - xerces-c_3D.lib;%(AdditionalDependencies) - $(TargetPath) - true - $(OutDir)driver.pdb - Console - false - - - MachineX86 - - - - - X64 - - - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - true - - - xerces-c_3D.lib;%(AdditionalDependencies) - $(TargetPath) - true - $(OutDir)driver.pdb - Console - false - - - MachineX64 - - - - - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - true - - - xerces-c_3.lib;%(AdditionalDependencies) - $(TargetPath) - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - true - - - xerces-c_3.lib;%(AdditionalDependencies) - $(TargetPath) - true - Console - true - true - false - - - MachineX64 - - - - - - - - - - - - xsd email.xsd - xsd cxx-parser email.xsd - email-pskel.hxx;email-pskel.cxx;%(Outputs) - xsd email.xsd - xsd cxx-parser email.xsd - email-pskel.hxx;email-pskel.cxx;%(Outputs) - xsd email.xsd - xsd cxx-parser email.xsd - email-pskel.hxx;email-pskel.cxx;%(Outputs) - xsd email.xsd - xsd cxx-parser email.xsd - email-pskel.hxx;email-pskel.cxx;%(Outputs) - - - - - - - - - \ No newline at end of file diff --git a/dist/examples/cxx/parser/wildcard/wildcard-vc12.vcxproj.filters b/dist/examples/cxx/parser/wildcard/wildcard-vc12.vcxproj.filters deleted file mode 100644 index 756239f..0000000 --- a/dist/examples/cxx/parser/wildcard/wildcard-vc12.vcxproj.filters +++ /dev/null @@ -1,38 +0,0 @@ - - - - - {F05001BC-BAEB-4D9D-89E4-D19B208F34BF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {CDCB25B7-BCBA-4C74-828E-09B2D7860485} - h;hpp;hxx;hm;inl;inc;xsd - - - {1b27359f-6508-4bb0-96ed-b5a3fdb228c6} - xsd - - - - - Source Files - - - Source Files - - - - - Header Files - - - - - - - - Schema Files - - - \ No newline at end of file diff --git a/dist/examples/cxx/parser/wildcard/wildcard-vc8.vcproj b/dist/examples/cxx/parser/wildcard/wildcard-vc8.vcproj deleted file mode 100644 index c255eac..0000000 --- a/dist/examples/cxx/parser/wildcard/wildcard-vc8.vcproj +++ /dev/null @@ -1,419 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dist/examples/cxx/parser/wildcard/wildcard-vc9.vcproj b/dist/examples/cxx/parser/wildcard/wildcard-vc9.vcproj deleted file mode 100644 index e481e43..0000000 --- a/dist/examples/cxx/parser/wildcard/wildcard-vc9.vcproj +++ /dev/null @@ -1,416 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.1