From 89b6101dae57bbce9a4892be582600bab671593a Mon Sep 17 00:00:00 2001 From: jez <> Date: Sat, 19 Jul 2008 17:02:47 +0000 Subject: [PATCH] Removed. Not sure they ever worked - certainly aren't maintained --- turboc++/ArabicaConfig.S | 62 ------- turboc++/arabica.bdsgroup | 22 --- turboc++/arabica.bdsgroup.local | 9 - turboc++/arabicalib.bdsproj | 254 -------------------------- turboc++/arabicalib.bdsproj.local | 9 - turboc++/arabicalib.cpp | 5 - turboc++/example_SAXPyx.bdsproj | 229 ----------------------- turboc++/example_SAXPyx.bdsproj.local | 9 - turboc++/example_SAXPyx.bpf | 5 - turboc++/example_SAXPyx.res | Bin 4396 -> 0 bytes 10 files changed, 604 deletions(-) delete mode 100644 turboc++/ArabicaConfig.S delete mode 100644 turboc++/arabica.bdsgroup delete mode 100644 turboc++/arabica.bdsgroup.local delete mode 100644 turboc++/arabicalib.bdsproj delete mode 100644 turboc++/arabicalib.bdsproj.local delete mode 100644 turboc++/arabicalib.cpp delete mode 100755 turboc++/example_SAXPyx.bdsproj delete mode 100755 turboc++/example_SAXPyx.bdsproj.local delete mode 100755 turboc++/example_SAXPyx.bpf delete mode 100755 turboc++/example_SAXPyx.res diff --git a/turboc++/ArabicaConfig.S b/turboc++/ArabicaConfig.S deleted file mode 100644 index 08eb1528..00000000 --- a/turboc++/ArabicaConfig.S +++ /dev/null @@ -1,62 +0,0 @@ -#define pasty(m, n) m##n -#define include pasty(#, include) -#define ifdef pasty(#, ifdef) -#define ifndef pasty(#, ifndef) -#define endif pasty(#, endif) -#define define pasty(#, define) -#define message pasty(#, pragma message) -#define undef pasty(#, undef) -#define error pasty(#, error) -#define else pasty(#, else) -#define comment pasty(#, pragma comment) - - -ifndef ARABICA_ARABICA_CONFIG_H -define ARABICA_ARABICA_CONFIG_H - -#ifdef ARABICA_NO_WCHAR_T -#undef ARABICA_NO_WCHAR_T -define ARABICA_NO_WCHAR_T -#endif - - -define ARABICA_NO_CODECVT_SPECIALISATIONS - -#ifndef NO_BOOST -define HAVE_BOOST -#endif - -define ARABICA_WINDOWS - -#if defined(_DEBUG) || (__DEBUG__) -define ARABICA_DEBUG -#endif - -#ifdef USE_LIBXML2 -#undef USE_LIBXML2 -define USE_LIBXML2 -#endif - -#ifdef USE_EXPAT -#undef USE_EXPAT -define USE_EXPAT -#endif - -#ifdef USE_XERCES -#undef USE_XERCES -define USE_XERCES -#endif - -#ifdef USE_GARDEN -#undef USE_GARDEN -define USE_GARDEN -#endif - -#ifdef USE_MSXML -#undef USE_MSXML -define USE_MSXML -#endif - -endif - - diff --git a/turboc++/arabica.bdsgroup b/turboc++/arabica.bdsgroup deleted file mode 100644 index 9a5714d0..00000000 --- a/turboc++/arabica.bdsgroup +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - arabicalib.bdsproj - example_SAXPyx.bdsproj - arabicalib.lib example_SAXPyx.exe - - - - - - - - diff --git a/turboc++/arabica.bdsgroup.local b/turboc++/arabica.bdsgroup.local deleted file mode 100644 index 907452be..00000000 --- a/turboc++/arabica.bdsgroup.local +++ /dev/null @@ -1,9 +0,0 @@ - - - - 2006/09/28 13:11:14.953.bdsgroup,C:\Documents and Settings\jez\My Documents\Borland Studio Projects\ProjectGroup1.bdsgroup=D:\work\JezUK\arabica\arabica\turboc++\arabica.bdsgroup - - - - - diff --git a/turboc++/arabicalib.bdsproj b/turboc++/arabicalib.bdsproj deleted file mode 100644 index face285a..00000000 --- a/turboc++/arabicalib.bdsproj +++ /dev/null @@ -1,254 +0,0 @@ - - - - - - - - - - - - ..\src\arabica.cpp - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - False - False - 1 - 0 - 0 - 0 - False - False - False - False - False - 2057 - 1252 - - - - - 1.0.0.0 - - - - - - 1.0.0.0 - - - - - - - - - False - - - - - - - False - - False - - True - False - - - - - - - - - - - cpp32 -DUSE_MSXML -DNO_BOOST ArabicaConfig.S -copy /Y ArabicaConfig.i ..\include\SAX\ArabicaConfig.h - - - - - diff --git a/turboc++/arabicalib.bdsproj.local b/turboc++/arabicalib.bdsproj.local deleted file mode 100644 index 2d0f937f..00000000 --- a/turboc++/arabicalib.bdsproj.local +++ /dev/null @@ -1,9 +0,0 @@ - - - - 2006/09/28 13:11:06.609.bdsproj,C:\Documents and Settings\jez\My Documents\Borland Studio Projects\Project1.bdsproj=D:\work\JezUK\arabica\arabica\turboc++\arabica.bdsproj - 2006/09/28 13:11:48.515.bdsproj,D:\work\JezUK\arabica\arabica\turboc++\arabica.bdsproj=D:\work\JezUK\arabica\arabica\turboc++\arabicalib.bdsproj - 2006/09/28 13:16:25.750.cpp,D:\work\JezUK\arabica\arabica\src\Utils\impl\codecvt_specialisations.cpp= - 2006/09/29 16:48:21.562.cpp,D:\work\JezUK\arabica\arabica\turboc++\arabicalib.cpp= - - diff --git a/turboc++/arabicalib.cpp b/turboc++/arabicalib.cpp deleted file mode 100644 index 01642f98..00000000 --- a/turboc++/arabicalib.cpp +++ /dev/null @@ -1,5 +0,0 @@ -//--------------------------------------------------------------------------- - - -// To add a file to the library use the Project menu 'Add to Project'. - diff --git a/turboc++/example_SAXPyx.bdsproj b/turboc++/example_SAXPyx.bdsproj deleted file mode 100755 index d4854fe4..00000000 --- a/turboc++/example_SAXPyx.bdsproj +++ /dev/null @@ -1,229 +0,0 @@ - - - - - - - - - - - - example_SAXPyx.bpf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - False - False - 1 - 0 - 0 - 0 - False - False - False - False - False - 2057 - 1252 - - - - - 1.0.0.0 - - - - - - 1.0.0.0 - - - - - - - - - True - - - - - - - False - - False - - True - False - - - - - - - - - - - diff --git a/turboc++/example_SAXPyx.bdsproj.local b/turboc++/example_SAXPyx.bdsproj.local deleted file mode 100755 index 3a11b978..00000000 --- a/turboc++/example_SAXPyx.bdsproj.local +++ /dev/null @@ -1,9 +0,0 @@ - - - - 2006/09/29 16:53:11.578.cpp,D:\work\JezUK\arabica\arabica\examples\SAX\pyx.cpp= - 2006/09/29 16:54:41.953.bdsproj,C:\Documents and Settings\jez\My Documents\Borland Studio Projects\Project1.bdsproj=C:\Documents and Settings\jez\My Documents\Borland Studio Projects\example_SAXPyx.bdsproj - 2006/09/29 16:55:12.062.bdsproj,C:\Documents and Settings\jez\My Documents\Borland Studio Projects\example_SAXPyx.bdsproj=D:\work\JezUK\arabica\arabica\turboc++\example_SAXPyx.bdsproj - 2006/09/29 16:59:44.484.lib,d:\usr\lib\libexpat.lib= - - diff --git a/turboc++/example_SAXPyx.bpf b/turboc++/example_SAXPyx.bpf deleted file mode 100755 index c30200be..00000000 --- a/turboc++/example_SAXPyx.bpf +++ /dev/null @@ -1,5 +0,0 @@ -This file is used by the project manager only and should be treated like the project file - -To add a file to this project use the Project menu 'Add to Project' - -main \ No newline at end of file diff --git a/turboc++/example_SAXPyx.res b/turboc++/example_SAXPyx.res deleted file mode 100755 index 8ec75c94c045b34e75f47009472cf347d5adf2f9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4396 zcmeHLF-`+95cG)#8kB;bD=B#Z5+EuH;7fiE&&bb?nT^M1*7jX;3Zlu1iM{Lf%&vV2 z(uEMh2u#xfnEtZwoz}0AGuYa0cXO?z2TVrb1sH6G3HDsoa?`3QMC5N3O_}L>h===VCzWlBF(#bqd-+mua zht_*zPrsL+|9|MS2Eyt}^&!CGa;@H9>YrSCZq+Me#A<)ix5R1IcRuw! z5bEcjsGsXioRyDwB=BLtoL2VBW=o$O$M&y%y)i<|fRCQO=^>9CoSP4a{@VQ@*@&g@ zeXK6(YhN`Yz}Tw3yYDKW9IO#}k-gD}ReC;_^!Yo(y~;NZ@aTTBpY~Ti;)<~h{F#+} zoA^_G;^~dlGvK4A&-%1qwW>eGs}TXl4y5yb@0<3VR`p-;BG+Pxe{KD65%c|cpZZqQ z#`|B>=krniFY-S1BhHr~7k!#|8DF}81^F+PO zvFC$1M<9|WfpePt?nqwb@jRR7gS7~FiwF?hYrUkA9P$xbHR}smEq&D!8!YO_w0KU) z(R`~uYiRN==qulkt(qG&hkM0>-(UJIu5!IMZ|V7%&cDaOcuU{&Z1s