diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml
index 0bab3b82..6202599e 100644
--- a/.github/workflows/ci-cd.yml
+++ b/.github/workflows/ci-cd.yml
@@ -11,9 +11,9 @@ jobs:
pc-parse_XAmple:
strategy:
fail-fast: false
- #matrix:
- # os: [windows-latest, ubuntu-latest]
- runs-on: ubuntu-latest # ${{ matrix.os }}
+ matrix:
+ os: [windows-latest, ubuntu-latest]
+ runs-on: ${{ matrix.os }}
env:
DOTNET_NOLOGO: true
@@ -23,13 +23,47 @@ jobs:
with:
fetch-depth: 0
+ - name: Set up MSBuild
+ uses: microsoft/setup-msbuild@v1.1
+ if: matrix.os == 'windows-latest'
+
+ - name: Build
+ working-directory: pc-parse
+ run: msbuild Pcparse.sln /p:Configuration=Release /p:Platform=x64
+ if: matrix.os == 'windows-latest'
+
+ - name: Build32
+ working-directory: pc-parse
+ run: msbuild Pcparse.sln /p:Configuration=Release /p:Platform=Win32
+ continue-on-error: true
+ if: matrix.os == 'windows-latest'
+
+ - name: Publish Artifacts
+ uses: actions/upload-artifact@v3
+ with:
+ name: dllFiles
+ path: |
+ pc-parse/ample/x64/Release-xdll/xample64.dll
+ pc-parse/ample/x64/Release-xdll/xample64.pdb
+ pc-parse/ample/Release-xdll/xample32.dll
+ pc-parse/ample/Release-xdll/xample32.pdb
+ if: matrix.os == 'windows-latest'
+ # if: github.event_name == 'pull_request'
+
- name: Configure
working-directory: pc-parse
run: ./configure
+ if: matrix.os == 'ubuntu-latest'
+
+ - name: Unzip Test Data
+ working-directory: pc-parse
+ run: unzip pc-parse-tests.zip
+ if: matrix.os == 'ubuntu-latest'
- - name: Make
+ - name: Make and Check
working-directory: pc-parse
- run: make all
+ run: sudo make check
+ if: matrix.os == 'ubuntu-latest'
# - name: Package
# run: dotnet pack --include-symbols --no-restore --no-build -p:SymbolPackageFormat=snupkg
diff --git a/pc-parse/INSTALL.DOS b/pc-parse/INSTALL.DOS
index 64054d0d..7962f067 100644
--- a/pc-parse/INSTALL.DOS
+++ b/pc-parse/INSTALL.DOS
@@ -15,12 +15,7 @@ got the sources.
These are the steps for compiling the pc-parse programs for MS-DOS:
- 1. Unzip the sources. (You probably had to do this to look at this
- file.) Go to the directory containing the sources. This will be
- one of the following commands, depending on whether you have
- ``long file name'' support (introduced by Windows 95):
-
- C:\>cd pc-parse
+ 1. C:\>cd pc-parse
or
C:\>cd pc-parse-20021025
@@ -38,16 +33,14 @@ These are the steps for compiling the pc-parse programs for MS-DOS:
This configures the files for the DJGPP port of the GNU C compiler
and make utility. This also sets up the configuration for the
Microsoft Visual Studio (C/C++ compiler) development environment.
- (This step is not needed for Microsoft Visual Studio .NET.)
+ (This step is not needed to build from the Microsoft Visual Studio GUI)
3. If you are using the DJGPP compiler, type the following command:
C:\pc-parse>make
- For Microsoft Visual C/C++, start up Visual Studio and open the
- workspace file Pcparse.dsw (version 6) or the solution file
- Pcparse.sln (Visual Studio .NET). Then build everything however
- that GUI IDE does things.
+ For Microsoft Visual Studio, open the solution file Pcparse.sln.
+ Then build everything however that GUI IDE does things.
This step takes several minutes on a 150MHz Pentium system.
diff --git a/pc-parse/Pcparse.dsw b/pc-parse/Pcparse.dsw
deleted file mode 100644
index 3b4dfd3c..00000000
--- a/pc-parse/Pcparse.dsw
+++ /dev/null
@@ -1,424 +0,0 @@
-Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "ToneGLib"=".\TonePGLib\ToneGLib.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "ToneGen"=".\ToneGen\ToneGen.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
- Begin Project Dependency
- Project_Dep_Name ToneGLib
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name amplelib
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name cportlib
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name opaclib
- End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "TonePLib"=".\TonePGLib\TonePLib.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "TonePars"=".\TonePars\TonePars.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
- Begin Project Dependency
- Project_Dep_Name TonePLib
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name amplelib
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name cportlib
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name opaclib
- End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "XAmpleTestDll"=".\ample\XAmpleTestDll.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
- Begin Project Dependency
- Project_Dep_Name xampledll
- End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "ample"=".\ample\Ample.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
- Begin Project Dependency
- Project_Dep_Name amplelib
- End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "ampledll"=".\ample\Ampledll.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
- Begin Project Dependency
- Project_Dep_Name amplelib
- End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "amplelib"=".\ample\Amplelib.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
- Begin Project Dependency
- Project_Dep_Name cportlib
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name opaclib
- End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "anadiff"=".\anadiff\Anadiff.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "cmdlib"=".\cmdlib\Cmdlib.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "cportlib"=".\cportlib\Cportlib.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "intergen"=".\intergen\Intergen.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "kimmolib"=".\pckimmo\Kimmolib.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "ktagger"=".\ktagger\Ktagger.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "ktext"=".\ktext\Ktext.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "llample"=".\ample\Llample.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "opaclib"=".\opaclib\Opaclib.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "patr100"=".\pcpatr\Patr100.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
- Begin Project Dependency
- Project_Dep_Name patrlib
- End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "patrlib"=".\pcpatr\Patrlib.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "pckimmo"=".\pckimmo\Pckimmo.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "pcpatr"=".\pcpatr\Pcpatr.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
- Begin Project Dependency
- Project_Dep_Name amplelib
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name cmdlib
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name kimmolib
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name patrlib
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name cportlib
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name opaclib
- End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "stamp"=".\stamp\Stamp.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
- Begin Project Dependency
- Project_Dep_Name stamplib
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name amplelib
- End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "stamplib"=".\stamp\Stamplib.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "testdll"=".\ample\Testdll.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "wllample"=".\ample\Wllample.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "xample"=".\ample\Xample.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "xampledll"=".\ample\XAmpledll.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
- Begin Project Dependency
- Project_Dep_Name xamplelib
- End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "xamplelib"=".\ample\XAmplelib.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
- Begin Project Dependency
- Project_Dep_Name patrlib
- End Project Dependency
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
diff --git a/pc-parse/Pcparse.sln b/pc-parse/Pcparse.sln
index 097544b0..524094e7 100644
--- a/pc-parse/Pcparse.sln
+++ b/pc-parse/Pcparse.sln
@@ -1,6 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.25420.1
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.32901.82
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XAmpleTestDll", "ample\XAmpleTestDll.vcxproj", "{A8DB4A0D-7642-4DAC-9DD6-A0746E5EB281}"
EndProject
@@ -234,9 +234,7 @@ Global
{2E9517F1-8862-4FB2-A315-83BD68A51BB6}.Profile|x64.ActiveCfg = Release|x64
{2E9517F1-8862-4FB2-A315-83BD68A51BB6}.Profile|x64.Build.0 = Release|x64
{2E9517F1-8862-4FB2-A315-83BD68A51BB6}.Release|Win32.ActiveCfg = Release|Win32
- {2E9517F1-8862-4FB2-A315-83BD68A51BB6}.Release|Win32.Build.0 = Release|Win32
{2E9517F1-8862-4FB2-A315-83BD68A51BB6}.Release|x64.ActiveCfg = Release|x64
- {2E9517F1-8862-4FB2-A315-83BD68A51BB6}.Release|x64.Build.0 = Release|x64
{5CB8DBA1-F070-4FD9-83C3-47248D3317CF}.Debug|Win32.ActiveCfg = Debug|Win32
{5CB8DBA1-F070-4FD9-83C3-47248D3317CF}.Debug|Win32.Build.0 = Debug|Win32
{5CB8DBA1-F070-4FD9-83C3-47248D3317CF}.Debug|x64.ActiveCfg = Debug|x64
@@ -361,4 +359,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {424E2498-761D-4E1E-9433-A195899AC825}
+ EndGlobalSection
EndGlobal
diff --git a/pc-parse/README b/pc-parse/README
index 33781178..2847c352 100644
--- a/pc-parse/README
+++ b/pc-parse/README
@@ -1,4 +1,5 @@
-pc-parse-src-20051207 December 7, 2005
+2022-09-23
+pc-parse-src-20051207
pc-parse-doc-20051207
pc-parse-tst-20051207
@@ -30,8 +31,9 @@ a Unix (or Unix-like) system. Minimally, you need to enter only two commands:
The build process has been tested on the following systems:
1. Debian GNU/Linux Sarge (kernel 2.4.18) / gcc 3.3.5, glibc 2.3.2
- 2. Microsoft Visual Studio .NET 2003 (built through the GUI, not the same
- as the Unix style build process)
+ 2. Microsoft Visual Studio Community 2019 with MSVC v142, Windows Universal CRT SDK,
+ C++ ATL with Spectre mitigations, and C++ MFC with Spectre mitigations
+ (built through the GUI, not the same as the Unix style build process)
The file INSTALL.DOS describes how to compile and install the pc-parse
programs on MS-DOS or MS Windows using either the DJGPP port of the GNU C
@@ -166,7 +168,7 @@ word lexicon using the "Save Lexicon" command.
Please send programming questions and feedback to:
Steve McConnel | e-mail: Stephen_McConnel@sil.org
- Language Software Development | phone: 972-708-7361
+ Language Software Development
SIL International
7500 W. Camp Wisdom Road
Dallas, TX 75236
diff --git a/pc-parse/ToneGen/ToneGen.dsp b/pc-parse/ToneGen/ToneGen.dsp
deleted file mode 100644
index 92cfdc6a..00000000
--- a/pc-parse/ToneGen/ToneGen.dsp
+++ /dev/null
@@ -1,110 +0,0 @@
-# Microsoft Developer Studio Project File - Name="ToneGen" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=ToneGen - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "ToneGen.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "ToneGen.mak" CFG="ToneGen - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "ToneGen - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "ToneGen - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "ToneGen - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /W3 /GX /O2 /I "." /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\ample" /I "../include" /I "..\TonePGLib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "TONEPARS" /D "TONEGEN" /D "HAVE_ITOA" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib toneGLib.lib amplelib.lib opaclib.lib cportlib.lib oldnames.lib /nologo /subsystem:console /machine:I386 /out:"Release/ToneGen32.exe" /libpath:"..\lib\Release"
-
-!ELSEIF "$(CFG)" == "ToneGen - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "." /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\ample" /I "../include" /I "..\TonePGLib" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "_DEBUG" /D "WIN32" /D "TONEPARS" /D "HAVE_ITOA" /D "TONEGEN" /YX /FD /GZ /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib toneGLib.lib amplelib.lib opaclib.lib cportlib.lib oldnames.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"LIBCMTD" /out:"Debug/ToneGen32.exe" /pdbtype:sept /libpath:"..\lib\Debug"
-
-!ENDIF
-
-# Begin Target
-
-# Name "ToneGen - Win32 Release"
-# Name "ToneGen - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\tonegen.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\version.c
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\version.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project
diff --git a/pc-parse/TonePGLib/ToneGLib-2003.vcproj b/pc-parse/TonePGLib/ToneGLib-2003.vcproj
deleted file mode 100644
index f432841b..00000000
--- a/pc-parse/TonePGLib/ToneGLib-2003.vcproj
+++ /dev/null
@@ -1,241 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pc-parse/TonePGLib/ToneGLib-2005.vcproj b/pc-parse/TonePGLib/ToneGLib-2005.vcproj
deleted file mode 100644
index ec040bad..00000000
--- a/pc-parse/TonePGLib/ToneGLib-2005.vcproj
+++ /dev/null
@@ -1,328 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pc-parse/TonePGLib/ToneGLib-2008.vcproj b/pc-parse/TonePGLib/ToneGLib-2008.vcproj
deleted file mode 100644
index aef02feb..00000000
--- a/pc-parse/TonePGLib/ToneGLib-2008.vcproj
+++ /dev/null
@@ -1,329 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pc-parse/TonePGLib/ToneGLib-2010.vcxproj b/pc-parse/TonePGLib/ToneGLib-2010.vcxproj
deleted file mode 100644
index 83642852..00000000
--- a/pc-parse/TonePGLib/ToneGLib-2010.vcxproj
+++ /dev/null
@@ -1,157 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
-
- ToneGLib
- {BAE3BEFA-2E2B-44DB-953D-CABE382460FD}
-
-
-
- StaticLibrary
- false
- MultiByte
-
-
- StaticLibrary
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <_ProjectFileVersion>10.0.40219.1
- .\Debug-G\
- .\Debug-G\
- .\Release-G\
- .\Release-G\
- AllRules.ruleset
-
-
- AllRules.ruleset
-
-
-
-
-
- Configuring for Visual C/C++
- $(SolutionDir)\winconfig.bat $(SolutionDir)\
-
-
- Disabled
- .;..;..\cportlib;..\opaclib;..\ample;..\stamp;%(AdditionalIncludeDirectories)
- _WINDOWS;HAVE_CONFIG_H;_DEBUG;WIN32;TONEPARS;TONEGEN;_CRT_SECURE_NO_DEPRECATE ;%(PreprocessorDefinitions)
- EnableFastChecks
- MultiThreadedDebug
-
-
- .\Debug-G/ToneGLib.pch
- .\Debug-G/
- .\Debug-G/
- .\Debug-G/
- Level3
- true
- EditAndContinue
- Default
-
-
- _DEBUG;%(PreprocessorDefinitions)
- 0x0409
-
-
- ..\lib\Debug\ToneGLib.lib
- true
-
-
-
-
- Configuring for Visual C/C++
- $(SolutionDir)\winconfig.bat $(SolutionDir)\
-
-
- OnlyExplicitInline
- .;..;..\cportlib;..\opaclib;..\ample;..\stamp;%(AdditionalIncludeDirectories)
- WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;TONEPARS;TONEGEN;HAVE_ITOA;_CRT_SECURE_NO_DEPRECATE ;%(PreprocessorDefinitions)
- true
- MultiThreaded
- true
-
-
- .\Release-G/ToneGLib.pch
- .\Release-G/
- .\Release-G/
- .\Release-G/
- Level3
- true
- Default
-
-
- NDEBUG;%(PreprocessorDefinitions)
- 0x0409
-
-
- ..\lib\Release\ToneGLib.lib
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pc-parse/TonePGLib/ToneGLib.dsp b/pc-parse/TonePGLib/ToneGLib.dsp
deleted file mode 100644
index eb6f40b8..00000000
--- a/pc-parse/TonePGLib/ToneGLib.dsp
+++ /dev/null
@@ -1,236 +0,0 @@
-# Microsoft Developer Studio Project File - Name="ToneGLib" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Static Library" 0x0104
-
-CFG=ToneGLib - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "ToneGLib.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "ToneGLib.mak" CFG="ToneGLib - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "ToneGLib - Win32 Release" (based on "Win32 (x86) Static Library")
-!MESSAGE "ToneGLib - Win32 Debug" (based on "Win32 (x86) Static Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "ToneGLib - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release-G"
-# PROP BASE Intermediate_Dir "Release-G"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release-G"
-# PROP Intermediate_Dir "Release-G"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
-# ADD CPP /nologo /W3 /GX /O2 /I "." /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\ample" /I "../include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "HAVE_CONFIG_H" /D "TONEPARS" /D "TONEGEN" /D "HAVE_ITOA" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo /out:"..\lib\Release\ToneGLib.lib"
-
-!ELSEIF "$(CFG)" == "ToneGLib - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug-G"
-# PROP BASE Intermediate_Dir "Debug-G"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug-G"
-# PROP Intermediate_Dir "Debug-G"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
-# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "." /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\ample" /I "../include" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "_DEBUG" /D "WIN32" /D "TONEPARS" /D "TONEGEN" /YX /FD /GZ /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo /out:"..\lib\Debug\ToneGLib.lib"
-
-!ENDIF
-
-# Begin Target
-
-# Name "ToneGLib - Win32 Release"
-# Name "ToneGLib - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\Domain.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\dtbio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\envchk.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\lexchg.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\loadseg.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\menvck.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Moras.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Pword.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Segparse.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Syllable.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\synrsc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\synth.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\syntst.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\sytest_l.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\sytest_y.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Tbu.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\tmatch.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\tone.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\toneanal.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\transfer.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\treplace.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Trule_ls.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\trule_yg.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\trules.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\tsdict.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\tsinit.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\tsutil.c
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\Domain.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\stamp.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\sytest_y.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\sytest_y.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Tone.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Tonepars.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\trule.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Trule_ls.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Trule_yg.h
-# End Source File
-# End Group
-# End Target
-# End Project
diff --git a/pc-parse/TonePGLib/TonePLib-2003.vcproj b/pc-parse/TonePGLib/TonePLib-2003.vcproj
deleted file mode 100644
index 42addb1c..00000000
--- a/pc-parse/TonePGLib/TonePLib-2003.vcproj
+++ /dev/null
@@ -1,241 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pc-parse/TonePGLib/TonePLib-2005.vcproj b/pc-parse/TonePGLib/TonePLib-2005.vcproj
deleted file mode 100644
index 56f2ad84..00000000
--- a/pc-parse/TonePGLib/TonePLib-2005.vcproj
+++ /dev/null
@@ -1,329 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pc-parse/TonePGLib/TonePLib-2008.vcproj b/pc-parse/TonePGLib/TonePLib-2008.vcproj
deleted file mode 100644
index 9e15261d..00000000
--- a/pc-parse/TonePGLib/TonePLib-2008.vcproj
+++ /dev/null
@@ -1,330 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pc-parse/TonePGLib/TonePLib-2010.vcxproj b/pc-parse/TonePGLib/TonePLib-2010.vcxproj
deleted file mode 100644
index de7542b8..00000000
--- a/pc-parse/TonePGLib/TonePLib-2010.vcxproj
+++ /dev/null
@@ -1,158 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
-
- TonePLib
- {70ECED6F-C50A-412C-8BF9-20CB19D9F6DD}
- TonePLib
-
-
-
- StaticLibrary
- false
-
-
- StaticLibrary
- false
- MultiByte
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <_ProjectFileVersion>10.0.40219.1
- .\Release-P\
- .\Release-P\
- .\Debug-P\
- .\Debug-P\
- AllRules.ruleset
-
-
- AllRules.ruleset
-
-
-
-
-
- Configuring for Visual C/C++
- $(SolutionDir)\winconfig.bat $(SolutionDir)\
-
-
- OnlyExplicitInline
- .;..;..\cportlib;..\opaclib;..\ample;../stamp;%(AdditionalIncludeDirectories)
- WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;TONEPARS;HAVE_ITOA;_CRT_SECURE_NO_DEPRECATE ;%(PreprocessorDefinitions)
- true
- MultiThreaded
- true
-
-
- .\Release-P/TonePLib.pch
- .\Release-P/
- .\Release-P/
- .\Release-P/
- Level3
- true
- Default
-
-
- NDEBUG;%(PreprocessorDefinitions)
- 0x0409
-
-
- ..\lib\Release\TonePLib.lib
- true
-
-
-
-
- Configuring for Visual C/C++
- $(SolutionDir)\winconfig.bat $(SolutionDir)\
-
-
- Disabled
- .;..;..\cportlib;..\opaclib;..\ample;..\stamp;%(AdditionalIncludeDirectories)
- _WINDOWS;HAVE_CONFIG_H;_DEBUG;WIN32;TONEPARS;_CRT_SECURE_NO_DEPRECATE ;%(PreprocessorDefinitions)
- EnableFastChecks
- MultiThreadedDebug
-
-
- .\Debug-P/TonePLib.pch
- .\Debug-P/
- .\Debug-P/
- .\Debug-P/
- Level3
- true
- EditAndContinue
- Default
-
-
- _DEBUG;%(PreprocessorDefinitions)
- 0x0409
-
-
- ..\lib\Debug\TonePLib.lib
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pc-parse/TonePGLib/TonePLib.dsp b/pc-parse/TonePGLib/TonePLib.dsp
deleted file mode 100644
index 2a9bc026..00000000
--- a/pc-parse/TonePGLib/TonePLib.dsp
+++ /dev/null
@@ -1,236 +0,0 @@
-# Microsoft Developer Studio Project File - Name="TonePLib" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Static Library" 0x0104
-
-CFG=TonePLib - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "TonePLib.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "TonePLib.mak" CFG="TonePLib - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "TonePLib - Win32 Release" (based on "Win32 (x86) Static Library")
-!MESSAGE "TonePLib - Win32 Debug" (based on "Win32 (x86) Static Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "TonePLib - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release-P"
-# PROP BASE Intermediate_Dir "Release-P"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release-P"
-# PROP Intermediate_Dir "Release-P"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
-# ADD CPP /nologo /W3 /GX /O2 /I "." /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\ample" /I "../include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "HAVE_CONFIG_H" /D "TONEPARS" /D "HAVE_ITOA" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo /out:"..\lib\Release\TonePLib.lib"
-
-!ELSEIF "$(CFG)" == "TonePLib - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug-P"
-# PROP BASE Intermediate_Dir "Debug-P"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug-P"
-# PROP Intermediate_Dir "Debug-P"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
-# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "." /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\ample" /I "../include" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "_DEBUG" /D "WIN32" /D "TONEPARS" /YX /FD /GZ /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo /out:"..\lib\Debug\TonePLib.lib"
-
-!ENDIF
-
-# Begin Target
-
-# Name "TonePLib - Win32 Release"
-# Name "TonePLib - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\Domain.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\dtbio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\envchk.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\lexchg.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\loadseg.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\menvck.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Moras.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Pword.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Segparse.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Syllable.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\synrsc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\synth.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\syntst.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\sytest_l.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\sytest_y.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Tbu.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\tmatch.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\tone.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\toneanal.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\transfer.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\treplace.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Trule_ls.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\trule_yg.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\trules.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\tsdict.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\tsinit.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\tsutil.c
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\Domain.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\stamp.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\stamp\sytest_y.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\sytest_y.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Tone.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Tonepars.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\trule.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Trule_ls.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Trule_yg.h
-# End Source File
-# End Group
-# End Target
-# End Project
diff --git a/pc-parse/TonePars/TonePars.dsp b/pc-parse/TonePars/TonePars.dsp
deleted file mode 100644
index a8260efa..00000000
--- a/pc-parse/TonePars/TonePars.dsp
+++ /dev/null
@@ -1,110 +0,0 @@
-# Microsoft Developer Studio Project File - Name="TonePars" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=TonePars - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "TonePars.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "TonePars.mak" CFG="TonePars - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "TonePars - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "TonePars - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "TonePars - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /W3 /GX /O2 /I "." /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\ample" /I "../include" /I "..\TonePGLib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "TONEPARS" /D "HAVE_ITOA" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib tonePLib.lib amplelib.lib opaclib.lib cportlib.lib oldnames.lib /nologo /subsystem:console /machine:I386 /out:"Release/TonePars32.exe" /libpath:"..\lib\Release"
-
-!ELSEIF "$(CFG)" == "TonePars - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "." /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\ample" /I "../include" /I "..\TonePGLib" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "_DEBUG" /D "WIN32" /D "TONEPARS" /D "HAVE_ITOA" /YX /FD /GZ /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib tonePLib.lib amplelib.lib opaclib.lib cportlib.lib oldnames.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"LIBCMTD" /out:"Debug/TonePars32.exe" /pdbtype:sept /libpath:"..\lib\Debug"
-
-!ENDIF
-
-# Begin Target
-
-# Name "TonePars - Win32 Release"
-# Name "TonePars - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\TonePars.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\version.c
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\version.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project
diff --git a/pc-parse/ample/Ample.dsp b/pc-parse/ample/Ample.dsp
deleted file mode 100644
index ea4de1bb..00000000
--- a/pc-parse/ample/Ample.dsp
+++ /dev/null
@@ -1,126 +0,0 @@
-# Microsoft Developer Studio Project File - Name="ample" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=ample - Win32 Profile
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "Ample.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "Ample.mak" CFG="ample - Win32 Profile"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "ample - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "ample - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE "ample - Win32 Profile" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "ample - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /O2 /I ".." /I "..\cportlib" /I "..\opaclib" /I "../include" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "WIN32" /FR /YX /FD /c
-# SUBTRACT CPP /u
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 cportlib.lib opaclib.lib amplelib.lib oldnames.lib /nologo /subsystem:console /machine:I386 /out:"Release/ample32.exe" /libpath:"..\lib\Release"
-# SUBTRACT LINK32 /profile
-
-!ELSEIF "$(CFG)" == "ample - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "ample___"
-# PROP BASE Intermediate_Dir "ample___"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "../include" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "_DEBUG" /D "WIN32" /FR /YX /FD /c
-# SUBTRACT CPP /u
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 cportlib.lib opaclib.lib amplelib.lib oldnames.lib /nologo /subsystem:console /profile /debug /machine:I386 /out:"Debug/ample32.exe" /libpath:"..\lib\Debug"
-
-!ELSEIF "$(CFG)" == "ample - Win32 Profile"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "ample___Win32_Profile"
-# PROP BASE Intermediate_Dir "ample___Win32_Profile"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Profile"
-# PROP Intermediate_Dir "Profile"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /Za /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /YX /FD /c
-# SUBTRACT BASE CPP /u
-# ADD CPP /nologo /Za /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "../include" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# SUBTRACT CPP /u
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 cportlib.lib opaclib.lib amplelib.lib oldnames.lib /nologo /subsystem:console /debug /machine:I386 /out:"Debug/ample32.exe" /pdbtype:sept /libpath:"..\lib\Debug"
-# ADD LINK32 cportlib.lib opaclib.lib amplelib.lib oldnames.lib /nologo /subsystem:console /profile /debug /machine:I386 /out:"Profile/ample32.exe" /libpath:"..\lib\Profile"
-
-!ENDIF
-
-# Begin Target
-
-# Name "ample - Win32 Release"
-# Name "ample - Win32 Debug"
-# Name "ample - Win32 Profile"
-# Begin Source File
-
-SOURCE=.\ample.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\ample.rc
-# End Source File
-# End Target
-# End Project
diff --git a/pc-parse/ample/Ampledll-2003.vcproj b/pc-parse/ample/Ampledll-2003.vcproj
deleted file mode 100644
index 4e9f3b32..00000000
--- a/pc-parse/ample/Ampledll-2003.vcproj
+++ /dev/null
@@ -1,154 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pc-parse/ample/Ampledll-2005.vcproj b/pc-parse/ample/Ampledll-2005.vcproj
deleted file mode 100644
index ed825181..00000000
--- a/pc-parse/ample/Ampledll-2005.vcproj
+++ /dev/null
@@ -1,221 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pc-parse/ample/Ampledll-2008.vcproj b/pc-parse/ample/Ampledll-2008.vcproj
deleted file mode 100644
index 9eb9f0a8..00000000
--- a/pc-parse/ample/Ampledll-2008.vcproj
+++ /dev/null
@@ -1,220 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pc-parse/ample/Ampledll-2010.vcxproj b/pc-parse/ample/Ampledll-2010.vcxproj
deleted file mode 100644
index eb09e41d..00000000
--- a/pc-parse/ample/Ampledll-2010.vcxproj
+++ /dev/null
@@ -1,165 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
-
- ampledll
- {F9F973F0-5111-4BA1-B8FB-58A56CD6CFE7}
- ampledll
-
-
-
- DynamicLibrary
- false
-
-
- DynamicLibrary
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <_ProjectFileVersion>10.0.40219.1
- .\Release-dll\
- .\Release-dll\
- false
- .\Debug-dll\
- .\Debug-dll\
- true
- AllRules.ruleset
-
-
- AllRules.ruleset
-
-
-
-
-
- NDEBUG;%(PreprocessorDefinitions)
- true
- true
- Win32
- .\Release-dll/Ampledll.tlb
-
-
- ..;..\cportlib;..\opaclib;../include;%(AdditionalIncludeDirectories)
- NDEBUG;_WINDOWS;HAVE_CONFIG_H;WIN32;_CRT_SECURE_NO_DEPRECATE ;%(PreprocessorDefinitions)
- MultiThreaded
- .\Release-dll/Ampledll.pch
- .\Release-dll/
- .\Release-dll/
- .\Release-dll/
- Level3
- true
- Default
-
-
- NDEBUG;%(PreprocessorDefinitions)
- 0x0409
-
-
- /MACHINE:I386 %(AdditionalOptions)
- amplelib.lib;opaclib.lib;cportlib.lib;libcmt.lib;odbc32.lib;odbccp32.lib;user32.lib;%(AdditionalDependencies)
- Release-dll/ample322.dll
- true
- ..\lib\Release;%(AdditionalLibraryDirectories)
- true
- .\Release-dll/ample322.pdb
- Windows
- false
-
-
- .\Release-dll/ample322.lib
-
-
-
-
- _DEBUG;%(PreprocessorDefinitions)
- true
- true
- Win32
- .\Debug-dll/Ampledll.tlb
-
-
- Disabled
- ..;..\cportlib;..\opaclib;%(AdditionalIncludeDirectories)
- _WINDOWS;HAVE_CONFIG_H;_DEBUG;WIN32;_CRT_SECURE_NO_DEPRECATE ;%(PreprocessorDefinitions)
- MultiThreadedDebug
- .\Debug-dll/Ampledll.pch
- .\Debug-dll/
- .\Debug-dll/
- .\Debug-dll/
- Level3
- true
- EditAndContinue
- Default
-
-
- _DEBUG;%(PreprocessorDefinitions)
- 0x0409
-
-
- /MACHINE:I386 %(AdditionalOptions)
- patrlib.lib;amplelib.lib;opaclib.lib;cportlib.lib;libcmtd.lib;odbc32.lib;odbccp32.lib;oldnames.lib;user32.lib;%(AdditionalDependencies)
- Debug-dll/ample322.dll
- true
- ..\lib\Debug;%(AdditionalLibraryDirectories)
- true
- true
- .\Debug-dll/ample322.pdb
- Windows
- false
-
-
- .\Debug-dll/ample322.lib
-
-
-
-
-
-
-
-
-
-
-
-
-
- {d27abe31-3ebc-4686-963d-5afe7a10efdb}
- false
-
-
- {28c233ed-85da-4782-a9a1-396573867ba5}
- false
-
-
- {5cb8dba1-f070-4fd9-83c3-47248d3317cf}
- false
-
-
- {dd41b157-98ed-4e30-9ffd-4348450e936e}
- false
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pc-parse/ample/Ampledll.dsp b/pc-parse/ample/Ampledll.dsp
deleted file mode 100644
index 8dc7edd4..00000000
--- a/pc-parse/ample/Ampledll.dsp
+++ /dev/null
@@ -1,101 +0,0 @@
-# Microsoft Developer Studio Project File - Name="ampledll" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=ampledll - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "Ampledll.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "Ampledll.mak" CFG="ampledll - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "ampledll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "ampledll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "ampledll - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "ampledll"
-# PROP BASE Intermediate_Dir "ampledll"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release-dll"
-# PROP Intermediate_Dir "Release-dll"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /I ".." /I "..\cportlib" /I "..\opaclib" /I "../include" /D "NDEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "WIN32" /FD /c
-# SUBTRACT CPP /X /YX
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
-# ADD LINK32 amplelib.lib opaclib.lib cportlib.lib libc.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 /nodefaultlib /out:"Release-dll/ample322.dll" /libpath:"..\lib\Release"
-
-!ELSEIF "$(CFG)" == "ampledll - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug-dll"
-# PROP Intermediate_Dir "Debug-dll"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "../include" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "_DEBUG" /D "WIN32" /FD /c
-# SUBTRACT CPP /YX /Yc /Yu
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 amplelib.lib opaclib.lib cportlib.lib libcd.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib oldnames.lib /nologo /subsystem:windows /dll /debug /machine:I386 /nodefaultlib /out:"Debug-dll/ample322.dll" /libpath:"..\lib\Debug"
-
-!ENDIF
-
-# Begin Target
-
-# Name "ampledll - Win32 Release"
-# Name "ampledll - Win32 Debug"
-# Begin Source File
-
-SOURCE=.\ampledll.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\ampledll.rc
-# End Source File
-# End Target
-# End Project
diff --git a/pc-parse/ample/Amplelib-2003.vcproj b/pc-parse/ample/Amplelib-2003.vcproj
deleted file mode 100644
index 492fe6fd..00000000
--- a/pc-parse/ample/Amplelib-2003.vcproj
+++ /dev/null
@@ -1,246 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pc-parse/ample/Amplelib-2005.vcproj b/pc-parse/ample/Amplelib-2005.vcproj
deleted file mode 100644
index 7cf82be7..00000000
--- a/pc-parse/ample/Amplelib-2005.vcproj
+++ /dev/null
@@ -1,338 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pc-parse/ample/Amplelib-2008.vcproj b/pc-parse/ample/Amplelib-2008.vcproj
deleted file mode 100644
index df8a4447..00000000
--- a/pc-parse/ample/Amplelib-2008.vcproj
+++ /dev/null
@@ -1,339 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pc-parse/ample/Amplelib-2010.vcxproj b/pc-parse/ample/Amplelib-2010.vcxproj
deleted file mode 100644
index 00edbeac..00000000
--- a/pc-parse/ample/Amplelib-2010.vcxproj
+++ /dev/null
@@ -1,187 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Profile
- Win32
-
-
- Release
- Win32
-
-
-
- amplelib
- {DD41B157-98ED-4E30-9FFD-4348450E936E}
-
-
-
- StaticLibrary
- false
-
-
- StaticLibrary
- false
-
-
- StaticLibrary
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <_ProjectFileVersion>10.0.40219.1
- .\..\lib\Debug\
- .\Debug-lib\
- .\..\lib\Release\
- .\Release-lib\
- .\..\lib\Profile\
- .\Profile-lib\
- AllRules.ruleset
-
-
- AllRules.ruleset
-
-
- AllRules.ruleset
-
-
-
-
-
- Configuring for Visual C/C++
- $(SolutionDir)\winconfig.bat $(SolutionDir)\
-
-
- Disabled
- ..;..\cportlib;..\opaclib;%(AdditionalIncludeDirectories)
- _WINDOWS;HAVE_CONFIG_H;_DEBUG;WIN32;_CRT_SECURE_NO_DEPRECATE ;%(PreprocessorDefinitions)
- MultiThreadedDebug
- true
-
-
- .\Debug-lib/Amplelib.pch
- .\Debug-lib/
- .\Debug-lib/
- .\Debug-lib/
- Level3
- true
- OldStyle
- Default
-
-
- 0x0409
-
-
- .\..\lib\Debug\Amplelib.lib
- true
-
-
-
-
- Configuring for Visual C/C++
- $(SolutionDir)\winconfig.bat $(SolutionDir)\
-
-
- OnlyExplicitInline
- ..;..\cportlib;..\opaclib;../include;%(AdditionalIncludeDirectories)
- NDEBUG;_WINDOWS;HAVE_CONFIG_H;WIN32;_CRT_SECURE_NO_DEPRECATE ;%(PreprocessorDefinitions)
- true
- MultiThreaded
- true
- true
-
-
- .\Release-lib/Amplelib.pch
- .\Release-lib/
- .\Release-lib/
- .\Release-lib/
- Level3
- true
- Default
-
-
- 0x0409
-
-
- .\..\lib\Release\Amplelib.lib
- true
-
-
-
-
- Configuring for Visual C/C++
- $(SolutionDir)\winconfig.bat $(SolutionDir)\
-
-
- Disabled
- ..;..\cportlib;..\opaclib;../include;%(AdditionalIncludeDirectories)
- _DEBUG;_WINDOWS;HAVE_CONFIG_H;WIN32;%(PreprocessorDefinitions)
- MultiThreadedDebug
- true
-
-
- .\Profile-lib/Amplelib.pch
- .\Profile-lib/
- .\Profile-lib/
- .\Profile-lib/
- Level3
- true
- OldStyle
- Default
-
-
- 0x0409
-
-
- .\..\lib\Profile\Amplelib.lib
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pc-parse/ample/Amplelib.dsp b/pc-parse/ample/Amplelib.dsp
deleted file mode 100644
index 62b44492..00000000
--- a/pc-parse/ample/Amplelib.dsp
+++ /dev/null
@@ -1,201 +0,0 @@
-# Microsoft Developer Studio Project File - Name="amplelib" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Static Library" 0x0104
-
-CFG=amplelib - Win32 Profile
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "Amplelib.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "Amplelib.mak" CFG="amplelib - Win32 Profile"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "amplelib - Win32 Release" (based on "Win32 (x86) Static Library")
-!MESSAGE "amplelib - Win32 Debug" (based on "Win32 (x86) Static Library")
-!MESSAGE "amplelib - Win32 Profile" (based on "Win32 (x86) Static Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "amplelib - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "..\lib\Release"
-# PROP Intermediate_Dir "Release-lib"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /O2 /I ".." /I "..\cportlib" /I "..\opaclib" /I "../include" /D "NDEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ELSEIF "$(CFG)" == "amplelib - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\lib\Debug"
-# PROP Intermediate_Dir "Debug-lib"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /Z7 /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "../include" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "_DEBUG" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ELSEIF "$(CFG)" == "amplelib - Win32 Profile"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "amplelib___Win32_Profile"
-# PROP BASE Intermediate_Dir "amplelib___Win32_Profile"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\lib\Profile"
-# PROP Intermediate_Dir "Profile-lib"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /Za /W3 /GX /Z7 /Od /I ".." /I "..\cportlib" /I "..\opaclib" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /Z7 /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "../include" /D "_DEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ENDIF
-
-# Begin Target
-
-# Name "amplelib - Win32 Release"
-# Name "amplelib - Win32 Debug"
-# Name "amplelib - Win32 Profile"
-# Begin Source File
-
-SOURCE=.\ampcat.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\anal.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\analda.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\atest.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\categ.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\cmdutil.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\dynstr.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\envchk.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\envpar.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\loadcc.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\loadtb.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\mccpar.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\mktest.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\morcla.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\proper.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\puncla.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\putsd.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\select.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\setsd.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\spreds.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\validch.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\version.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\writests.c
-# End Source File
-# End Target
-# End Project
diff --git a/pc-parse/ample/Llample-2003.vcproj b/pc-parse/ample/Llample-2003.vcproj
deleted file mode 100644
index 944579c0..00000000
--- a/pc-parse/ample/Llample-2003.vcproj
+++ /dev/null
@@ -1,150 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pc-parse/ample/Llample-2005.vcproj b/pc-parse/ample/Llample-2005.vcproj
deleted file mode 100644
index 539a685b..00000000
--- a/pc-parse/ample/Llample-2005.vcproj
+++ /dev/null
@@ -1,214 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pc-parse/ample/Llample-2008.vcproj b/pc-parse/ample/Llample-2008.vcproj
deleted file mode 100644
index 72f8d40d..00000000
--- a/pc-parse/ample/Llample-2008.vcproj
+++ /dev/null
@@ -1,213 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pc-parse/ample/Llample-2010.vcxproj b/pc-parse/ample/Llample-2010.vcxproj
deleted file mode 100644
index 941ad80a..00000000
--- a/pc-parse/ample/Llample-2010.vcxproj
+++ /dev/null
@@ -1,158 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
-
- llample
- {824A744B-9542-4531-93EA-081E0C2DA01F}
-
-
-
- DynamicLibrary
- false
-
-
- DynamicLibrary
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <_ProjectFileVersion>10.0.40219.1
- .\Release-LL\
- .\Release-LL\
- false
- .\Debug-LL\
- .\Debug-LL\
- true
- AllRules.ruleset
-
-
- AllRules.ruleset
-
-
-
-
-
- NDEBUG;%(PreprocessorDefinitions)
- true
- true
- Win32
- .\Release-LL/Llample.tlb
-
-
- ..;..\cportlib;..\opaclib;../include;%(AdditionalIncludeDirectories)
- NDEBUG;_WINDOWS;HAVE_CONFIG_H;WIN32;_CRT_SECURE_NO_DEPRECATE ;%(PreprocessorDefinitions)
- MultiThreaded
-
-
- .\Release-LL/Llample.pch
- .\Release-LL/
- .\Release-LL/
- .\Release-LL/
- Level3
- true
- Default
-
-
- NDEBUG;%(PreprocessorDefinitions)
- 0x0409
-
-
- /MACHINE:I386 %(AdditionalOptions)
- amplelib.lib;opaclib.lib;cportlib.lib;libcmt.lib;odbc32.lib;odbccp32.lib;oldnames.lib;%(AdditionalDependencies)
- .\Release-LL/Llample.dll
- true
- ..\lib\Release;%(AdditionalLibraryDirectories)
- true
- .\Release-LL/Llample.pdb
- Windows
- false
-
-
- .\Release-LL/Llample.lib
-
-
-
-
- _DEBUG;%(PreprocessorDefinitions)
- true
- true
- Win32
- .\Debug-LL/Llample.tlb
-
-
- Disabled
- ..;..\cportlib;..\opaclib;../include;%(AdditionalIncludeDirectories)
- _WINDOWS;HAVE_CONFIG_H;_DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)
- MultiThreadedDebug
-
-
- .\Debug-LL/Llample.pch
- .\Debug-LL/
- .\Debug-LL/
- .\Debug-LL/
- Level3
- true
- EditAndContinue
- Default
-
-
- _DEBUG;%(PreprocessorDefinitions)
- 0x0409
-
-
- /MACHINE:I386 %(AdditionalOptions)
- amplelib.lib;opaclib.lib;cportlib.lib;odbc32.lib;odbccp32.lib;oldnames.lib;libcmtd.lib;%(AdditionalDependencies)
- .\Debug-LL/Llample.dll
- true
- ..\lib\Debug;%(AdditionalLibraryDirectories)
- true
- true
- .\Debug-LL/Llample.pdb
- Windows
- false
-
-
- .\Debug-LL/Llample.lib
-
-
-
-
-
-
-
- {d27abe31-3ebc-4686-963d-5afe7a10efdb}
- false
-
-
- {28c233ed-85da-4782-a9a1-396573867ba5}
- false
-
-
- {dd41b157-98ed-4e30-9ffd-4348450e936e}
- false
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pc-parse/ample/Llample.dsp b/pc-parse/ample/Llample.dsp
deleted file mode 100644
index bfe98659..00000000
--- a/pc-parse/ample/Llample.dsp
+++ /dev/null
@@ -1,97 +0,0 @@
-# Microsoft Developer Studio Project File - Name="llample" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=llample - Win32 Release
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "Llample.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "Llample.mak" CFG="llample - Win32 Release"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "llample - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "llample - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "llample - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir ".\Release"
-# PROP BASE Intermediate_Dir ".\Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release-LL"
-# PROP Intermediate_Dir "Release-LL"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MT /W3 /GX /I ".." /I "..\cportlib" /I "..\opaclib" /I "../include" /D "NDEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# SUBTRACT CPP /X
-# ADD BASE MTL /nologo /D "NDEBUG" /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
-# ADD LINK32 amplelib.lib opaclib.lib cportlib.lib libc.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib oldnames.lib /nologo /subsystem:windows /dll /machine:I386 /nodefaultlib /libpath:"..\lib\Release"
-# SUBTRACT LINK32 /incremental:yes /map
-
-!ELSEIF "$(CFG)" == "llample - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir ".\Debug"
-# PROP BASE Intermediate_Dir ".\Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug-LL"
-# PROP Intermediate_Dir "Debug-LL"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "../include" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "_DEBUG" /D "WIN32" /YX /FD /c
-# ADD BASE MTL /nologo /D "_DEBUG" /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
-# ADD LINK32 amplelib.lib opaclib.lib cportlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib oldnames.lib libcmtd.lib /nologo /subsystem:windows /dll /debug /machine:I386 /nodefaultlib /libpath:"..\lib\Debug"
-
-!ENDIF
-
-# Begin Target
-
-# Name "llample - Win32 Release"
-# Name "llample - Win32 Debug"
-# Begin Source File
-
-SOURCE=.\Llample.c
-# End Source File
-# End Target
-# End Project
diff --git a/pc-parse/ample/Testdll.dsp b/pc-parse/ample/Testdll.dsp
deleted file mode 100644
index 2409054a..00000000
--- a/pc-parse/ample/Testdll.dsp
+++ /dev/null
@@ -1,90 +0,0 @@
-# Microsoft Developer Studio Project File - Name="testdll" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=testdll - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "testdll.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "testdll.mak" CFG="testdll - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "testdll - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "testdll - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "testdll - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "testdll_"
-# PROP BASE Intermediate_Dir "testdll_"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release-tst"
-# PROP Intermediate_Dir "Release-tst"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /W3 /GX /I ".." /I "..\cportlib" /I "..\opaclib" /I "../include" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "WIN32" /D "HAVE_CONFIG_H" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 opaclib.lib cportlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"..\lib\Release"
-
-!ELSEIF "$(CFG)" == "testdll - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug-tst"
-# PROP Intermediate_Dir "Debug-tst"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "../include" /D "_CONSOLE" /D "_MBCS" /D "_DEBUG" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 opaclib.lib cportlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\lib\Debug"
-
-!ENDIF
-
-# Begin Target
-
-# Name "testdll - Win32 Release"
-# Name "testdll - Win32 Debug"
-# Begin Source File
-
-SOURCE=.\testdll.cpp
-# End Source File
-# End Target
-# End Project
diff --git a/pc-parse/ample/Wllample.dsp b/pc-parse/ample/Wllample.dsp
deleted file mode 100644
index 274078f0..00000000
--- a/pc-parse/ample/Wllample.dsp
+++ /dev/null
@@ -1,103 +0,0 @@
-# Microsoft Developer Studio Project File - Name="wllample" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Application" 0x0101
-
-CFG=wllample - Win32 Release
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "Wllample.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "Wllample.mak" CFG="wllample - Win32 Release"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "wllample - Win32 Release" (based on "Win32 (x86) Application")
-!MESSAGE "wllample - Win32 Debug" (based on "Win32 (x86) Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "wllample - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "WRelease"
-# PROP BASE Intermediate_Dir "WRelease"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release-wll"
-# PROP Intermediate_Dir "Release-wll"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /W3 /GX /I ".." /I "..\cportlib" /I "..\opaclib" /I "../include" /D "NDEBUG" /D "_WINDOWS" /D "WIN32" /D "HAVE_CONFIG_H" /YX /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 /libpath:"..\lib\Release"
-
-!ELSEIF "$(CFG)" == "wllample - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "WDebug"
-# PROP BASE Intermediate_Dir "WDebug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug-wll"
-# PROP Intermediate_Dir "Debug-wll"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "../include" /D "_WINDOWS" /D "_DEBUG" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE MTL /nologo /D "_DEBUG" /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /libpath:"..\lib\Debug"
-
-!ENDIF
-
-# Begin Target
-
-# Name "wllample - Win32 Release"
-# Name "wllample - Win32 Debug"
-# Begin Source File
-
-SOURCE=.\wllample.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\wllample.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Wllample.rc
-# End Source File
-# End Target
-# End Project
diff --git a/pc-parse/ample/XAmpleTestDll.dsp b/pc-parse/ample/XAmpleTestDll.dsp
deleted file mode 100644
index 720c2e12..00000000
--- a/pc-parse/ample/XAmpleTestDll.dsp
+++ /dev/null
@@ -1,90 +0,0 @@
-# Microsoft Developer Studio Project File - Name="XAmpleTestDll" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=XAmpleTestDll - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "XAmpleTestDll.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "XAmpleTestDll.mak" CFG="XAmpleTestDll - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "XAmpleTestDll - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "XAmpleTestDll - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "XAmpleTestDll - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "XAmpleTestDll_"
-# PROP BASE Intermediate_Dir "XAmpleTestDll_"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release-tst"
-# PROP Intermediate_Dir "Release-tst"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /W3 /GX /I ".." /I "..\cportlib" /I "..\opaclib" /I "../include" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "WIN32" /D "HAVE_CONFIG_H" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 opaclib.lib cportlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"..\lib\Release"
-
-!ELSEIF "$(CFG)" == "XAmpleTestDll - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug-tst"
-# PROP Intermediate_Dir "Debug-tst"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "../include" /D "_CONSOLE" /D "_MBCS" /D "_DEBUG" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 opaclib.lib cportlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\lib\Debug"
-
-!ENDIF
-
-# Begin Target
-
-# Name "XAmpleTestDll - Win32 Release"
-# Name "XAmpleTestDll - Win32 Debug"
-# Begin Source File
-
-SOURCE=.\XAmpleTestDll.cpp
-# End Source File
-# End Target
-# End Project
diff --git a/pc-parse/ample/XAmpledll.dsp b/pc-parse/ample/XAmpledll.dsp
deleted file mode 100644
index 42beecfb..00000000
--- a/pc-parse/ample/XAmpledll.dsp
+++ /dev/null
@@ -1,101 +0,0 @@
-# Microsoft Developer Studio Project File - Name="xampledll" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=xampledll - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "XAmpledll.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "XAmpledll.mak" CFG="xampledll - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "xampledll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "xampledll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "xampledll - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "xampledll"
-# PROP BASE Intermediate_Dir "xampledll"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release-dll"
-# PROP Intermediate_Dir "Release-dll"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\include" /I "..\pcpatr" /D "NDEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "WIN32" /D "EXPERIMENTAL" /D "FULL_ENTITIES" /FD /c
-# SUBTRACT CPP /X /YX
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
-# ADD LINK32 patrlib.lib cmdlib.lib xamplelib.lib opaclib.lib cportlib.lib libc.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 /nodefaultlib /out:"Release-dll-x/xample.dll" /libpath:"..\lib\Release"
-
-!ELSEIF "$(CFG)" == "xampledll - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug-dll"
-# PROP Intermediate_Dir "Debug-dll"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\include" /I "..\pcpatr" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "_DEBUG" /D "WIN32" /D "EXPERIMENTAL" /FD /c
-# SUBTRACT CPP /YX /Yc /Yu
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 patrlib.lib cmdlib.lib xamplelib.lib opaclib.lib cportlib.lib libcd.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib oldnames.lib /nologo /subsystem:windows /dll /debug /machine:I386 /nodefaultlib /out:"Debug-dll-x/xample.dll" /libpath:"..\lib\Debug"
-
-!ENDIF
-
-# Begin Target
-
-# Name "xampledll - Win32 Release"
-# Name "xampledll - Win32 Debug"
-# Begin Source File
-
-SOURCE=.\ampledll.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\xampledll.rc
-# End Source File
-# End Target
-# End Project
diff --git a/pc-parse/ample/XAmplelib.dsp b/pc-parse/ample/XAmplelib.dsp
deleted file mode 100644
index 449afd4b..00000000
--- a/pc-parse/ample/XAmplelib.dsp
+++ /dev/null
@@ -1,205 +0,0 @@
-# Microsoft Developer Studio Project File - Name="xamplelib" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Static Library" 0x0104
-
-CFG=xamplelib - Win32 Profile
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "XAmplelib.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "XAmplelib.mak" CFG="xamplelib - Win32 Profile"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "xamplelib - Win32 Release" (based on "Win32 (x86) Static Library")
-!MESSAGE "xamplelib - Win32 Debug" (based on "Win32 (x86) Static Library")
-!MESSAGE "xamplelib - Win32 Profile" (based on "Win32 (x86) Static Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "xamplelib - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "..\lib\Release"
-# PROP Intermediate_Dir "Release-lib-x"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /O2 /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\include" /I "..\pcpatr" /D "NDEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "WIN32" /D "EXPERIMENTAL" /D "FULL_ENTITIES" /YX /FD /c
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ELSEIF "$(CFG)" == "xamplelib - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\lib\Debug"
-# PROP Intermediate_Dir "Debug-lib-x"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /Z7 /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\include" /I "..\pcpatr" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "_DEBUG" /D "WIN32" /D "EXPERIMENTAL" /YX /FD /c
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ELSEIF "$(CFG)" == "xamplelib - Win32 Profile"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "xamplelib___Win32_Profile"
-# PROP BASE Intermediate_Dir "xamplelib___Win32_Profile"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\lib\Profile"
-# PROP Intermediate_Dir "Profile-lib"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /Za /W3 /GX /Z7 /Od /I ".." /I "..\cportlib" /I "..\opaclib" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /Z7 /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "../include" /D "_DEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ENDIF
-
-# Begin Target
-
-# Name "xamplelib - Win32 Release"
-# Name "xamplelib - Win32 Debug"
-# Name "xamplelib - Win32 Profile"
-# Begin Source File
-
-SOURCE=.\ampcat.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\anal.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\analda.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\anccpar.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\atest.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\categ.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\cmdutil.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\dynstr.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\envchk.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\envpar.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\loadcc.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\loadtb.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\mccpar.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\mktest.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\morcla.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\proper.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\puncla.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\putsd.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\select.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\setsd.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\spreds.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\validch.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\version.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\writests.c
-# End Source File
-# End Target
-# End Project
diff --git a/pc-parse/ample/Xample.dsp b/pc-parse/ample/Xample.dsp
deleted file mode 100644
index a6121f2d..00000000
--- a/pc-parse/ample/Xample.dsp
+++ /dev/null
@@ -1,234 +0,0 @@
-# Microsoft Developer Studio Project File - Name="xample" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=xample - Win32 Profile
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "Xample.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "Xample.mak" CFG="xample - Win32 Profile"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "xample - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "xample - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE "xample - Win32 Profile" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "xample - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release-x"
-# PROP Intermediate_Dir "Release-x"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /O2 /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\pcpatr" /I "..\pckimmo" /I "../include" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "EXPERIMENTAL" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 patrlib.lib cmdlib.lib cportlib.lib opaclib.lib oldnames.lib /nologo /subsystem:console /machine:I386 /out:"Release-x/xample32.exe" /libpath:"..\lib\Release"
-
-!ELSEIF "$(CFG)" == "xample - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "xample__"
-# PROP BASE Intermediate_Dir "xample__"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug-x"
-# PROP Intermediate_Dir "Debug-x"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\pcpatr" /I "..\pckimmo" /I "../include" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "EXPERIMENTAL" /D "_DEBUG" /D "WIN32" /D "FULL_ENTITIES" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 patrlib.lib cmdlib.lib cportlib.lib opaclib.lib oldnames.lib /nologo /subsystem:console /debug /machine:I386 /out:"Debug-x/Xample32.exe" /libpath:"..\lib\Debug"
-# SUBTRACT LINK32 /profile
-
-!ELSEIF "$(CFG)" == "xample - Win32 Profile"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "xample___Win32_Profile"
-# PROP BASE Intermediate_Dir "xample___Win32_Profile"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Profile-x"
-# PROP Intermediate_Dir "Profile-x"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /Za /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\pcpatr" /I "..\pckimmo" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "EXPERIMENTAL" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\pcpatr" /I "..\pckimmo" /I "../include" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "EXPERIMENTAL" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 patrlib.lib cportlib.lib opaclib.lib oldnames.lib /nologo /subsystem:console /profile /debug /machine:I386 /libpath:"..\lib\Debug"
-# ADD LINK32 patrlib.lib cmdlib.lib cportlib.lib opaclib.lib oldnames.lib /nologo /subsystem:console /profile /debug /machine:I386 /libpath:"..\lib\Profile"
-
-!ENDIF
-
-# Begin Target
-
-# Name "xample - Win32 Release"
-# Name "xample - Win32 Debug"
-# Name "xample - Win32 Profile"
-# Begin Source File
-
-SOURCE=.\ampcat.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\ample.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\ample.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ampledef.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\anal.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\analda.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\anccpar.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\atest.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\atest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\categ.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\cmdutil.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\dynstr.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\envchk.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\envpar.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\loadcc.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\loadtb.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\mccpar.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\mktest.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\morcla.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\proper.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\puncla.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\select.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\setsd.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\spreds.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\stample.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\validch.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\version.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\version.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\writests.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\xample.rc
-# End Source File
-# End Target
-# End Project
diff --git a/pc-parse/ample/readme.1st b/pc-parse/ample/readme.1st
index 4cbdf60e..98431bfe 100644
--- a/pc-parse/ample/readme.1st
+++ b/pc-parse/ample/readme.1st
@@ -42,8 +42,8 @@ Changes since version 2.0c have been made by Steve McConnel. Changes
prior to that were made by the programming staff at JAARS.
Correspondence about bugs and other issues should be sent to
- Stephen McConnel email: steve@acadcomp.sil.org
- Academic Computing Department or steve.mcconnel@sil.org
+ Stephen McConnel email: steve.mcconnel@sil.org
+ Language Technology
Summer Institute of Linguistics
- 7500 W. Camp Wisdom Road phone: (972)708-7361
- Dallas, TX 75236 U.S.A. fax: (972)708-7363
+ 7500 W. Camp Wisdom Road
+ Dallas, TX 75236 U.S.A.
diff --git a/pc-parse/anadiff/Anadiff.dsp b/pc-parse/anadiff/Anadiff.dsp
deleted file mode 100644
index 873c7599..00000000
--- a/pc-parse/anadiff/Anadiff.dsp
+++ /dev/null
@@ -1,117 +0,0 @@
-# Microsoft Developer Studio Project File - Name="anadiff" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=anadiff - Win32 Profile
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "anadiff.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "anadiff.mak" CFG="anadiff - Win32 Profile"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "anadiff - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "anadiff - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE "anadiff - Win32 Profile" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "anadiff - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /O2 /I ".." /I "..\cportlib" /I "..\opaclib" /I "../include" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 oldnames.lib opaclib.lib cportlib.lib /nologo /subsystem:console /machine:I386 /out:"Release/anadiff32.exe" /libpath:"..\lib\Release"
-
-!ELSEIF "$(CFG)" == "anadiff - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "../include" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "_DEBUG" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib opaclib.lib cportlib.lib oldnames.lib /nologo /subsystem:console /debug /machine:I386 /out:"Debug/anadiff32.exe" /pdbtype:sept /libpath:"..\lib\Debug"
-
-!ELSEIF "$(CFG)" == "anadiff - Win32 Profile"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "anadiff___Win32_Profile"
-# PROP BASE Intermediate_Dir "anadiff___Win32_Profile"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Profile"
-# PROP Intermediate_Dir "Profile"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /Za /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "../include" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib opaclib.lib cportlib.lib oldnames.lib /nologo /subsystem:console /debug /machine:I386 /out:"Debug/anadiff32.exe" /pdbtype:sept /libpath:"..\lib\Debug"
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib opaclib.lib cportlib.lib oldnames.lib /nologo /subsystem:console /profile /debug /machine:I386 /out:"Profile/anadiff32.exe" /libpath:"..\lib\Profile"
-
-!ENDIF
-
-# Begin Target
-
-# Name "anadiff - Win32 Release"
-# Name "anadiff - Win32 Debug"
-# Name "anadiff - Win32 Profile"
-# Begin Source File
-
-SOURCE=.\anadiff.c
-# End Source File
-# End Target
-# End Project
diff --git a/pc-parse/cmdlib/Cmdlib.dsp b/pc-parse/cmdlib/Cmdlib.dsp
deleted file mode 100644
index 05967602..00000000
--- a/pc-parse/cmdlib/Cmdlib.dsp
+++ /dev/null
@@ -1,157 +0,0 @@
-# Microsoft Developer Studio Project File - Name="cmdlib" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Static Library" 0x0104
-
-CFG=cmdlib - Win32 Profile
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "cmdlib.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "cmdlib.mak" CFG="cmdlib - Win32 Profile"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "cmdlib - Win32 Release" (based on "Win32 (x86) Static Library")
-!MESSAGE "cmdlib - Win32 Debug" (based on "Win32 (x86) Static Library")
-!MESSAGE "cmdlib - Win32 Profile" (based on "Win32 (x86) Static Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "cmdlib - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "..\lib\Release"
-# PROP Intermediate_Dir "Release"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /O2 /I ".." /I "..\cportlib" /I "..\opaclib" /I "../include" /D "NDEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ELSEIF "$(CFG)" == "cmdlib - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\lib\Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /Z7 /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "../include" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "_DEBUG" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ELSEIF "$(CFG)" == "cmdlib - Win32 Profile"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "cmdlib___Win32_Profile"
-# PROP BASE Intermediate_Dir "cmdlib___Win32_Profile"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\lib\Profile"
-# PROP Intermediate_Dir "Profile"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /Za /W3 /GX /Z7 /Od /I ".." /I "..\cportlib" /I "..\opaclib" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /Z7 /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "../include" /D "_DEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ENDIF
-
-# Begin Target
-
-# Name "cmdlib - Win32 Release"
-# Name "cmdlib - Win32 Debug"
-# Name "cmdlib - Win32 Profile"
-# Begin Source File
-
-SOURCE=.\cmd.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\cmdcd.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\cmddata.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\cmddir.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\cmdedit.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\cmdlog.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\cmdsig.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\cmdsys.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\cmdtime.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\messages.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\setcmdfi.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\wanthelp.c
-# End Source File
-# End Target
-# End Project
diff --git a/pc-parse/cportlib/Cportlib.dsp b/pc-parse/cportlib/Cportlib.dsp
deleted file mode 100644
index 9f6670c3..00000000
--- a/pc-parse/cportlib/Cportlib.dsp
+++ /dev/null
@@ -1,217 +0,0 @@
-# Microsoft Developer Studio Project File - Name="cportlib" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Static Library" 0x0104
-
-CFG=cportlib - Win32 Profile
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "cportlib.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "cportlib.mak" CFG="cportlib - Win32 Profile"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "cportlib - Win32 Release" (based on "Win32 (x86) Static Library")
-!MESSAGE "cportlib - Win32 Debug" (based on "Win32 (x86) Static Library")
-!MESSAGE "cportlib - Win32 Profile" (based on "Win32 (x86) Static Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "cportlib - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "..\lib\Release"
-# PROP Intermediate_Dir "Release"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /O2 /I "..\include" /I ".." /I "../include" /D "NDEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ELSEIF "$(CFG)" == "cportlib - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\lib\Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /Z7 /Od /I ".." /I "../include" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "_DEBUG" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ELSEIF "$(CFG)" == "cportlib - Win32 Profile"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "cportlib___Win32_Profile"
-# PROP BASE Intermediate_Dir "cportlib___Win32_Profile"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\lib\Profile"
-# PROP Intermediate_Dir "Profile"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /Za /W3 /GX /Z7 /Od /I ".." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /Z7 /Od /I ".." /I "../include" /D "_DEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ENDIF
-
-# Begin Target
-
-# Name "cportlib - Win32 Release"
-# Name "cportlib - Win32 Debug"
-# Name "cportlib - Win32 Profile"
-# Begin Source File
-
-SOURCE=.\bcmp.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\bcopy.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\bzero.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\ccommand.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\concat.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\cportlib.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\cpystr.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\ctermid.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\ffs.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\fgetss.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\fputss.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\fsize.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\getopt.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\index.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\isodigit.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\itoa.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\itoa8.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\itoax.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\rindex.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\strcasec.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\streq.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\strpos.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\strrpbrk.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\strrpos.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\swapmem.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\toint.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\zapnl.c
-# End Source File
-# End Target
-# End Project
diff --git a/pc-parse/intergen/Intergen.dsp b/pc-parse/intergen/Intergen.dsp
deleted file mode 100644
index fb07ea00..00000000
--- a/pc-parse/intergen/Intergen.dsp
+++ /dev/null
@@ -1,117 +0,0 @@
-# Microsoft Developer Studio Project File - Name="intergen" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=intergen - Win32 Profile
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "Intergen.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "Intergen.mak" CFG="intergen - Win32 Profile"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "intergen - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "intergen - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE "intergen - Win32 Profile" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "intergen - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /O2 /I ".." /I "..\cportlib" /I "..\opaclib" /I "../include" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 opaclib.lib cportlib.lib oldnames.lib /nologo /subsystem:console /machine:I386 /out:"Release/Intergen32.exe" /libpath:"..\lib\Release"
-
-!ELSEIF "$(CFG)" == "intergen - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "../include" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "_DEBUG" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 opaclib.lib cportlib.lib oldnames.lib /nologo /subsystem:console /debug /machine:I386 /out:"Debug/Intergen32.exe" /pdbtype:sept /libpath:"..\lib\Debug"
-
-!ELSEIF "$(CFG)" == "intergen - Win32 Profile"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "intergen___Win32_Profile"
-# PROP BASE Intermediate_Dir "intergen___Win32_Profile"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Profile"
-# PROP Intermediate_Dir "Profile"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /Za /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "../include" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 opaclib.lib cportlib.lib oldnames.lib /nologo /subsystem:console /debug /machine:I386 /out:"Debug/Intergen32.exe" /pdbtype:sept /libpath:"..\lib\Debug"
-# ADD LINK32 opaclib.lib cportlib.lib oldnames.lib /nologo /subsystem:console /profile /debug /machine:I386 /out:"Profile/Intergen32.exe" /libpath:"..\lib\Profile"
-
-!ENDIF
-
-# Begin Target
-
-# Name "intergen - Win32 Release"
-# Name "intergen - Win32 Debug"
-# Name "intergen - Win32 Profile"
-# Begin Source File
-
-SOURCE=.\intergen.c
-# End Source File
-# End Target
-# End Project
diff --git a/pc-parse/ktagger/Ktagger.dsp b/pc-parse/ktagger/Ktagger.dsp
deleted file mode 100644
index 956b6e87..00000000
--- a/pc-parse/ktagger/Ktagger.dsp
+++ /dev/null
@@ -1,117 +0,0 @@
-# Microsoft Developer Studio Project File - Name="ktagger" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=ktagger - Win32 Profile
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "ktagger.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "ktagger.mak" CFG="ktagger - Win32 Profile"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "ktagger - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "ktagger - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE "ktagger - Win32 Profile" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "ktagger - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /O2 /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\pcpatr" /I "..\pckimmo" /I "..\ample" /I "../include" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 patrlib.lib kimmolib.lib opaclib.lib cportlib.lib oldnames.lib /nologo /subsystem:console /machine:I386 /out:"Release/ktagger32.exe" /libpath:"..\lib\Release"
-
-!ELSEIF "$(CFG)" == "ktagger - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\pcpatr" /I "..\pckimmo" /I "..\ample" /I "../include" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "_DEBUG" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 patrlib.lib kimmolib.lib opaclib.lib cportlib.lib oldnames.lib /nologo /subsystem:console /debug /machine:I386 /out:"Debug/ktagger32.exe" /pdbtype:sept /libpath:"..\lib\Debug"
-
-!ELSEIF "$(CFG)" == "ktagger - Win32 Profile"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "ktagger___Win32_Profile"
-# PROP BASE Intermediate_Dir "ktagger___Win32_Profile"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Profile"
-# PROP Intermediate_Dir "Profile"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /Za /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\pcpatr" /I "..\pckimmo" /I "..\ample" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\pcpatr" /I "..\pckimmo" /I "..\ample" /I "../include" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 patrlib.lib kimmolib.lib opaclib.lib cportlib.lib oldnames.lib /nologo /subsystem:console /debug /machine:I386 /out:"Debug/ktagger32.exe" /pdbtype:sept /libpath:"..\lib\Debug"
-# ADD LINK32 patrlib.lib kimmolib.lib opaclib.lib cportlib.lib oldnames.lib /nologo /subsystem:console /profile /debug /machine:I386 /out:"Profile/ktagger32.exe" /libpath:"..\lib\Profile"
-
-!ENDIF
-
-# Begin Target
-
-# Name "ktagger - Win32 Release"
-# Name "ktagger - Win32 Debug"
-# Name "ktagger - Win32 Profile"
-# Begin Source File
-
-SOURCE=.\ktagger.c
-# End Source File
-# End Target
-# End Project
diff --git a/pc-parse/ktext/Ktext.dsp b/pc-parse/ktext/Ktext.dsp
deleted file mode 100644
index cbdb8cae..00000000
--- a/pc-parse/ktext/Ktext.dsp
+++ /dev/null
@@ -1,117 +0,0 @@
-# Microsoft Developer Studio Project File - Name="ktext" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=ktext - Win32 Profile
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "ktext.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "ktext.mak" CFG="ktext - Win32 Profile"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "ktext - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "ktext - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE "ktext - Win32 Profile" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "ktext - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /O2 /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\pckimmo" /I "..\pcpatr" /I "..\ample" /I "..\cmdlib" /I "../include" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 patrlib.lib kimmolib.lib cmdlib.lib opaclib.lib cportlib.lib oldnames.lib /nologo /subsystem:console /machine:I386 /out:"Release/ktext32.exe" /libpath:"..\lib\Release"
-
-!ELSEIF "$(CFG)" == "ktext - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\pckimmo" /I "..\pcpatr" /I "..\ample" /I "..\cmdlib" /I "../include" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "_DEBUG" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 patrlib.lib kimmolib.lib cmdlib.lib opaclib.lib cportlib.lib oldnames.lib /nologo /subsystem:console /debug /machine:I386 /out:"Debug/ktext32.exe" /pdbtype:sept /libpath:"..\lib\Debug"
-
-!ELSEIF "$(CFG)" == "ktext - Win32 Profile"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "ktext___Win32_Profile"
-# PROP BASE Intermediate_Dir "ktext___Win32_Profile"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Profile"
-# PROP Intermediate_Dir "Profile"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /Za /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\pckimmo" /I "..\pcpatr" /I "..\ample" /I "..\cmdlib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\pckimmo" /I "..\pcpatr" /I "..\ample" /I "..\cmdlib" /I "../include" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 patrlib.lib kimmolib.lib cmdlib.lib opaclib.lib cportlib.lib oldnames.lib /nologo /subsystem:console /debug /machine:I386 /out:"Debug/ktext32.exe" /pdbtype:sept /libpath:"..\lib\Debug"
-# ADD LINK32 patrlib.lib kimmolib.lib cmdlib.lib opaclib.lib cportlib.lib oldnames.lib /nologo /subsystem:console /profile /debug /machine:I386 /out:"Profile/ktext32.exe" /libpath:"..\lib\Profile"
-
-!ENDIF
-
-# Begin Target
-
-# Name "ktext - Win32 Release"
-# Name "ktext - Win32 Debug"
-# Name "ktext - Win32 Profile"
-# Begin Source File
-
-SOURCE=.\ktext.c
-# End Source File
-# End Target
-# End Project
diff --git a/pc-parse/opaclib/Opaclib.dsp b/pc-parse/opaclib/Opaclib.dsp
deleted file mode 100644
index 95f500dc..00000000
--- a/pc-parse/opaclib/Opaclib.dsp
+++ /dev/null
@@ -1,325 +0,0 @@
-# Microsoft Developer Studio Project File - Name="opaclib" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Static Library" 0x0104
-
-CFG=opaclib - Win32 Profile
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "Opaclib.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "Opaclib.mak" CFG="opaclib - Win32 Profile"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "opaclib - Win32 Release" (based on "Win32 (x86) Static Library")
-!MESSAGE "opaclib - Win32 Debug" (based on "Win32 (x86) Static Library")
-!MESSAGE "opaclib - Win32 Profile" (based on "Win32 (x86) Static Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "opaclib - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "..\lib\Release"
-# PROP Intermediate_Dir "Release"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /O2 /I ".." /I "..\cportlib" /I "../include" /D "NDEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ELSEIF "$(CFG)" == "opaclib - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\lib\Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /Z7 /Od /I ".." /I "..\cportlib" /I "../include" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "_DEBUG" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ELSEIF "$(CFG)" == "opaclib - Win32 Profile"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "opaclib___Win32_Profile"
-# PROP BASE Intermediate_Dir "opaclib___Win32_Profile"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\lib\Profile"
-# PROP Intermediate_Dir "Profile"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /Za /W3 /GX /Z7 /Od /I ".." /I "..\cportlib" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /Z7 /Od /I ".." /I "..\cportlib" /I "../include" /D "_DEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ENDIF
-
-# Begin Target
-
-# Name "opaclib - Win32 Release"
-# Name "opaclib - Win32 Debug"
-# Name "opaclib - Win32 Profile"
-# Begin Source File
-
-SOURCE=.\add_sl.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\adjfname.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\allocmem.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\ambprog.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\appnd_sl.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\cat_sl.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\change.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\copy_sl.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\dtbin.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\dtbout.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\dynstr.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\equal_sl.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\equiv_sl.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\erasecha.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\errcheck.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\free_ct.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\free_sl.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\free_wt.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\fulldisk.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\isolatew.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\loadintx.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\loadoutx.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\matchbeg.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\matchend.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\membr_sl.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\merge_sl.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\myctype.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\numbrmsg.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\promptus.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\PumpMessages.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\readfiel.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\readline.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\record.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\resetxtc.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\rmstr_sl.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\rpterror.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\rptmessg.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\rptprgrs.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\safeexit.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\senttemp.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\size_sl.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\sqz_sl.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\strcla.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\textin.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\textout.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\tokenize.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\trie.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\trimspac.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\ufopen.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\unlst_sl.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\updat_sl.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\wordanal.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\write_ct.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\write_sl.c
-# End Source File
-# End Target
-# End Project
diff --git a/pc-parse/pckimmo/Kimmolib.dsp b/pc-parse/pckimmo/Kimmolib.dsp
deleted file mode 100644
index e54233e7..00000000
--- a/pc-parse/pckimmo/Kimmolib.dsp
+++ /dev/null
@@ -1,137 +0,0 @@
-# Microsoft Developer Studio Project File - Name="kimmolib" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Static Library" 0x0104
-
-CFG=kimmolib - Win32 Profile
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "kimmolib.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "kimmolib.mak" CFG="kimmolib - Win32 Profile"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "kimmolib - Win32 Release" (based on "Win32 (x86) Static Library")
-!MESSAGE "kimmolib - Win32 Debug" (based on "Win32 (x86) Static Library")
-!MESSAGE "kimmolib - Win32 Profile" (based on "Win32 (x86) Static Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "kimmolib - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "..\lib\Release"
-# PROP Intermediate_Dir "Release-lib"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /O2 /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\pcpatr" /I "..\ample" /I "../include" /D "NDEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ELSEIF "$(CFG)" == "kimmolib - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\lib\Debug"
-# PROP Intermediate_Dir "Debug-lib"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /Z7 /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\pcpatr" /I "..\ample" /I "../include" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "_DEBUG" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ELSEIF "$(CFG)" == "kimmolib - Win32 Profile"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "kimmolib___Win32_Profile"
-# PROP BASE Intermediate_Dir "kimmolib___Win32_Profile"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\lib\Profile"
-# PROP Intermediate_Dir "Profile-lib"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /Za /W3 /GX /Z7 /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\pcpatr" /I "..\ample" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /Z7 /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\pcpatr" /I "..\ample" /I "../include" /D "_DEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ENDIF
-
-# Begin Target
-
-# Name "kimmolib - Win32 Release"
-# Name "kimmolib - Win32 Debug"
-# Name "kimmolib - Win32 Profile"
-# Begin Source File
-
-SOURCE=.\generate.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\kimmdata.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\lexicon.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\pckfuncs.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\recogniz.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\rules.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\synthesi.c
-# End Source File
-# End Target
-# End Project
diff --git a/pc-parse/pckimmo/Pckimmo.dsp b/pc-parse/pckimmo/Pckimmo.dsp
deleted file mode 100644
index fb5d56d4..00000000
--- a/pc-parse/pckimmo/Pckimmo.dsp
+++ /dev/null
@@ -1,125 +0,0 @@
-# Microsoft Developer Studio Project File - Name="pckimmo" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=pckimmo - Win32 Profile
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "pckimmo.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "pckimmo.mak" CFG="pckimmo - Win32 Profile"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "pckimmo - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "pckimmo - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE "pckimmo - Win32 Profile" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "pckimmo - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /O2 /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\cmdlib" /I "..\pcpatr" /I "..\ample" /I "../include" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 patrlib.lib kimmolib.lib cmdlib.lib opaclib.lib cportlib.lib oldnames.lib /nologo /subsystem:console /machine:I386 /out:"Release/pckimmo32.exe" /libpath:"..\lib\Release"
-
-!ELSEIF "$(CFG)" == "pckimmo - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "pckimmo_"
-# PROP BASE Intermediate_Dir "pckimmo_"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\cmdlib" /I "..\pcpatr" /I "..\ample" /I "../include" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "_DEBUG" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 patrlib.lib kimmolib.lib cmdlib.lib opaclib.lib cportlib.lib oldnames.lib /nologo /subsystem:console /debug /machine:I386 /out:"Debug/pckimmo32.exe" /pdbtype:sept /libpath:"..\lib\Debug"
-
-!ELSEIF "$(CFG)" == "pckimmo - Win32 Profile"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "pckimmo___Win32_Profile"
-# PROP BASE Intermediate_Dir "pckimmo___Win32_Profile"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Profile"
-# PROP Intermediate_Dir "Profile"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /Za /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\cmdlib" /I "..\pcpatr" /I "..\ample" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\cmdlib" /I "..\pcpatr" /I "..\ample" /I "../include" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 patrlib.lib kimmolib.lib cmdlib.lib opaclib.lib cportlib.lib oldnames.lib /nologo /subsystem:console /debug /machine:I386 /out:"Debug/pckimmo32.exe" /pdbtype:sept /libpath:"..\lib\Debug"
-# ADD LINK32 patrlib.lib kimmolib.lib cmdlib.lib opaclib.lib cportlib.lib oldnames.lib /nologo /subsystem:console /profile /debug /machine:I386 /out:"Profile/pckimmo32.exe" /libpath:"..\lib\Profile"
-
-!ENDIF
-
-# Begin Target
-
-# Name "pckimmo - Win32 Release"
-# Name "pckimmo - Win32 Debug"
-# Name "pckimmo - Win32 Profile"
-# Begin Source File
-
-SOURCE=.\pckimmo.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\pckimmo2.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\pckimmo3.c
-# End Source File
-# End Target
-# End Project
diff --git a/pc-parse/pcpatr/Patr100.dsp b/pc-parse/pcpatr/Patr100.dsp
deleted file mode 100644
index 5d9ede22..00000000
--- a/pc-parse/pcpatr/Patr100.dsp
+++ /dev/null
@@ -1,166 +0,0 @@
-# Microsoft Developer Studio Project File - Name="patr100" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=patr100 - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "Patr100.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "Patr100.mak" CFG="patr100 - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "patr100 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "patr100 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "patr100 - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "patr100___Win32_Debug"
-# PROP BASE Intermediate_Dir "patr100___Win32_Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug-dll"
-# PROP Intermediate_Dir "Debug-dll"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /ZI /Od /I ".." /I "../include" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_DEBUG" /D "HAVE_CONFIG_H" /D "WIN32" /Yu"stdafx.h" /FD /GZ /c
-# SUBTRACT MTL /mktyplib203
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 patrlib.lib amplelib.lib kimmolib.lib opaclib.lib cportlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\lib\Debug"
-# SUBTRACT LINK32 /nodefaultlib
-# Begin Custom Build - Performing registration
-OutDir=.\Debug-dll
-TargetPath=.\Debug-dll\Patr100.dll
-InputPath=.\Debug-dll\Patr100.dll
-SOURCE="$(InputPath)"
-
-"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- regsvr32 /s /c "$(TargetPath)"
- echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
-
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "patr100 - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "patr100___Win32_Release"
-# PROP BASE Intermediate_Dir "patr100___Win32_Release"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release-dll"
-# PROP Intermediate_Dir "Release-dll"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /O1 /I ".." /I "../include" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /D "WIN32" /D "HAVE_CONFIG_H" /Yu"stdafx.h" /FD /c
-# ADD CPP /nologo /MT /W3 /O1 /I ".." /I "../include" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /D "WIN32" /D "HAVE_CONFIG_H" /Yu"stdafx.h" /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 patrlib.lib opaclib.lib cportlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 /nodefaultlib:"libc.lib" /libpath:"../lib/Release"
-# ADD LINK32 patrlib.lib amplelib.lib kimmolib.lib opaclib.lib cportlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 /nodefaultlib:"libc.lib" /libpath:"../lib/Release"
-# Begin Custom Build - Performing registration
-OutDir=.\Release-dll
-TargetPath=.\Release-dll\Patr100.dll
-InputPath=.\Release-dll\Patr100.dll
-SOURCE="$(InputPath)"
-
-"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- regsvr32 /s /c "$(TargetPath)"
- echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
-
-# End Custom Build
-
-!ENDIF
-
-# Begin Target
-
-# Name "patr100 - Win32 Debug"
-# Name "patr100 - Win32 Release"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\patr100.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\patr100.def
-# End Source File
-# Begin Source File
-
-SOURCE=.\patr100.idl
-# ADD MTL /tlb ".\patr100.tlb" /h "patr100.h" /iid "patr100_i.c" /Oicf
-# End Source File
-# Begin Source File
-
-SOURCE=.\patr100.rc
-# End Source File
-# Begin Source File
-
-SOURCE=.\PatrParser.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\StdAfx.cpp
-# ADD CPP /Yc"stdafx.h"
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\PatrParser.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Resource.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\StdAfx.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# Begin Source File
-
-SOURCE=.\PatrParser.rgs
-# End Source File
-# End Group
-# End Target
-# End Project
diff --git a/pc-parse/pcpatr/Patrlib.dsp b/pc-parse/pcpatr/Patrlib.dsp
deleted file mode 100644
index bc31c61e..00000000
--- a/pc-parse/pcpatr/Patrlib.dsp
+++ /dev/null
@@ -1,189 +0,0 @@
-# Microsoft Developer Studio Project File - Name="patrlib" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Static Library" 0x0104
-
-CFG=patrlib - Win32 Profile
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "Patrlib.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "Patrlib.mak" CFG="patrlib - Win32 Profile"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "patrlib - Win32 Release" (based on "Win32 (x86) Static Library")
-!MESSAGE "patrlib - Win32 Debug" (based on "Win32 (x86) Static Library")
-!MESSAGE "patrlib - Win32 Profile" (based on "Win32 (x86) Static Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "patrlib - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "..\lib\Release"
-# PROP Intermediate_Dir "Release-lib"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /O2 /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\pckimmo" /I "..\ample" /I "..\cmdlib" /I "../include" /D "NDEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "EXPERIMENTAL" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ELSEIF "$(CFG)" == "patrlib - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\lib\Debug"
-# PROP Intermediate_Dir "Debug-lib"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /Z7 /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\pckimmo" /I "..\ample" /I "..\cmdlib" /I "../include" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "EXPERIMENTAL" /D "_DEBUG" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ELSEIF "$(CFG)" == "patrlib - Win32 Profile"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "patrlib___Win32_Profile"
-# PROP BASE Intermediate_Dir "patrlib___Win32_Profile"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\lib\Profile"
-# PROP Intermediate_Dir "Profile-lib"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /Za /W3 /GX /Z7 /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\pckimmo" /I "..\ample" /I "..\cmdlib" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "EXPERIMENTAL" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /Z7 /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\pckimmo" /I "..\ample" /I "..\cmdlib" /I "../include" /D "_DEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "EXPERIMENTAL" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ENDIF
-
-# Begin Target
-
-# Name "patrlib - Win32 Release"
-# Name "patrlib - Win32 Debug"
-# Name "patrlib - Win32 Profile"
-# Begin Source File
-
-SOURCE=.\amplpatr.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\constrai.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\copyfeat.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\cvtkp2wa.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\disphead.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\grammar.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\lcparse.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\parsepwk.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\patalloc.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\patrampl.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\patrdata.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\patrfunc.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\patrkimm.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\patrlexi.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\patrstrg.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\priunion.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\subsume.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\unify.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\userpatr.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\wrtstyle.c
-# End Source File
-# End Target
-# End Project
diff --git a/pc-parse/stamp/Stamp-2005.ncb b/pc-parse/stamp/Stamp-2005.ncb
deleted file mode 100644
index 3c1fa728..00000000
Binary files a/pc-parse/stamp/Stamp-2005.ncb and /dev/null differ
diff --git a/pc-parse/stamp/Stamp-2005.sln b/pc-parse/stamp/Stamp-2005.sln
deleted file mode 100644
index 3acb73a0..00000000
--- a/pc-parse/stamp/Stamp-2005.sln
+++ /dev/null
@@ -1,23 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stamp", "Stamp-2005.vcproj", "{BD6184C1-2714-4539-9E0F-483F768B7FEA}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Profile|Win32 = Profile|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {BD6184C1-2714-4539-9E0F-483F768B7FEA}.Debug|Win32.ActiveCfg = Debug|Win32
- {BD6184C1-2714-4539-9E0F-483F768B7FEA}.Debug|Win32.Build.0 = Debug|Win32
- {BD6184C1-2714-4539-9E0F-483F768B7FEA}.Profile|Win32.ActiveCfg = Profile|Win32
- {BD6184C1-2714-4539-9E0F-483F768B7FEA}.Profile|Win32.Build.0 = Profile|Win32
- {BD6184C1-2714-4539-9E0F-483F768B7FEA}.Release|Win32.ActiveCfg = Release|Win32
- {BD6184C1-2714-4539-9E0F-483F768B7FEA}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/pc-parse/stamp/Stamp-2005.suo b/pc-parse/stamp/Stamp-2005.suo
deleted file mode 100644
index 23845e0f..00000000
Binary files a/pc-parse/stamp/Stamp-2005.suo and /dev/null differ
diff --git a/pc-parse/stamp/Stamp-2005.vcproj b/pc-parse/stamp/Stamp-2005.vcproj
deleted file mode 100644
index f2efa8fe..00000000
--- a/pc-parse/stamp/Stamp-2005.vcproj
+++ /dev/null
@@ -1,300 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pc-parse/stamp/Stamp-2005.vcproj.LAPTOPVIRTUALXP.roy.user b/pc-parse/stamp/Stamp-2005.vcproj.LAPTOPVIRTUALXP.roy.user
deleted file mode 100644
index 39098589..00000000
--- a/pc-parse/stamp/Stamp-2005.vcproj.LAPTOPVIRTUALXP.roy.user
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pc-parse/stamp/Stamp-2005.vcproj.ROY-DESKTOP.roy.user b/pc-parse/stamp/Stamp-2005.vcproj.ROY-DESKTOP.roy.user
deleted file mode 100644
index 30984388..00000000
--- a/pc-parse/stamp/Stamp-2005.vcproj.ROY-DESKTOP.roy.user
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pc-parse/stamp/Stamp-2005.vcproj.XPVIRTUAL.roy.user b/pc-parse/stamp/Stamp-2005.vcproj.XPVIRTUAL.roy.user
deleted file mode 100644
index 009f3783..00000000
--- a/pc-parse/stamp/Stamp-2005.vcproj.XPVIRTUAL.roy.user
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pc-parse/stamp/Stamp.dsp b/pc-parse/stamp/Stamp.dsp
deleted file mode 100644
index 89573b2a..00000000
--- a/pc-parse/stamp/Stamp.dsp
+++ /dev/null
@@ -1,117 +0,0 @@
-# Microsoft Developer Studio Project File - Name="stamp" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=stamp - Win32 Profile
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "stamp.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "stamp.mak" CFG="stamp - Win32 Profile"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "stamp - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "stamp - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE "stamp - Win32 Profile" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "stamp - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /O2 /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\ample" /I "../include" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 oldnames.lib stamplib.lib amplelib.lib opaclib.lib cportlib.lib /nologo /subsystem:console /machine:I386 /out:"Release/stamp32.exe" /libpath:"..\lib\Release"
-
-!ELSEIF "$(CFG)" == "stamp - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\ample" /I "../include" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "_DEBUG" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib stamplib.lib amplelib.lib opaclib.lib cportlib.lib oldnames.lib /nologo /subsystem:console /debug /machine:I386 /out:"Debug/stamp32.exe" /pdbtype:sept /libpath:"..\lib\Debug"
-
-!ELSEIF "$(CFG)" == "stamp - Win32 Profile"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "stamp___Win32_Profile"
-# PROP BASE Intermediate_Dir "stamp___Win32_Profile"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Profile"
-# PROP Intermediate_Dir "Profile"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /Za /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\ample" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /Gm /GX /ZI /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\ample" /I "../include" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib stamplib.lib amplelib.lib opaclib.lib cportlib.lib oldnames.lib /nologo /subsystem:console /debug /machine:I386 /out:"Debug/stamp32.exe" /pdbtype:sept /libpath:"..\lib\Debug"
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib stamplib.lib amplelib.lib opaclib.lib cportlib.lib oldnames.lib /nologo /subsystem:console /profile /debug /machine:I386 /out:"Profile/stamp32.exe" /libpath:"..\lib\Profile"
-
-!ENDIF
-
-# Begin Target
-
-# Name "stamp - Win32 Release"
-# Name "stamp - Win32 Debug"
-# Name "stamp - Win32 Profile"
-# Begin Source File
-
-SOURCE=.\stamp.c
-# End Source File
-# End Target
-# End Project
diff --git a/pc-parse/stamp/Stamplib-2005.ncb b/pc-parse/stamp/Stamplib-2005.ncb
deleted file mode 100644
index 0c815b8a..00000000
Binary files a/pc-parse/stamp/Stamplib-2005.ncb and /dev/null differ
diff --git a/pc-parse/stamp/Stamplib-2005.sln b/pc-parse/stamp/Stamplib-2005.sln
deleted file mode 100644
index 69c2c3ae..00000000
--- a/pc-parse/stamp/Stamplib-2005.sln
+++ /dev/null
@@ -1,23 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stamplib", "Stamplib-2005.vcproj", "{A70346ED-80B3-433C-A856-08C44D6854C8}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Profile|Win32 = Profile|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {A70346ED-80B3-433C-A856-08C44D6854C8}.Debug|Win32.ActiveCfg = Debug|Win32
- {A70346ED-80B3-433C-A856-08C44D6854C8}.Debug|Win32.Build.0 = Debug|Win32
- {A70346ED-80B3-433C-A856-08C44D6854C8}.Profile|Win32.ActiveCfg = Profile|Win32
- {A70346ED-80B3-433C-A856-08C44D6854C8}.Profile|Win32.Build.0 = Profile|Win32
- {A70346ED-80B3-433C-A856-08C44D6854C8}.Release|Win32.ActiveCfg = Release|Win32
- {A70346ED-80B3-433C-A856-08C44D6854C8}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/pc-parse/stamp/Stamplib-2005.suo b/pc-parse/stamp/Stamplib-2005.suo
deleted file mode 100644
index 48750fb4..00000000
Binary files a/pc-parse/stamp/Stamplib-2005.suo and /dev/null differ
diff --git a/pc-parse/stamp/Stamplib-2005.vcproj b/pc-parse/stamp/Stamplib-2005.vcproj
deleted file mode 100644
index ad344327..00000000
--- a/pc-parse/stamp/Stamplib-2005.vcproj
+++ /dev/null
@@ -1,314 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pc-parse/stamp/Stamplib-2005.vcproj.LAPTOPVIRTUALXP.roy.user b/pc-parse/stamp/Stamplib-2005.vcproj.LAPTOPVIRTUALXP.roy.user
deleted file mode 100644
index 2d33713d..00000000
--- a/pc-parse/stamp/Stamplib-2005.vcproj.LAPTOPVIRTUALXP.roy.user
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pc-parse/stamp/Stamplib-2005.vcproj.ROY-DESKTOP.roy.user b/pc-parse/stamp/Stamplib-2005.vcproj.ROY-DESKTOP.roy.user
deleted file mode 100644
index 55652c58..00000000
--- a/pc-parse/stamp/Stamplib-2005.vcproj.ROY-DESKTOP.roy.user
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pc-parse/stamp/Stamplib-2010.vcxproj b/pc-parse/stamp/Stamplib-2010.vcxproj
deleted file mode 100644
index abcf9a21..00000000
--- a/pc-parse/stamp/Stamplib-2010.vcxproj
+++ /dev/null
@@ -1,181 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Profile
- Win32
-
-
- Release
- Win32
-
-
-
- stamplib
- {A70346ED-80B3-433C-A856-08C44D6854C8}
-
-
-
- StaticLibrary
- false
-
-
- StaticLibrary
- false
-
-
- StaticLibrary
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <_ProjectFileVersion>10.0.40219.1
- .\..\lib\Release\
- .\Release-lib\
- .\..\lib\Debug\
- .\Debug-lib\
- .\..\lib\Profile\
- .\Profile-lib\
- AllRules.ruleset
-
-
- AllRules.ruleset
-
-
- AllRules.ruleset
-
-
-
-
-
- Configuring for Visual C/C++
- $(SolutionDir)\winconfig.bat $(SolutionDir)\
-
-
- OnlyExplicitInline
- ..;..\cportlib;..\opaclib;..\ample;../include;%(AdditionalIncludeDirectories)
- NDEBUG;_WINDOWS;HAVE_CONFIG_H;WIN32;_CRT_SECURE_NO_DEPRECATE ;%(PreprocessorDefinitions)
- true
- MultiThreaded
- true
- true
-
-
- .\Release-lib/Stamplib.pch
- .\Release-lib/
- .\Release-lib/
- .\Release-lib/
- Level3
- true
- Default
-
-
- 0x0409
-
-
- .\..\lib\Release\Stamplib.lib
- true
-
-
-
-
- Configuring for Visual C/C++
- $(SolutionDir)\winconfig.bat $(SolutionDir)\
-
-
- Disabled
- ..;..\cportlib;..\opaclib;..\ample;..\TonePGLib;%(AdditionalIncludeDirectories)
- _WINDOWS;HAVE_CONFIG_H;_DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)
- MultiThreadedDebug
- true
-
-
- .\Debug-lib/Stamplib.pch
- .\Debug-lib/
- .\Debug-lib/
- .\Debug-lib/
- Level3
- true
- OldStyle
- Default
-
-
- 0x0409
-
-
- .\..\lib\Debug\Stamplib.lib
- true
-
-
-
-
- Configuring for Visual C/C++
- $(SolutionDir)\winconfig.bat $(SolutionDir)\
-
-
- Disabled
- ..;..\cportlib;..\opaclib;..\ample;../include;%(AdditionalIncludeDirectories)
- _DEBUG;_WINDOWS;HAVE_CONFIG_H;WIN32;%(PreprocessorDefinitions)
- MultiThreadedDebug
- true
-
-
- .\Profile-lib/Stamplib.pch
- .\Profile-lib/
- .\Profile-lib/
- .\Profile-lib/
- Level3
- true
- OldStyle
- Default
-
-
- 0x0409
-
-
- .\..\lib\Profile\Stamplib.lib
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pc-parse/stamp/Stamplib.dsp b/pc-parse/stamp/Stamplib.dsp
deleted file mode 100644
index 076e59b1..00000000
--- a/pc-parse/stamp/Stamplib.dsp
+++ /dev/null
@@ -1,177 +0,0 @@
-# Microsoft Developer Studio Project File - Name="stamplib" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Static Library" 0x0104
-
-CFG=stamplib - Win32 Profile
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "stamplib.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "stamplib.mak" CFG="stamplib - Win32 Profile"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "stamplib - Win32 Release" (based on "Win32 (x86) Static Library")
-!MESSAGE "stamplib - Win32 Debug" (based on "Win32 (x86) Static Library")
-!MESSAGE "stamplib - Win32 Profile" (based on "Win32 (x86) Static Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "stamplib - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "..\lib\Release"
-# PROP Intermediate_Dir "Release-lib"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /O2 /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\ample" /I "../include" /D "NDEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ELSEIF "$(CFG)" == "stamplib - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\lib\Debug"
-# PROP Intermediate_Dir "Debug-lib"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /Z7 /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\ample" /I "../include" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "_DEBUG" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ELSEIF "$(CFG)" == "stamplib - Win32 Profile"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "stamplib___Win32_Profile"
-# PROP BASE Intermediate_Dir "stamplib___Win32_Profile"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\lib\Profile"
-# PROP Intermediate_Dir "Profile-lib"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /Za /W3 /GX /Z7 /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\ample" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /YX /FD /c
-# ADD CPP /nologo /Za /W3 /GX /Z7 /Od /I ".." /I "..\cportlib" /I "..\opaclib" /I "..\ample" /I "../include" /D "_DEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ENDIF
-
-# Begin Target
-
-# Name "stamplib - Win32 Release"
-# Name "stamplib - Win32 Debug"
-# Name "stamplib - Win32 Profile"
-# Begin Source File
-
-SOURCE=.\dtbio.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\envchk.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\lexchg.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\menvck.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\synrsc.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\synth.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\syntst.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\sytest_l.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\sytest_y.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\tmatch.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\transfer.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\treplace.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\trules.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\tsdict.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\tsinit.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\tsutil.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\version.c
-# End Source File
-# End Target
-# End Project
diff --git a/pc-parse/stamp/readme.1st b/pc-parse/stamp/readme.1st
index 844888ef..7010773e 100644
--- a/pc-parse/stamp/readme.1st
+++ b/pc-parse/stamp/readme.1st
@@ -40,10 +40,3 @@ systems. It uses only the available memory below 640K.
Changes since version 1.5e have been made by Steve McConnel. Changes
prior to that were made by the programming staff at JAARS.
-Correspondence about bugs and other issues should be sent to
-
- Stephen McConnel email: steve@acadcomp.sil.org
- Academic Computing Department or steve.mcconnel@sil.org
- Summer Institute of Linguistics
- 7500 W. Camp Wisdom Road phone: (972)708-7361
- Dallas, TX 75236 U.S.A. fax: (972)708-7363