diff options
Diffstat (limited to 'BUILD')
27 files changed, 0 insertions, 5084 deletions
diff --git a/BUILD/VS2003/clean.bat b/BUILD/VS2003/clean.bat deleted file mode 100644 index 5920e4a6..00000000 --- a/BUILD/VS2003/clean.bat +++ /dev/null @@ -1,27 +0,0 @@ -@echo off -@rem $LynxId: clean.bat,v 1.1 2007/06/30 14:17:02 tom Exp $ -@rem Remove all build-products in subdirectories, leaving only sources (and unrecognized types) - -del/f/s/q *.aps -del/f/s/q *.bsc -del/f/s/q *.exe -del/f/s/q *.exp -del/f/s/q *.idb -del/f/s/q *.ilk -del/f/s/q *.lib -del/f/s/q *.ncb -del/f/s/q *.obj -del/f/s/q *.opt -del/f/s/q *.pch -del/f/s/q *.pdb -del/f/s/q *.plg -del/f/s/q *.res -del/f/s/q *.sbr -del/f/s/q *.suo - -del/f/s/q BuildLog.htm - -attrib +r *.h /s -attrib +r *.bat /s -attrib +r *.sln /s -attrib +r *.vcproj /s diff --git a/BUILD/VS2003/develop.bat b/BUILD/VS2003/develop.bat deleted file mode 100644 index 93509a64..00000000 --- a/BUILD/VS2003/develop.bat +++ /dev/null @@ -1,7 +0,0 @@ -@echo off -@rem $LynxId: develop.bat,v 1.2 2007/06/29 00:22:25 tom Exp $ -@rem ensure that all IDE files are writable - -attrib -r *.bat /s -attrib -r *.sln /s -attrib -r *.vcproj /s \ No newline at end of file diff --git a/BUILD/VS2003/lynx/lynx.sln b/BUILD/VS2003/lynx/lynx.sln deleted file mode 100644 index 68ee5005..00000000 --- a/BUILD/VS2003/lynx/lynx.sln +++ /dev/null @@ -1,30 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lynx", "lynx.vcproj", "{0CC852D4-5C5A-475B-9BBB-41A33309B0E5}" - ProjectSection(ProjectDependencies) = postProject - {C6C72FCE-5049-4D45-A7B2-586A80B6CC20} = {C6C72FCE-5049-4D45-A7B2-586A80B6CC20} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "makeuctb", "..\makeuctb\makeuctb.vcproj", "{C6C72FCE-5049-4D45-A7B2-586A80B6CC20}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - Debug = Debug - Release = Release - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {0CC852D4-5C5A-475B-9BBB-41A33309B0E5}.Debug.ActiveCfg = Debug|Win32 - {0CC852D4-5C5A-475B-9BBB-41A33309B0E5}.Debug.Build.0 = Debug|Win32 - {0CC852D4-5C5A-475B-9BBB-41A33309B0E5}.Release.ActiveCfg = Release|Win32 - {0CC852D4-5C5A-475B-9BBB-41A33309B0E5}.Release.Build.0 = Release|Win32 - {C6C72FCE-5049-4D45-A7B2-586A80B6CC20}.Debug.ActiveCfg = Debug|Win32 - {C6C72FCE-5049-4D45-A7B2-586A80B6CC20}.Debug.Build.0 = Debug|Win32 - {C6C72FCE-5049-4D45-A7B2-586A80B6CC20}.Release.ActiveCfg = Release|Win32 - {C6C72FCE-5049-4D45-A7B2-586A80B6CC20}.Release.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/BUILD/VS2003/lynx/lynx.vcproj b/BUILD/VS2003/lynx/lynx.vcproj deleted file mode 100644 index a75648f0..00000000 --- a/BUILD/VS2003/lynx/lynx.vcproj +++ /dev/null @@ -1,708 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="lynx" - ProjectGUID="{0CC852D4-5C5A-475B-9BBB-41A33309B0E5}" - Keyword="Win32Proj"> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="Debug" - IntermediateDirectory="Debug" - ConfigurationType="1" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories=".;..\..\..;..\..\..\lib;..\..\..\WWW\Library\Implementation;..\..\..\src\chrtrans;..\..\..\src" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;HAVE_CONFIG_H;DONT_HAVE_TM_GMTOFF;_WIN_CC" - MinimalRebuild="TRUE" - BasicRuntimeChecks="3" - RuntimeLibrary="5" - UsePrecompiledHeader="0" - WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="4"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="pdcurses.lib zlib.lib wsock32.lib" - OutputFile="$(OutDir)/lynx.exe" - LinkIncremental="2" - AdditionalLibraryDirectories="..\..\..\lib" - IgnoreDefaultLibraryNames="libcmt;libc" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile="$(OutDir)/lynx.pdb" - SubSystem="1" - TargetMachine="1"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="Release" - IntermediateDirectory="Release" - ConfigurationType="1" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories=".;..\..\..;..\..\..\lib;..\..\..\WWW\Library\Implementation;..\..\..\src\chrtrans;..\..\..\src" - PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H;DONT_HAVE_TM_GMTOFF;_WIN_CC" - RuntimeLibrary="4" - UsePrecompiledHeader="0" - WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="3"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="pdcurses.lib zlib.lib wsock32.lib" - OutputFile="$(OutDir)/lynx.exe" - LinkIncremental="1" - AdditionalLibraryDirectories="..\..\..\lib" - IgnoreAllDefaultLibraries="FALSE" - IgnoreDefaultLibraryNames="libcmt" - GenerateDebugInformation="TRUE" - SubSystem="1" - OptimizeReferences="2" - EnableCOMDATFolding="2" - TargetMachine="1"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> - <File - RelativePath="..\..\..\src\DefaultStyle.c"> - </File> - <File - RelativePath="..\..\..\lib\dirent.c"> - </File> - <File - RelativePath="..\..\..\src\GridText.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTAABrow.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTAAProt.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTAAUtil.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTAccess.c"> - </File> - <File - RelativePath="..\..\..\src\HTAlert.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTAnchor.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTAssoc.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTAtom.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTBTree.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTChunk.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTDOS.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTFile.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTFinger.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTFormat.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTFTP.c"> - </File> - <File - RelativePath="..\..\..\src\HTFWriter.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTGopher.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTGroup.c"> - </File> - <File - RelativePath="..\..\..\src\HTInit.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTLex.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTList.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTMIME.c"> - </File> - <File - RelativePath="..\..\..\src\HTML.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTMLDTD.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTMLGen.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTNews.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTParse.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTPlain.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTRules.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTString.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTStyle.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTTCP.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTTelnet.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTTP.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTUU.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTWSRC.c"> - </File> - <File - RelativePath="..\..\..\src\LYBookmark.c"> - </File> - <File - RelativePath="..\..\..\src\LYCgi.c"> - </File> - <File - RelativePath="..\..\..\src\LYCharSets.c"> - </File> - <File - RelativePath="..\..\..\src\LYCharUtils.c"> - </File> - <File - RelativePath="..\..\..\src\LYClean.c"> - </File> - <File - RelativePath="..\..\..\src\LYCookie.c"> - </File> - <File - RelativePath="..\..\..\src\LYCurses.c"> - </File> - <File - RelativePath="..\..\..\src\LYDownload.c"> - </File> - <File - RelativePath="..\..\..\src\LYEdit.c"> - </File> - <File - RelativePath="..\..\..\src\LYEditmap.c"> - </File> - <File - RelativePath="..\..\..\src\LYexit.c"> - </File> - <File - RelativePath="..\..\..\src\LYExtern.c"> - </File> - <File - RelativePath="..\..\..\src\LYForms.c"> - </File> - <File - RelativePath="..\..\..\src\LYGetFile.c"> - </File> - <File - RelativePath="..\..\..\src\LYHash.c"> - </File> - <File - RelativePath="..\..\..\src\LYHistory.c"> - </File> - <File - RelativePath="..\..\..\src\LYJump.c"> - </File> - <File - RelativePath="..\..\..\src\LYKeymap.c"> - </File> - <File - RelativePath="..\..\..\src\LYLeaks.c"> - </File> - <File - RelativePath="..\..\..\src\LYList.c"> - </File> - <File - RelativePath="..\..\..\src\LYLocal.c"> - </File> - <File - RelativePath="..\..\..\src\LYMail.c"> - </File> - <File - RelativePath="..\..\..\src\LYMain.c"> - </File> - <File - RelativePath="..\..\..\src\LYMainLoop.c"> - </File> - <File - RelativePath="..\..\..\src\LYMap.c"> - </File> - <File - RelativePath="..\..\..\src\LYmktime.c"> - </File> - <File - RelativePath="..\..\..\src\LYNews.c"> - </File> - <File - RelativePath="..\..\..\src\LYOptions.c"> - </File> - <File - RelativePath="..\..\..\src\LYPrettySrc.c"> - </File> - <File - RelativePath="..\..\..\src\LYPrint.c"> - </File> - <File - RelativePath="..\..\..\src\LYrcFile.c"> - </File> - <File - RelativePath="..\..\..\src\LYReadCFG.c"> - </File> - <File - RelativePath="..\..\..\src\LYSearch.c"> - </File> - <File - RelativePath="..\..\..\src\LYSession.c"> - </File> - <File - RelativePath="..\..\..\src\LYShowInfo.c"> - </File> - <File - RelativePath="..\..\..\src\LYStrings.c"> - </File> - <File - RelativePath="..\..\..\src\LYStyle.c"> - </File> - <File - RelativePath="..\..\..\src\LYTraversal.c"> - </File> - <File - RelativePath="..\..\..\src\LYUpload.c"> - </File> - <File - RelativePath="..\..\..\src\LYUtils.c"> - </File> - <File - RelativePath="..\..\..\src\mktime.c"> - </File> - <File - RelativePath="..\..\..\src\parsdate.c"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\SGML.c"> - </File> - <File - RelativePath="..\..\..\src\strstr.c"> - </File> - <File - RelativePath="..\..\..\src\TRSTable.c"> - </File> - <File - RelativePath="..\..\..\src\UCAuto.c"> - </File> - <File - RelativePath="..\..\..\src\UCAux.c"> - </File> - <File - RelativePath="..\..\..\src\UCdomap.c"> - </File> - <File - RelativePath="..\..\..\src\Xsystem.c"> - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl;inc;xsd" - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> - <File - RelativePath="..\..\..\src\AttrList.h"> - </File> - <File - RelativePath="..\..\..\lib\dirent.h"> - </File> - <File - RelativePath="..\..\..\src\GridText.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTAABrow.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTAAProt.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTAAUtil.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTAccess.h"> - </File> - <File - RelativePath="..\..\..\src\HTAlert.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTAnchor.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTAssoc.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTAtom.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTBTree.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTChunk.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTCJK.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTDOS.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HText.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTFile.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTFinger.h"> - </File> - <File - RelativePath="..\..\..\src\HTFont.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTFormat.h"> - </File> - <File - RelativePath="..\..\..\src\HTForms.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTFTP.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTFWriter.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTGopher.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTGroup.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTInit.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTioctl.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTLex.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTList.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTMIME.h"> - </File> - <File - RelativePath="..\..\..\src\HTML.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTMLDTD.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTMLGen.h"> - </File> - <File - RelativePath="..\..\..\src\HTNestedList.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTNews.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTParse.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTPlain.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTRules.h"> - </File> - <File - RelativePath="..\..\..\src\HTSaveToFile.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTStream.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTString.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTStyle.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTTCP.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTTelnet.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTTP.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\htutils.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTUU.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\HTWSRC.h"> - </File> - <File - RelativePath="..\..\..\src\LYBookmark.h"> - </File> - <File - RelativePath="..\..\..\src\LYCgi.h"> - </File> - <File - RelativePath="..\..\..\src\LYCharSets.h"> - </File> - <File - RelativePath="..\..\..\src\LYCharUtils.h"> - </File> - <File - RelativePath="..\..\..\src\LYCharVals.h"> - </File> - <File - RelativePath="..\..\..\src\LYClean.h"> - </File> - <File - RelativePath="..\..\..\src\LYCookie.h"> - </File> - <File - RelativePath="..\..\..\src\LYCurses.h"> - </File> - <File - RelativePath="..\..\..\src\LYDownload.h"> - </File> - <File - RelativePath="..\..\..\src\LYEdit.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\LYexit.h"> - </File> - <File - RelativePath="..\..\..\src\LYExtern.h"> - </File> - <File - RelativePath="..\..\..\src\LYGCurses.h"> - </File> - <File - RelativePath="..\..\..\src\LYGetFile.h"> - </File> - <File - RelativePath="..\..\..\src\LYGlobalDefs.h"> - </File> - <File - RelativePath="..\..\..\src\LYHash.h"> - </File> - <File - RelativePath="..\..\..\src\LYHistory.h"> - </File> - <File - RelativePath="..\..\..\src\LYJump.h"> - </File> - <File - RelativePath="..\..\..\src\LYJustify.h"> - </File> - <File - RelativePath="..\..\..\src\LYKeymap.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\LYLeaks.h"> - </File> - <File - RelativePath="..\..\..\src\LYList.h"> - </File> - <File - RelativePath="..\..\..\src\LYLocal.h"> - </File> - <File - RelativePath="..\..\..\src\LYMail.h"> - </File> - <File - RelativePath="..\..\..\src\LYMainLoop.h"> - </File> - <File - RelativePath="..\..\..\src\LYMap.h"> - </File> - <File - RelativePath="..\..\..\src\LYNews.h"> - </File> - <File - RelativePath=".\lynx_cfg.h"> - </File> - <File - RelativePath="..\..\..\src\LYOptions.h"> - </File> - <File - RelativePath="..\..\..\src\LYPrettySrc.h"> - </File> - <File - RelativePath="..\..\..\src\LYPrint.h"> - </File> - <File - RelativePath="..\..\..\src\LYrcFile.h"> - </File> - <File - RelativePath="..\..\..\src\LYReadCFG.h"> - </File> - <File - RelativePath="..\..\..\src\LYSearch.h"> - </File> - <File - RelativePath="..\..\..\src\LYSession.h"> - </File> - <File - RelativePath="..\..\..\src\LYShowInfo.h"> - </File> - <File - RelativePath="..\..\..\src\LYSignal.h"> - </File> - <File - RelativePath="..\..\..\src\LYStrings.h"> - </File> - <File - RelativePath="..\..\..\src\LYStructs.h"> - </File> - <File - RelativePath="..\..\..\src\LYStyle.h"> - </File> - <File - RelativePath="..\..\..\src\LYTraversal.h"> - </File> - <File - RelativePath="..\..\..\src\LYUpload.h"> - </File> - <File - RelativePath="..\..\..\src\LYUtils.h"> - </File> - <File - RelativePath="..\..\..\src\LYVMSdef.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\SGML.h"> - </File> - <File - RelativePath="..\..\..\src\structdump.h"> - </File> - <File - RelativePath="..\..\..\src\TRSTable.h"> - </File> - <File - RelativePath="..\..\..\src\UCAuto.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\UCAux.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\UCDefs.h"> - </File> - <File - RelativePath="..\..\..\src\UCdomap.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\UCMap.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\www_tcp.h"> - </File> - <File - RelativePath="..\..\..\Www\Library\Implementation\www_wait.h"> - </File> - </Filter> - <Filter - Name="Resource Files" - Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" - UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/BUILD/VS2003/lynx/lynx_cfg.h b/BUILD/VS2003/lynx/lynx_cfg.h deleted file mode 100644 index da393951..00000000 --- a/BUILD/VS2003/lynx/lynx_cfg.h +++ /dev/null @@ -1,68 +0,0 @@ -// $LynxId: lynx_cfg.h,v 1.4 2009/11/21 16:33:41 tom Exp $ -// definitions abstracted from makefile.msc - -#ifndef LYNX_CFG_H -#define LYNX_CFG_H 1 - -#define __WIN32__ -#define _WINDOWS -#define _WIN32_WINNT 0x0400 - -#define ACCESS_AUTH 1 -#define CJK_EX 1 -#define DIRED_SUPPORT 1 -#define DISP_PARTIAL 1 -#define DOSPATH 1 -#define EXP_ALT_BINDINGS 1 -#define EXP_NESTED_TABLES 1 -#define HAVE_KEYPAD 1 -#define HAVE_PUTENV 1 -#define LONG_LIST 1 -#define NDEBUG 1 -#define NOSIGHUP 1 -#define NOUSERS 1 -#define NO_CONFIG_INFO 1 -#define NO_CUSERID 1 -#define NO_FILIO_H 1 -#define NO_TTYTYPE 1 -#define NO_UNISTD_H 1 -#define NO_UTMP 1 -#define OK_OVERRIDE 1 -#define SH_EX 1 -#define USE_CMD_LOGGING 1 -#define USE_EXTERNALS 1 -#define USE_FILE_UPLOAD 1 -#define USE_JUSTIFY_ELTS 1 -#define USE_MULTIBYTE_CURSES 1 -#define USE_PERSISTENT_COOKIES 1 -#define USE_PRETTYSRC 1 -#define USE_READPROGRESS 1 -#define USE_SCROLLBAR 1 -#define USE_SOURCE_CACHE 1 -#define USE_ZLIB 1 -#define WIN_EX 1 - -// definitions to account for using this file (see HTUtils.h, userdefs.h) -#define ANSI_VARARGS 1 -#define HAVE_GETCWD 1 -#define HAVE_STDARG_H 1 -#define HAVE_STDLIB_H 1 -#define LYNX_CFG_FILE "./lynx.cfg" -#define UNDERLINE_LINKS FALSE -#define socklen_t int - -// configuration choices -#define PDCURSES 1 -#define USE_WINSOCK2_H 1 - -#ifdef PDCURSES -#define USE_COLOR_STYLE 1 -#define COLOR_CURSES 1 -#define FANCY_CURSES 1 -#endif - -#pragma warning (disable : 4244) /* conversion from 'xxx' to 'yyy', possible loss of data */ -#pragma warning (disable : 4267) /* conversion from 'xxx' to 'yyy', possible loss of data */ -#pragma warning (disable : 4311) /* 'type cast': pointer truncation from 'xxx' to 'yyy' FIXME */ - -#endif /* LYNX_CFG_H */ \ No newline at end of file diff --git a/BUILD/VS2003/makeuctb/makeuctb.sln b/BUILD/VS2003/makeuctb/makeuctb.sln deleted file mode 100644 index f8cfdbdd..00000000 --- a/BUILD/VS2003/makeuctb/makeuctb.sln +++ /dev/null @@ -1,21 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "makeuctb", "makeuctb.vcproj", "{C6C72FCE-5049-4D45-A7B2-586A80B6CC20}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - Debug = Debug - Release = Release - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {C6C72FCE-5049-4D45-A7B2-586A80B6CC20}.Debug.ActiveCfg = Debug|Win32 - {C6C72FCE-5049-4D45-A7B2-586A80B6CC20}.Debug.Build.0 = Debug|Win32 - {C6C72FCE-5049-4D45-A7B2-586A80B6CC20}.Release.ActiveCfg = Release|Win32 - {C6C72FCE-5049-4D45-A7B2-586A80B6CC20}.Release.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/BUILD/VS2003/makeuctb/makeuctb.vcproj b/BUILD/VS2003/makeuctb/makeuctb.vcproj deleted file mode 100644 index f217c67a..00000000 --- a/BUILD/VS2003/makeuctb/makeuctb.vcproj +++ /dev/null @@ -1,179 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="makeuctb" - ProjectGUID="{C6C72FCE-5049-4D45-A7B2-586A80B6CC20}" - RootNamespace="makeuctb" - Keyword="Win32Proj"> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="Debug" - IntermediateDirectory="Debug" - ConfigurationType="1" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\..\..;..\..\..\lib;..\..\..\WWW\Library\Implementation;..\..\..\src\chrtrans;..\..\..\src" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_MBCS;NO_UNISTD_H;_WINDOWS;__WIN32__" - MinimalRebuild="TRUE" - BasicRuntimeChecks="3" - RuntimeLibrary="5" - UsePrecompiledHeader="0" - WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="4"/> - <Tool - Name="VCCustomBuildTool" - CommandLine="setlocal -set MYDST=..\..\..\src\chrtrans -copy $(TargetPath) %MYDST% -cd %MYDST% -call makehdrs -endlocal" - Outputs="..\..\..\src\chrtrans\makeuctb.exe;..\..\..\src\chrtrans\def7_uni.h;..\..\..\src\chrtrans\cp1250_uni.h;..\..\..\src\chrtrans\cp1251_uni.h;..\..\..\src\chrtrans\cp1252_uni.h;..\..\..\src\chrtrans\cp1253_uni.h;..\..\..\src\chrtrans\cp1255_uni.h;..\..\..\src\chrtrans\cp1256_uni.h;..\..\..\src\chrtrans\cp1257_uni.h;..\..\..\src\chrtrans\cp437_uni.h;..\..\..\src\chrtrans\cp737_uni.h;..\..\..\src\chrtrans\cp775_uni.h;..\..\..\src\chrtrans\cp850_uni.h;..\..\..\src\chrtrans\cp852_uni.h;..\..\..\src\chrtrans\cp857_uni.h;..\..\..\src\chrtrans\cp862_uni.h;..\..\..\src\chrtrans\cp864_uni.h;..\..\..\src\chrtrans\cp866_uni.h;..\..\..\src\chrtrans\cp866u_uni.h;..\..\..\src\chrtrans\cp869_uni.h;..\..\..\src\chrtrans\dmcs_uni.h;..\..\..\src\chrtrans\hp_uni.h;..\..\..\src\chrtrans\iso01_uni.h;..\..\..\src\chrtrans\iso02_uni.h;..\..\..\src\chrtrans\iso03_uni.h;..\..\..\src\chrtrans\iso04_uni.h;..\..\..\src\chrtrans\iso05_uni.h;..\..\..\src\chrtrans\iso06_uni.h;..\..\..\src\chrtrans\iso07_uni.h;..\..\..\src\chrtrans\iso08_uni.h;..\..\..\src\chrtrans\iso09_uni.h;..\..\..\src\chrtrans\iso10_uni.h;..\..\..\src\chrtrans\iso13_uni.h;..\..\..\src\chrtrans\iso14_uni.h;..\..\..\src\chrtrans\iso15_uni.h;..\..\..\src\chrtrans\koi8r_uni.h;..\..\..\src\chrtrans\koi8u_uni.h;..\..\..\src\chrtrans\mac_uni.h;..\..\..\src\chrtrans\mnem2_suni.h;..\..\..\src\chrtrans\mnem_suni.h;..\..\..\src\chrtrans\next_uni.h;..\..\..\src\chrtrans\pt154_uni.h;..\..\..\src\chrtrans\rfc_suni.h;..\..\..\src\chrtrans\utf8_uni.h;..\..\..\src\chrtrans\viscii_uni.h"/> - <Tool - Name="VCLinkerTool" - OutputFile="$(OutDir)/makeuctb.exe" - LinkIncremental="2" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile="$(OutDir)/makeuctb.pdb" - SubSystem="1" - TargetMachine="1"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="Release" - IntermediateDirectory="Release" - ConfigurationType="1" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="..\..\..;..\..\..\lib;..\..\..\WWW\Library\Implementation;..\..\..\src\chrtrans;..\..\..\src" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_MBCS;NO_UNISTD_H;_WINDOWS;__WIN32__" - RuntimeLibrary="4" - UsePrecompiledHeader="0" - WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="3"/> - <Tool - Name="VCCustomBuildTool" - CommandLine="setlocal -set MYDST=..\..\..\src\chrtrans -copy $(TargetPath) %MYDST% -cd %MYDST% -call makehdrs -endlocal" - Outputs="..\..\..\src\chrtrans\makeuctb.exe;..\..\..\src\chrtrans\def7_uni.h;..\..\..\src\chrtrans\cp1250_uni.h;..\..\..\src\chrtrans\cp1251_uni.h;..\..\..\src\chrtrans\cp1252_uni.h;..\..\..\src\chrtrans\cp1253_uni.h;..\..\..\src\chrtrans\cp1255_uni.h;..\..\..\src\chrtrans\cp1256_uni.h;..\..\..\src\chrtrans\cp1257_uni.h;..\..\..\src\chrtrans\cp437_uni.h;..\..\..\src\chrtrans\cp737_uni.h;..\..\..\src\chrtrans\cp775_uni.h;..\..\..\src\chrtrans\cp850_uni.h;..\..\..\src\chrtrans\cp852_uni.h;..\..\..\src\chrtrans\cp857_uni.h;..\..\..\src\chrtrans\cp862_uni.h;..\..\..\src\chrtrans\cp864_uni.h;..\..\..\src\chrtrans\cp866_uni.h;..\..\..\src\chrtrans\cp866u_uni.h;..\..\..\src\chrtrans\cp869_uni.h;..\..\..\src\chrtrans\dmcs_uni.h;..\..\..\src\chrtrans\hp_uni.h;..\..\..\src\chrtrans\iso01_uni.h;..\..\..\src\chrtrans\iso02_uni.h;..\..\..\src\chrtrans\iso03_uni.h;..\..\..\src\chrtrans\iso04_uni.h;..\..\..\src\chrtrans\iso05_uni.h;..\..\..\src\chrtrans\iso06_uni.h;..\..\..\src\chrtrans\iso07_uni.h;..\..\..\src\chrtrans\iso08_uni.h;..\..\..\src\chrtrans\iso09_uni.h;..\..\..\src\chrtrans\iso10_uni.h;..\..\..\src\chrtrans\iso13_uni.h;..\..\..\src\chrtrans\iso14_uni.h;..\..\..\src\chrtrans\iso15_uni.h;..\..\..\src\chrtrans\koi8r_uni.h;..\..\..\src\chrtrans\koi8u_uni.h;..\..\..\src\chrtrans\mac_uni.h;..\..\..\src\chrtrans\mnem2_suni.h;..\..\..\src\chrtrans\mnem_suni.h;..\..\..\src\chrtrans\next_uni.h;..\..\..\src\chrtrans\pt154_uni.h;..\..\..\src\chrtrans\rfc_suni.h;..\..\..\src\chrtrans\utf8_uni.h;..\..\..\src\chrtrans\viscii_uni.h"/> - <Tool - Name="VCLinkerTool" - OutputFile="$(OutDir)/makeuctb.exe" - LinkIncremental="1" - GenerateDebugInformation="TRUE" - SubSystem="1" - OptimizeReferences="2" - EnableCOMDATFolding="2" - TargetMachine="1"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> - <File - RelativePath="..\..\..\src\chrtrans\makeuctb.c"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - ObjectFile="$(IntDir)/$(InputName)1.obj"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - ObjectFile="$(IntDir)/$(InputName)1.obj"/> - </FileConfiguration> - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl;inc;xsd" - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> - <File - RelativePath="..\..\..\src\chrtrans\caselower.h"> - </File> - <File - RelativePath="..\..\..\src\chrtrans\entities.h"> - </File> - <File - RelativePath="..\..\..\src\chrtrans\jcuken_kb.h"> - </File> - <File - RelativePath="..\..\..\src\chrtrans\rot13_kb.h"> - </File> - <File - RelativePath="..\..\..\src\chrtrans\UCkd.h"> - </File> - <File - RelativePath="..\..\..\src\chrtrans\yawerty_kb.h"> - </File> - </Filter> - <Filter - Name="Resource Files" - Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" - UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/BUILD/VS2005X/clean.bat b/BUILD/VS2005X/clean.bat deleted file mode 100644 index 84d35a15..00000000 --- a/BUILD/VS2005X/clean.bat +++ /dev/null @@ -1,31 +0,0 @@ -@echo off -@rem $LynxId: clean.bat,v 1.1 2007/06/30 14:16:07 tom Exp $ -@rem Remove all build-products in subdirectories, leaving only sources (and unrecognized types) - -del/f/s/q *.aps -del/f/s/q *.bsc -del/f/s/q *.dep -del/f/s/q *.exe -del/f/s/q *.exp -del/f/s/q *.i -del/f/s/q *.idb -del/f/s/q *.ilk -del/f/s/q *.lib -del/f/s/q *.ncb -del/f/s/q *.obj -del/f/s/q *.opt -del/f/s/q *.pch -del/f/s/q *.pdb -del/f/s/q *.plg -del/f/s/q *.res -del/f/s/q *.sbr -del/f/s/q *.suo - -del/f/s/q *.manifest -del/f/s/q *.user -del/f/s/q BuildLog.htm - -attrib +r *.h /s -attrib +r *.bat /s -attrib +r *.sln /s -attrib +r *.vcproj /s diff --git a/BUILD/VS2005X/develop.bat b/BUILD/VS2005X/develop.bat deleted file mode 100644 index 93509a64..00000000 --- a/BUILD/VS2005X/develop.bat +++ /dev/null @@ -1,7 +0,0 @@ -@echo off -@rem $LynxId: develop.bat,v 1.2 2007/06/29 00:22:25 tom Exp $ -@rem ensure that all IDE files are writable - -attrib -r *.bat /s -attrib -r *.sln /s -attrib -r *.vcproj /s \ No newline at end of file diff --git a/BUILD/VS2005X/lynx/lynx.sln b/BUILD/VS2005X/lynx/lynx.sln deleted file mode 100644 index b4d9bc41..00000000 --- a/BUILD/VS2005X/lynx/lynx.sln +++ /dev/null @@ -1,29 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual C++ Express 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lynx", "lynx.vcproj", "{77B6BED2-257D-4F7D-AA1B-D180875BD3BF}" - ProjectSection(ProjectDependencies) = postProject - {3EF8C45C-FC77-47B8-A5B6-5F9034ECE06E} = {3EF8C45C-FC77-47B8-A5B6-5F9034ECE06E} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "makeuctb", "..\makeuctb\makeuctb.vcproj", "{3EF8C45C-FC77-47B8-A5B6-5F9034ECE06E}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {77B6BED2-257D-4F7D-AA1B-D180875BD3BF}.Debug|Win32.ActiveCfg = Debug|Win32 - {77B6BED2-257D-4F7D-AA1B-D180875BD3BF}.Debug|Win32.Build.0 = Debug|Win32 - {77B6BED2-257D-4F7D-AA1B-D180875BD3BF}.Release|Win32.ActiveCfg = Release|Win32 - {77B6BED2-257D-4F7D-AA1B-D180875BD3BF}.Release|Win32.Build.0 = Release|Win32 - {3EF8C45C-FC77-47B8-A5B6-5F9034ECE06E}.Debug|Win32.ActiveCfg = Debug|Win32 - {3EF8C45C-FC77-47B8-A5B6-5F9034ECE06E}.Debug|Win32.Build.0 = Debug|Win32 - {3EF8C45C-FC77-47B8-A5B6-5F9034ECE06E}.Release|Win32.ActiveCfg = Release|Win32 - {3EF8C45C-FC77-47B8-A5B6-5F9034ECE06E}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/BUILD/VS2005X/lynx/lynx.vcproj b/BUILD/VS2005X/lynx/lynx.vcproj deleted file mode 100644 index 032e3b73..00000000 --- a/BUILD/VS2005X/lynx/lynx.vcproj +++ /dev/null @@ -1,950 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="lynx" - ProjectGUID="{77B6BED2-257D-4F7D-AA1B-D180875BD3BF}" - RootNamespace="lynx" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="1" - CharacterSet="1" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\lynx;"$(SolutionDir)..\..\..";"$(SolutionDir)..\..\..\lib";"$(SolutionDir)..\..\..\WWW\Library\Implementation";"$(SolutionDir)..\..\..\src";"$(SolutionDir)..\..\..\src\chrtrans"" - PreprocessorDefinitions="WIN32;_CONSOLE;HAVE_CONFIG_H;DONT_HAVE_TM_GMTOFF;_WIN_CC" - GeneratePreprocessedFile="0" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - UsePrecompiledHeader="0" - WarningLevel="3" - Detect64BitPortabilityProblems="true" - DebugInformationFormat="4" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="pdcurses.lib zlib.lib wsock32.lib user32.lib advapi32.lib" - LinkIncremental="2" - AdditionalLibraryDirectories=""$(VcInstallDir)lib";"$(SolutionDir)\lib";"$(SolutionDir)..\..\..\lib"" - IgnoreDefaultLibraryNames="libc;libcmt" - GenerateDebugInformation="true" - SubSystem="1" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="1" - CharacterSet="1" - WholeProgramOptimization="1" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="..\lynx;"$(SolutionDir)..\..\..";"$(SolutionDir)..\..\..\lib";"$(SolutionDir)..\..\..\WWW\Library\Implementation";"$(SolutionDir)..\..\..\src";"$(SolutionDir)..\..\..\src\chrtrans"" - PreprocessorDefinitions="WIN32;_CONSOLE;_MBCS;HAVE_CONFIG_H;DONT_HAVE_TM_GMTOFF;_WIN_CC" - RuntimeLibrary="2" - UsePrecompiledHeader="0" - WarningLevel="3" - Detect64BitPortabilityProblems="true" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="pdcurses.lib zlib.lib wsock32.lib user32.lib advapi32.lib" - LinkIncremental="1" - AdditionalLibraryDirectories=""$(VcInstallDir)lib";"$(SolutionDir)\lib";"$(SolutionDir)..\..\..\lib"" - IgnoreDefaultLibraryNames="libc;libcmt" - GenerateDebugInformation="true" - SubSystem="1" - OptimizeReferences="2" - EnableCOMDATFolding="2" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" - > - <File - RelativePath="..\..\..\src\DefaultStyle.c" - > - </File> - <File - RelativePath="..\..\..\lib\dirent.c" - > - </File> - <File - RelativePath="..\..\..\src\GridText.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAABrow.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAAProt.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAAUtil.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAccess.c" - > - </File> - <File - RelativePath="..\..\..\src\HTAlert.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAnchor.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAssoc.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAtom.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTBTree.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTChunk.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTDOS.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTFile.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTFinger.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTFormat.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTFTP.c" - > - </File> - <File - RelativePath="..\..\..\src\HTFWriter.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTGopher.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTGroup.c" - > - </File> - <File - RelativePath="..\..\..\src\HTInit.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTLex.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTList.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTMIME.c" - > - </File> - <File - RelativePath="..\..\..\src\HTML.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTMLDTD.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTMLGen.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTNews.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTParse.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTPlain.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTRules.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTString.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTStyle.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTTCP.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTTelnet.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTTP.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTUU.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTWSRC.c" - > - </File> - <File - RelativePath="..\..\..\src\LYBookmark.c" - > - </File> - <File - RelativePath="..\..\..\src\LYCgi.c" - > - </File> - <File - RelativePath="..\..\..\src\LYCharSets.c" - > - </File> - <File - RelativePath="..\..\..\src\LYCharUtils.c" - > - </File> - <File - RelativePath="..\..\..\src\LYClean.c" - > - </File> - <File - RelativePath="..\..\..\src\LYCookie.c" - > - </File> - <File - RelativePath="..\..\..\src\LYCurses.c" - > - </File> - <File - RelativePath="..\..\..\src\LYDownload.c" - > - </File> - <File - RelativePath="..\..\..\src\LYEdit.c" - > - </File> - <File - RelativePath="..\..\..\src\LYEditmap.c" - > - </File> - <File - RelativePath="..\..\..\src\LYexit.c" - > - </File> - <File - RelativePath="..\..\..\src\LYExtern.c" - > - </File> - <File - RelativePath="..\..\..\src\LYForms.c" - > - </File> - <File - RelativePath="..\..\..\src\LYGetFile.c" - > - </File> - <File - RelativePath="..\..\..\src\LYHash.c" - > - </File> - <File - RelativePath="..\..\..\src\LYHistory.c" - > - </File> - <File - RelativePath="..\..\..\src\LYJump.c" - > - </File> - <File - RelativePath="..\..\..\src\LYKeymap.c" - > - </File> - <File - RelativePath="..\..\..\src\LYLeaks.c" - > - </File> - <File - RelativePath="..\..\..\src\LYList.c" - > - </File> - <File - RelativePath="..\..\..\src\LYLocal.c" - > - </File> - <File - RelativePath="..\..\..\src\LYMail.c" - > - </File> - <File - RelativePath="..\..\..\src\LYMain.c" - > - </File> - <File - RelativePath="..\..\..\src\LYMainLoop.c" - > - </File> - <File - RelativePath="..\..\..\src\LYMap.c" - > - </File> - <File - RelativePath="..\..\..\src\LYmktime.c" - > - </File> - <File - RelativePath="..\..\..\src\LYNews.c" - > - </File> - <File - RelativePath="..\..\..\src\LYOptions.c" - > - </File> - <File - RelativePath="..\..\..\src\LYPrettySrc.c" - > - </File> - <File - RelativePath="..\..\..\src\LYPrint.c" - > - </File> - <File - RelativePath="..\..\..\src\LYrcFile.c" - > - </File> - <File - RelativePath="..\..\..\src\LYReadCFG.c" - > - </File> - <File - RelativePath="..\..\..\src\LYSearch.c" - > - </File> - <File - RelativePath="..\..\..\src\LYSession.c" - > - </File> - <File - RelativePath="..\..\..\src\LYShowInfo.c" - > - </File> - <File - RelativePath="..\..\..\src\LYStrings.c" - > - </File> - <File - RelativePath="..\..\..\src\LYStyle.c" - > - </File> - <File - RelativePath="..\..\..\src\LYTraversal.c" - > - </File> - <File - RelativePath="..\..\..\src\LYUpload.c" - > - </File> - <File - RelativePath="..\..\..\src\LYUtils.c" - > - </File> - <File - RelativePath="..\..\..\src\parsdate.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\SGML.c" - > - </File> - <File - RelativePath="..\..\..\src\TRSTable.c" - > - </File> - <File - RelativePath="..\..\..\src\UCAuto.c" - > - </File> - <File - RelativePath="..\..\..\src\UCAux.c" - > - </File> - <File - RelativePath="..\..\..\src\UCdomap.c" - > - </File> - <File - RelativePath="..\..\..\src\Xsystem.c" - > - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl;inc;xsd" - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" - > - <File - RelativePath="..\..\..\src\AttrList.h" - > - </File> - <File - RelativePath="..\..\..\src\GridText.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAABrow.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAAProt.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAAUtil.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAccess.h" - > - </File> - <File - RelativePath="..\..\..\src\HTAlert.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAnchor.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAssoc.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAtom.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTBTree.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTChunk.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTCJK.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTDOS.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HText.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTFile.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTFinger.h" - > - </File> - <File - RelativePath="..\..\..\src\HTFont.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTFormat.h" - > - </File> - <File - RelativePath="..\..\..\src\HTForms.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTFTP.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTFWriter.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTGopher.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTGroup.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTInit.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTioctl.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTLex.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTList.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTMIME.h" - > - </File> - <File - RelativePath="..\..\..\src\HTML.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTMLDTD.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTMLGen.h" - > - </File> - <File - RelativePath="..\..\..\src\HTNestedList.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTNews.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTParse.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTPlain.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTRules.h" - > - </File> - <File - RelativePath="..\..\..\src\HTSaveToFile.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTStream.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTString.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTStyle.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTTCP.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTTelnet.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTTP.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\htutils.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTUU.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTWSRC.h" - > - </File> - <File - RelativePath="..\..\..\src\LYBookmark.h" - > - </File> - <File - RelativePath="..\..\..\src\LYCgi.h" - > - </File> - <File - RelativePath="..\..\..\src\LYCharSets.h" - > - </File> - <File - RelativePath="..\..\..\src\LYCharUtils.h" - > - </File> - <File - RelativePath="..\..\..\src\LYCharVals.h" - > - </File> - <File - RelativePath="..\..\..\src\LYClean.h" - > - </File> - <File - RelativePath="..\..\..\src\LYCookie.h" - > - </File> - <File - RelativePath="..\..\..\src\LYCurses.h" - > - </File> - <File - RelativePath="..\..\..\src\LYDownload.h" - > - </File> - <File - RelativePath="..\..\..\src\LYEdit.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\LYexit.h" - > - </File> - <File - RelativePath="..\..\..\src\LYExtern.h" - > - </File> - <File - RelativePath="..\..\..\src\LYGCurses.h" - > - </File> - <File - RelativePath="..\..\..\src\LYGetFile.h" - > - </File> - <File - RelativePath="..\..\..\src\LYGlobalDefs.h" - > - </File> - <File - RelativePath="..\..\..\src\LYHash.h" - > - </File> - <File - RelativePath="..\..\..\src\LYHistory.h" - > - </File> - <File - RelativePath="..\..\..\src\LYJump.h" - > - </File> - <File - RelativePath="..\..\..\src\LYJustify.h" - > - </File> - <File - RelativePath="..\..\..\src\LYKeymap.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\LYLeaks.h" - > - </File> - <File - RelativePath="..\..\..\src\LYList.h" - > - </File> - <File - RelativePath="..\..\..\src\LYLocal.h" - > - </File> - <File - RelativePath="..\..\..\src\LYMail.h" - > - </File> - <File - RelativePath="..\..\..\src\LYMainLoop.h" - > - </File> - <File - RelativePath="..\..\..\src\LYMap.h" - > - </File> - <File - RelativePath="..\..\..\src\LYNews.h" - > - </File> - <File - RelativePath=".\lynx_cfg.h" - > - </File> - <File - RelativePath="..\..\..\src\LYOptions.h" - > - </File> - <File - RelativePath="..\..\..\src\LYPrettySrc.h" - > - </File> - <File - RelativePath="..\..\..\src\LYPrint.h" - > - </File> - <File - RelativePath="..\..\..\src\LYrcFile.h" - > - </File> - <File - RelativePath="..\..\..\src\LYReadCFG.h" - > - </File> - <File - RelativePath="..\..\..\src\LYSearch.h" - > - </File> - <File - RelativePath="..\..\..\src\LYSession.h" - > - </File> - <File - RelativePath="..\..\..\src\LYShowInfo.h" - > - </File> - <File - RelativePath="..\..\..\src\LYSignal.h" - > - </File> - <File - RelativePath="..\..\..\src\LYStrings.h" - > - </File> - <File - RelativePath="..\..\..\src\LYStructs.h" - > - </File> - <File - RelativePath="..\..\..\src\LYStyle.h" - > - </File> - <File - RelativePath="..\..\..\src\LYTraversal.h" - > - </File> - <File - RelativePath="..\..\..\src\LYUpload.h" - > - </File> - <File - RelativePath="..\..\..\src\LYUtils.h" - > - </File> - <File - RelativePath="..\..\..\src\LYVMSdef.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\SGML.h" - > - </File> - <File - RelativePath="..\..\..\src\structdump.h" - > - </File> - <File - RelativePath="..\..\..\src\TRSTable.h" - > - </File> - <File - RelativePath="..\..\..\src\UCAuto.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\UCAux.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\UCDefs.h" - > - </File> - <File - RelativePath="..\..\..\src\UCdomap.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\UCMap.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\www_tcp.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\www_wait.h" - > - </File> - </Filter> - <Filter - Name="Resource Files" - Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" - UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" - > - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/BUILD/VS2005X/lynx/lynx_cfg.h b/BUILD/VS2005X/lynx/lynx_cfg.h deleted file mode 100644 index 5a6fe71d..00000000 --- a/BUILD/VS2005X/lynx/lynx_cfg.h +++ /dev/null @@ -1,70 +0,0 @@ -// $LynxId: lynx_cfg.h,v 1.3 2009/11/21 16:33:41 tom Exp $ -// definitions abstracted from makefile.msc - -#ifndef LYNX_CFG_H -#define LYNX_CFG_H 1 - -#define __WIN32__ -#define _WINDOWS -#define _WIN32_WINNT 0x0400 -#define WIN32_LEAN_AND_MEAN 1 // fixes redefinition of winsock2.h - -#define ACCESS_AUTH 1 -#define CJK_EX 1 -#define DIRED_SUPPORT 1 -#define DISP_PARTIAL 1 -#define DOSPATH 1 -#define EXP_ALT_BINDINGS 1 -#define EXP_NESTED_TABLES 1 -#define HAVE_KEYPAD 1 -#define HAVE_PUTENV 1 -#define LONG_LIST 1 -#define NDEBUG 1 -#define NOSIGHUP 1 -#define NOUSERS 1 -#define NO_CONFIG_INFO 1 -#define NO_CUSERID 1 -#define NO_FILIO_H 1 -#define NO_TTYTYPE 1 -#define NO_UNISTD_H 1 -#define NO_UTMP 1 -#define OK_OVERRIDE 1 -#define SH_EX 1 -#define USE_CMD_LOGGING 1 -#define USE_EXTERNALS 1 -#define USE_FILE_UPLOAD 1 -#define USE_JUSTIFY_ELTS 1 -#define USE_MULTIBYTE_CURSES 1 -#define USE_PERSISTENT_COOKIES 1 -#define USE_PRETTYSRC 1 -#define USE_READPROGRESS 1 -#define USE_SCROLLBAR 1 -#define USE_SOURCE_CACHE 1 -#define USE_ZLIB 1 -#define WIN_EX 1 - -// definitions to account for using this file (see HTUtils.h, userdefs.h) -#define ANSI_VARARGS 1 -#define HAVE_GETCWD 1 -#define HAVE_STDARG_H 1 -#define HAVE_STDLIB_H 1 -#define LYNX_CFG_FILE "./lynx.cfg" -#define UNDERLINE_LINKS FALSE -#define socklen_t int - -// configuration choices -#define PDCURSES 1 -#define USE_WINSOCK2_H 1 - -#ifdef PDCURSES -#define USE_COLOR_STYLE 1 -#define COLOR_CURSES 1 -#define FANCY_CURSES 1 -#endif - -#pragma warning (disable : 4244) /* conversion from 'xxx' to 'yyy', possible loss of data */ -#pragma warning (disable : 4267) /* conversion from 'xxx' to 'yyy', possible loss of data */ -#pragma warning (disable : 4311) /* 'type cast': pointer truncation from 'xxx' to 'yyy' FIXME */ -#pragma warning (disable : 4996) /* 'xxx': This function or variable may be unsafe. Consider using yyy instead. */ - -#endif /* LYNX_CFG_H */ \ No newline at end of file diff --git a/BUILD/VS2005X/makeuctb/makeuctb.sln b/BUILD/VS2005X/makeuctb/makeuctb.sln deleted file mode 100644 index ebcb3e28..00000000 --- a/BUILD/VS2005X/makeuctb/makeuctb.sln +++ /dev/null @@ -1,20 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual C++ Express 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "makeuctb", "makeuctb.vcproj", "{3EF8C45C-FC77-47B8-A5B6-5F9034ECE06E}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {3EF8C45C-FC77-47B8-A5B6-5F9034ECE06E}.Debug|Win32.ActiveCfg = Debug|Win32 - {3EF8C45C-FC77-47B8-A5B6-5F9034ECE06E}.Debug|Win32.Build.0 = Debug|Win32 - {3EF8C45C-FC77-47B8-A5B6-5F9034ECE06E}.Release|Win32.ActiveCfg = Release|Win32 - {3EF8C45C-FC77-47B8-A5B6-5F9034ECE06E}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/BUILD/VS2005X/makeuctb/makeuctb.vcproj b/BUILD/VS2005X/makeuctb/makeuctb.vcproj deleted file mode 100644 index fce60eb9..00000000 --- a/BUILD/VS2005X/makeuctb/makeuctb.vcproj +++ /dev/null @@ -1,227 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="makeuctb" - ProjectGUID="{3EF8C45C-FC77-47B8-A5B6-5F9034ECE06E}" - RootNamespace="makeuctb" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="1" - CharacterSet="1" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - CommandLine="setlocal
set MYDST=..\..\..\src\chrtrans
copy $(TargetPath) %MYDST%
cd %MYDST%
call makehdrs
endlocal" - Outputs="..\..\..\src\chrtrans\makeuctb.exe;..\..\..\src\chrtrans\def7_uni.h;..\..\..\src\chrtrans\cp1250_uni.h;..\..\..\src\chrtrans\cp1251_uni.h;..\..\..\src\chrtrans\cp1252_uni.h;..\..\..\src\chrtrans\cp1253_uni.h;..\..\..\src\chrtrans\cp1255_uni.h;..\..\..\src\chrtrans\cp1256_uni.h;..\..\..\src\chrtrans\cp1257_uni.h;..\..\..\src\chrtrans\cp437_uni.h;..\..\..\src\chrtrans\cp737_uni.h;..\..\..\src\chrtrans\cp775_uni.h;..\..\..\src\chrtrans\cp850_uni.h;..\..\..\src\chrtrans\cp852_uni.h;..\..\..\src\chrtrans\cp857_uni.h;..\..\..\src\chrtrans\cp862_uni.h;..\..\..\src\chrtrans\cp864_uni.h;..\..\..\src\chrtrans\cp866_uni.h;..\..\..\src\chrtrans\cp866u_uni.h;..\..\..\src\chrtrans\cp869_uni.h;..\..\..\src\chrtrans\dmcs_uni.h;..\..\..\src\chrtrans\hp_uni.h;..\..\..\src\chrtrans\iso01_uni.h;..\..\..\src\chrtrans\iso02_uni.h;..\..\..\src\chrtrans\iso03_uni.h;..\..\..\src\chrtrans\iso04_uni.h;..\..\..\src\chrtrans\iso05_uni.h;..\..\..\src\chrtrans\iso06_uni.h;..\..\..\src\chrtrans\iso07_uni.h;..\..\..\src\chrtrans\iso08_uni.h;..\..\..\src\chrtrans\iso09_uni.h;..\..\..\src\chrtrans\iso10_uni.h;..\..\..\src\chrtrans\iso13_uni.h;..\..\..\src\chrtrans\iso14_uni.h;..\..\..\src\chrtrans\iso15_uni.h;..\..\..\src\chrtrans\koi8r_uni.h;..\..\..\src\chrtrans\koi8u_uni.h;..\..\..\src\chrtrans\mac_uni.h;..\..\..\src\chrtrans\mnem2_suni.h;..\..\..\src\chrtrans\mnem_suni.h;..\..\..\src\chrtrans\next_uni.h;..\..\..\src\chrtrans\pt154_uni.h;..\..\..\src\chrtrans\rfc_suni.h;..\..\..\src\chrtrans\utf8_uni.h;..\..\..\src\chrtrans\viscii_uni.h" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\lynx;"$(SolutionDir)..\..\..";"$(SolutionDir)..\..\..\lib";"$(SolutionDir)..\..\..\WWW\Library\Implementation";"$(SolutionDir)..\..\..\src";"$(SolutionDir)..\..\..\src\chrtrans"" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_MBCS;HAVE_CONFIG_H" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - UsePrecompiledHeader="0" - WarningLevel="3" - Detect64BitPortabilityProblems="true" - DebugInformationFormat="4" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - LinkIncremental="2" - GenerateDebugInformation="true" - SubSystem="1" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="1" - CharacterSet="1" - WholeProgramOptimization="1" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - CommandLine="setlocal
set MYDST=..\..\..\src\chrtrans
copy $(TargetPath) %MYDST%
cd %MYDST%
call makehdrs
endlocal" - Outputs="..\..\..\src\chrtrans\makeuctb.exe;..\..\..\src\chrtrans\def7_uni.h;..\..\..\src\chrtrans\cp1250_uni.h;..\..\..\src\chrtrans\cp1251_uni.h;..\..\..\src\chrtrans\cp1252_uni.h;..\..\..\src\chrtrans\cp1253_uni.h;..\..\..\src\chrtrans\cp1255_uni.h;..\..\..\src\chrtrans\cp1256_uni.h;..\..\..\src\chrtrans\cp1257_uni.h;..\..\..\src\chrtrans\cp437_uni.h;..\..\..\src\chrtrans\cp737_uni.h;..\..\..\src\chrtrans\cp775_uni.h;..\..\..\src\chrtrans\cp850_uni.h;..\..\..\src\chrtrans\cp852_uni.h;..\..\..\src\chrtrans\cp857_uni.h;..\..\..\src\chrtrans\cp862_uni.h;..\..\..\src\chrtrans\cp864_uni.h;..\..\..\src\chrtrans\cp866_uni.h;..\..\..\src\chrtrans\cp866u_uni.h;..\..\..\src\chrtrans\cp869_uni.h;..\..\..\src\chrtrans\dmcs_uni.h;..\..\..\src\chrtrans\hp_uni.h;..\..\..\src\chrtrans\iso01_uni.h;..\..\..\src\chrtrans\iso02_uni.h;..\..\..\src\chrtrans\iso03_uni.h;..\..\..\src\chrtrans\iso04_uni.h;..\..\..\src\chrtrans\iso05_uni.h;..\..\..\src\chrtrans\iso06_uni.h;..\..\..\src\chrtrans\iso07_uni.h;..\..\..\src\chrtrans\iso08_uni.h;..\..\..\src\chrtrans\iso09_uni.h;..\..\..\src\chrtrans\iso10_uni.h;..\..\..\src\chrtrans\iso13_uni.h;..\..\..\src\chrtrans\iso14_uni.h;..\..\..\src\chrtrans\iso15_uni.h;..\..\..\src\chrtrans\koi8r_uni.h;..\..\..\src\chrtrans\koi8u_uni.h;..\..\..\src\chrtrans\mac_uni.h;..\..\..\src\chrtrans\mnem2_suni.h;..\..\..\src\chrtrans\mnem_suni.h;..\..\..\src\chrtrans\next_uni.h;..\..\..\src\chrtrans\pt154_uni.h;..\..\..\src\chrtrans\rfc_suni.h;..\..\..\src\chrtrans\utf8_uni.h;..\..\..\src\chrtrans\viscii_uni.h" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="..\lynx;"$(SolutionDir)..\..\..";"$(SolutionDir)..\..\..\lib";"$(SolutionDir)..\..\..\WWW\Library\Implementation";"$(SolutionDir)..\..\..\src";"$(SolutionDir)..\..\..\src\chrtrans"" - PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H" - RuntimeLibrary="2" - UsePrecompiledHeader="0" - WarningLevel="3" - Detect64BitPortabilityProblems="true" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - LinkIncremental="1" - GenerateDebugInformation="true" - SubSystem="1" - OptimizeReferences="2" - EnableCOMDATFolding="2" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" - > - <File - RelativePath="..\..\..\src\chrtrans\makeuctb.c" - > - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl;inc;xsd" - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" - > - <File - RelativePath="..\..\..\src\chrtrans\caselower.h" - > - </File> - <File - RelativePath="..\..\..\src\chrtrans\entities.h" - > - </File> - <File - RelativePath="..\..\..\src\chrtrans\jcuken_kb.h" - > - </File> - <File - RelativePath="..\..\..\src\chrtrans\rot13_kb.h" - > - </File> - <File - RelativePath="..\..\..\src\chrtrans\UCkd.h" - > - </File> - <File - RelativePath="..\..\..\src\chrtrans\yawerty_kb.h" - > - </File> - </Filter> - <Filter - Name="Resource Files" - Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" - UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" - > - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/BUILD/VS2008X/clean.bat b/BUILD/VS2008X/clean.bat deleted file mode 100644 index 84d35a15..00000000 --- a/BUILD/VS2008X/clean.bat +++ /dev/null @@ -1,31 +0,0 @@ -@echo off -@rem $LynxId: clean.bat,v 1.1 2007/06/30 14:16:07 tom Exp $ -@rem Remove all build-products in subdirectories, leaving only sources (and unrecognized types) - -del/f/s/q *.aps -del/f/s/q *.bsc -del/f/s/q *.dep -del/f/s/q *.exe -del/f/s/q *.exp -del/f/s/q *.i -del/f/s/q *.idb -del/f/s/q *.ilk -del/f/s/q *.lib -del/f/s/q *.ncb -del/f/s/q *.obj -del/f/s/q *.opt -del/f/s/q *.pch -del/f/s/q *.pdb -del/f/s/q *.plg -del/f/s/q *.res -del/f/s/q *.sbr -del/f/s/q *.suo - -del/f/s/q *.manifest -del/f/s/q *.user -del/f/s/q BuildLog.htm - -attrib +r *.h /s -attrib +r *.bat /s -attrib +r *.sln /s -attrib +r *.vcproj /s diff --git a/BUILD/VS2008X/develop.bat b/BUILD/VS2008X/develop.bat deleted file mode 100644 index 93509a64..00000000 --- a/BUILD/VS2008X/develop.bat +++ /dev/null @@ -1,7 +0,0 @@ -@echo off -@rem $LynxId: develop.bat,v 1.2 2007/06/29 00:22:25 tom Exp $ -@rem ensure that all IDE files are writable - -attrib -r *.bat /s -attrib -r *.sln /s -attrib -r *.vcproj /s \ No newline at end of file diff --git a/BUILD/VS2008X/lynx/lynx.sln b/BUILD/VS2008X/lynx/lynx.sln deleted file mode 100644 index b4d9bc41..00000000 --- a/BUILD/VS2008X/lynx/lynx.sln +++ /dev/null @@ -1,29 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual C++ Express 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lynx", "lynx.vcproj", "{77B6BED2-257D-4F7D-AA1B-D180875BD3BF}" - ProjectSection(ProjectDependencies) = postProject - {3EF8C45C-FC77-47B8-A5B6-5F9034ECE06E} = {3EF8C45C-FC77-47B8-A5B6-5F9034ECE06E} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "makeuctb", "..\makeuctb\makeuctb.vcproj", "{3EF8C45C-FC77-47B8-A5B6-5F9034ECE06E}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {77B6BED2-257D-4F7D-AA1B-D180875BD3BF}.Debug|Win32.ActiveCfg = Debug|Win32 - {77B6BED2-257D-4F7D-AA1B-D180875BD3BF}.Debug|Win32.Build.0 = Debug|Win32 - {77B6BED2-257D-4F7D-AA1B-D180875BD3BF}.Release|Win32.ActiveCfg = Release|Win32 - {77B6BED2-257D-4F7D-AA1B-D180875BD3BF}.Release|Win32.Build.0 = Release|Win32 - {3EF8C45C-FC77-47B8-A5B6-5F9034ECE06E}.Debug|Win32.ActiveCfg = Debug|Win32 - {3EF8C45C-FC77-47B8-A5B6-5F9034ECE06E}.Debug|Win32.Build.0 = Debug|Win32 - {3EF8C45C-FC77-47B8-A5B6-5F9034ECE06E}.Release|Win32.ActiveCfg = Release|Win32 - {3EF8C45C-FC77-47B8-A5B6-5F9034ECE06E}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/BUILD/VS2008X/lynx/lynx.vcproj b/BUILD/VS2008X/lynx/lynx.vcproj deleted file mode 100644 index 032e3b73..00000000 --- a/BUILD/VS2008X/lynx/lynx.vcproj +++ /dev/null @@ -1,950 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="lynx" - ProjectGUID="{77B6BED2-257D-4F7D-AA1B-D180875BD3BF}" - RootNamespace="lynx" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="1" - CharacterSet="1" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\lynx;"$(SolutionDir)..\..\..";"$(SolutionDir)..\..\..\lib";"$(SolutionDir)..\..\..\WWW\Library\Implementation";"$(SolutionDir)..\..\..\src";"$(SolutionDir)..\..\..\src\chrtrans"" - PreprocessorDefinitions="WIN32;_CONSOLE;HAVE_CONFIG_H;DONT_HAVE_TM_GMTOFF;_WIN_CC" - GeneratePreprocessedFile="0" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - UsePrecompiledHeader="0" - WarningLevel="3" - Detect64BitPortabilityProblems="true" - DebugInformationFormat="4" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="pdcurses.lib zlib.lib wsock32.lib user32.lib advapi32.lib" - LinkIncremental="2" - AdditionalLibraryDirectories=""$(VcInstallDir)lib";"$(SolutionDir)\lib";"$(SolutionDir)..\..\..\lib"" - IgnoreDefaultLibraryNames="libc;libcmt" - GenerateDebugInformation="true" - SubSystem="1" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="1" - CharacterSet="1" - WholeProgramOptimization="1" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="..\lynx;"$(SolutionDir)..\..\..";"$(SolutionDir)..\..\..\lib";"$(SolutionDir)..\..\..\WWW\Library\Implementation";"$(SolutionDir)..\..\..\src";"$(SolutionDir)..\..\..\src\chrtrans"" - PreprocessorDefinitions="WIN32;_CONSOLE;_MBCS;HAVE_CONFIG_H;DONT_HAVE_TM_GMTOFF;_WIN_CC" - RuntimeLibrary="2" - UsePrecompiledHeader="0" - WarningLevel="3" - Detect64BitPortabilityProblems="true" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="pdcurses.lib zlib.lib wsock32.lib user32.lib advapi32.lib" - LinkIncremental="1" - AdditionalLibraryDirectories=""$(VcInstallDir)lib";"$(SolutionDir)\lib";"$(SolutionDir)..\..\..\lib"" - IgnoreDefaultLibraryNames="libc;libcmt" - GenerateDebugInformation="true" - SubSystem="1" - OptimizeReferences="2" - EnableCOMDATFolding="2" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" - > - <File - RelativePath="..\..\..\src\DefaultStyle.c" - > - </File> - <File - RelativePath="..\..\..\lib\dirent.c" - > - </File> - <File - RelativePath="..\..\..\src\GridText.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAABrow.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAAProt.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAAUtil.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAccess.c" - > - </File> - <File - RelativePath="..\..\..\src\HTAlert.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAnchor.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAssoc.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAtom.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTBTree.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTChunk.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTDOS.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTFile.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTFinger.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTFormat.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTFTP.c" - > - </File> - <File - RelativePath="..\..\..\src\HTFWriter.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTGopher.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTGroup.c" - > - </File> - <File - RelativePath="..\..\..\src\HTInit.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTLex.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTList.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTMIME.c" - > - </File> - <File - RelativePath="..\..\..\src\HTML.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTMLDTD.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTMLGen.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTNews.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTParse.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTPlain.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTRules.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTString.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTStyle.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTTCP.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTTelnet.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTTP.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTUU.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTWSRC.c" - > - </File> - <File - RelativePath="..\..\..\src\LYBookmark.c" - > - </File> - <File - RelativePath="..\..\..\src\LYCgi.c" - > - </File> - <File - RelativePath="..\..\..\src\LYCharSets.c" - > - </File> - <File - RelativePath="..\..\..\src\LYCharUtils.c" - > - </File> - <File - RelativePath="..\..\..\src\LYClean.c" - > - </File> - <File - RelativePath="..\..\..\src\LYCookie.c" - > - </File> - <File - RelativePath="..\..\..\src\LYCurses.c" - > - </File> - <File - RelativePath="..\..\..\src\LYDownload.c" - > - </File> - <File - RelativePath="..\..\..\src\LYEdit.c" - > - </File> - <File - RelativePath="..\..\..\src\LYEditmap.c" - > - </File> - <File - RelativePath="..\..\..\src\LYexit.c" - > - </File> - <File - RelativePath="..\..\..\src\LYExtern.c" - > - </File> - <File - RelativePath="..\..\..\src\LYForms.c" - > - </File> - <File - RelativePath="..\..\..\src\LYGetFile.c" - > - </File> - <File - RelativePath="..\..\..\src\LYHash.c" - > - </File> - <File - RelativePath="..\..\..\src\LYHistory.c" - > - </File> - <File - RelativePath="..\..\..\src\LYJump.c" - > - </File> - <File - RelativePath="..\..\..\src\LYKeymap.c" - > - </File> - <File - RelativePath="..\..\..\src\LYLeaks.c" - > - </File> - <File - RelativePath="..\..\..\src\LYList.c" - > - </File> - <File - RelativePath="..\..\..\src\LYLocal.c" - > - </File> - <File - RelativePath="..\..\..\src\LYMail.c" - > - </File> - <File - RelativePath="..\..\..\src\LYMain.c" - > - </File> - <File - RelativePath="..\..\..\src\LYMainLoop.c" - > - </File> - <File - RelativePath="..\..\..\src\LYMap.c" - > - </File> - <File - RelativePath="..\..\..\src\LYmktime.c" - > - </File> - <File - RelativePath="..\..\..\src\LYNews.c" - > - </File> - <File - RelativePath="..\..\..\src\LYOptions.c" - > - </File> - <File - RelativePath="..\..\..\src\LYPrettySrc.c" - > - </File> - <File - RelativePath="..\..\..\src\LYPrint.c" - > - </File> - <File - RelativePath="..\..\..\src\LYrcFile.c" - > - </File> - <File - RelativePath="..\..\..\src\LYReadCFG.c" - > - </File> - <File - RelativePath="..\..\..\src\LYSearch.c" - > - </File> - <File - RelativePath="..\..\..\src\LYSession.c" - > - </File> - <File - RelativePath="..\..\..\src\LYShowInfo.c" - > - </File> - <File - RelativePath="..\..\..\src\LYStrings.c" - > - </File> - <File - RelativePath="..\..\..\src\LYStyle.c" - > - </File> - <File - RelativePath="..\..\..\src\LYTraversal.c" - > - </File> - <File - RelativePath="..\..\..\src\LYUpload.c" - > - </File> - <File - RelativePath="..\..\..\src\LYUtils.c" - > - </File> - <File - RelativePath="..\..\..\src\parsdate.c" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\SGML.c" - > - </File> - <File - RelativePath="..\..\..\src\TRSTable.c" - > - </File> - <File - RelativePath="..\..\..\src\UCAuto.c" - > - </File> - <File - RelativePath="..\..\..\src\UCAux.c" - > - </File> - <File - RelativePath="..\..\..\src\UCdomap.c" - > - </File> - <File - RelativePath="..\..\..\src\Xsystem.c" - > - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl;inc;xsd" - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" - > - <File - RelativePath="..\..\..\src\AttrList.h" - > - </File> - <File - RelativePath="..\..\..\src\GridText.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAABrow.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAAProt.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAAUtil.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAccess.h" - > - </File> - <File - RelativePath="..\..\..\src\HTAlert.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAnchor.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAssoc.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTAtom.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTBTree.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTChunk.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTCJK.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTDOS.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HText.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTFile.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTFinger.h" - > - </File> - <File - RelativePath="..\..\..\src\HTFont.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTFormat.h" - > - </File> - <File - RelativePath="..\..\..\src\HTForms.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTFTP.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTFWriter.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTGopher.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTGroup.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTInit.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTioctl.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTLex.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTList.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTMIME.h" - > - </File> - <File - RelativePath="..\..\..\src\HTML.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTMLDTD.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTMLGen.h" - > - </File> - <File - RelativePath="..\..\..\src\HTNestedList.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTNews.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTParse.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTPlain.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTRules.h" - > - </File> - <File - RelativePath="..\..\..\src\HTSaveToFile.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTStream.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTString.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTStyle.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTTCP.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTTelnet.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTTP.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\htutils.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTUU.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\HTWSRC.h" - > - </File> - <File - RelativePath="..\..\..\src\LYBookmark.h" - > - </File> - <File - RelativePath="..\..\..\src\LYCgi.h" - > - </File> - <File - RelativePath="..\..\..\src\LYCharSets.h" - > - </File> - <File - RelativePath="..\..\..\src\LYCharUtils.h" - > - </File> - <File - RelativePath="..\..\..\src\LYCharVals.h" - > - </File> - <File - RelativePath="..\..\..\src\LYClean.h" - > - </File> - <File - RelativePath="..\..\..\src\LYCookie.h" - > - </File> - <File - RelativePath="..\..\..\src\LYCurses.h" - > - </File> - <File - RelativePath="..\..\..\src\LYDownload.h" - > - </File> - <File - RelativePath="..\..\..\src\LYEdit.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\LYexit.h" - > - </File> - <File - RelativePath="..\..\..\src\LYExtern.h" - > - </File> - <File - RelativePath="..\..\..\src\LYGCurses.h" - > - </File> - <File - RelativePath="..\..\..\src\LYGetFile.h" - > - </File> - <File - RelativePath="..\..\..\src\LYGlobalDefs.h" - > - </File> - <File - RelativePath="..\..\..\src\LYHash.h" - > - </File> - <File - RelativePath="..\..\..\src\LYHistory.h" - > - </File> - <File - RelativePath="..\..\..\src\LYJump.h" - > - </File> - <File - RelativePath="..\..\..\src\LYJustify.h" - > - </File> - <File - RelativePath="..\..\..\src\LYKeymap.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\LYLeaks.h" - > - </File> - <File - RelativePath="..\..\..\src\LYList.h" - > - </File> - <File - RelativePath="..\..\..\src\LYLocal.h" - > - </File> - <File - RelativePath="..\..\..\src\LYMail.h" - > - </File> - <File - RelativePath="..\..\..\src\LYMainLoop.h" - > - </File> - <File - RelativePath="..\..\..\src\LYMap.h" - > - </File> - <File - RelativePath="..\..\..\src\LYNews.h" - > - </File> - <File - RelativePath=".\lynx_cfg.h" - > - </File> - <File - RelativePath="..\..\..\src\LYOptions.h" - > - </File> - <File - RelativePath="..\..\..\src\LYPrettySrc.h" - > - </File> - <File - RelativePath="..\..\..\src\LYPrint.h" - > - </File> - <File - RelativePath="..\..\..\src\LYrcFile.h" - > - </File> - <File - RelativePath="..\..\..\src\LYReadCFG.h" - > - </File> - <File - RelativePath="..\..\..\src\LYSearch.h" - > - </File> - <File - RelativePath="..\..\..\src\LYSession.h" - > - </File> - <File - RelativePath="..\..\..\src\LYShowInfo.h" - > - </File> - <File - RelativePath="..\..\..\src\LYSignal.h" - > - </File> - <File - RelativePath="..\..\..\src\LYStrings.h" - > - </File> - <File - RelativePath="..\..\..\src\LYStructs.h" - > - </File> - <File - RelativePath="..\..\..\src\LYStyle.h" - > - </File> - <File - RelativePath="..\..\..\src\LYTraversal.h" - > - </File> - <File - RelativePath="..\..\..\src\LYUpload.h" - > - </File> - <File - RelativePath="..\..\..\src\LYUtils.h" - > - </File> - <File - RelativePath="..\..\..\src\LYVMSdef.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\SGML.h" - > - </File> - <File - RelativePath="..\..\..\src\structdump.h" - > - </File> - <File - RelativePath="..\..\..\src\TRSTable.h" - > - </File> - <File - RelativePath="..\..\..\src\UCAuto.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\UCAux.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\UCDefs.h" - > - </File> - <File - RelativePath="..\..\..\src\UCdomap.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\UCMap.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\www_tcp.h" - > - </File> - <File - RelativePath="..\..\..\WWW\Library\Implementation\www_wait.h" - > - </File> - </Filter> - <Filter - Name="Resource Files" - Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" - UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" - > - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/BUILD/VS2008X/lynx/lynx_cfg.h b/BUILD/VS2008X/lynx/lynx_cfg.h deleted file mode 100644 index 5a6fe71d..00000000 --- a/BUILD/VS2008X/lynx/lynx_cfg.h +++ /dev/null @@ -1,70 +0,0 @@ -// $LynxId: lynx_cfg.h,v 1.3 2009/11/21 16:33:41 tom Exp $ -// definitions abstracted from makefile.msc - -#ifndef LYNX_CFG_H -#define LYNX_CFG_H 1 - -#define __WIN32__ -#define _WINDOWS -#define _WIN32_WINNT 0x0400 -#define WIN32_LEAN_AND_MEAN 1 // fixes redefinition of winsock2.h - -#define ACCESS_AUTH 1 -#define CJK_EX 1 -#define DIRED_SUPPORT 1 -#define DISP_PARTIAL 1 -#define DOSPATH 1 -#define EXP_ALT_BINDINGS 1 -#define EXP_NESTED_TABLES 1 -#define HAVE_KEYPAD 1 -#define HAVE_PUTENV 1 -#define LONG_LIST 1 -#define NDEBUG 1 -#define NOSIGHUP 1 -#define NOUSERS 1 -#define NO_CONFIG_INFO 1 -#define NO_CUSERID 1 -#define NO_FILIO_H 1 -#define NO_TTYTYPE 1 -#define NO_UNISTD_H 1 -#define NO_UTMP 1 -#define OK_OVERRIDE 1 -#define SH_EX 1 -#define USE_CMD_LOGGING 1 -#define USE_EXTERNALS 1 -#define USE_FILE_UPLOAD 1 -#define USE_JUSTIFY_ELTS 1 -#define USE_MULTIBYTE_CURSES 1 -#define USE_PERSISTENT_COOKIES 1 -#define USE_PRETTYSRC 1 -#define USE_READPROGRESS 1 -#define USE_SCROLLBAR 1 -#define USE_SOURCE_CACHE 1 -#define USE_ZLIB 1 -#define WIN_EX 1 - -// definitions to account for using this file (see HTUtils.h, userdefs.h) -#define ANSI_VARARGS 1 -#define HAVE_GETCWD 1 -#define HAVE_STDARG_H 1 -#define HAVE_STDLIB_H 1 -#define LYNX_CFG_FILE "./lynx.cfg" -#define UNDERLINE_LINKS FALSE -#define socklen_t int - -// configuration choices -#define PDCURSES 1 -#define USE_WINSOCK2_H 1 - -#ifdef PDCURSES -#define USE_COLOR_STYLE 1 -#define COLOR_CURSES 1 -#define FANCY_CURSES 1 -#endif - -#pragma warning (disable : 4244) /* conversion from 'xxx' to 'yyy', possible loss of data */ -#pragma warning (disable : 4267) /* conversion from 'xxx' to 'yyy', possible loss of data */ -#pragma warning (disable : 4311) /* 'type cast': pointer truncation from 'xxx' to 'yyy' FIXME */ -#pragma warning (disable : 4996) /* 'xxx': This function or variable may be unsafe. Consider using yyy instead. */ - -#endif /* LYNX_CFG_H */ \ No newline at end of file diff --git a/BUILD/VS2008X/makeuctb/makeuctb.sln b/BUILD/VS2008X/makeuctb/makeuctb.sln deleted file mode 100644 index ebcb3e28..00000000 --- a/BUILD/VS2008X/makeuctb/makeuctb.sln +++ /dev/null @@ -1,20 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual C++ Express 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "makeuctb", "makeuctb.vcproj", "{3EF8C45C-FC77-47B8-A5B6-5F9034ECE06E}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {3EF8C45C-FC77-47B8-A5B6-5F9034ECE06E}.Debug|Win32.ActiveCfg = Debug|Win32 - {3EF8C45C-FC77-47B8-A5B6-5F9034ECE06E}.Debug|Win32.Build.0 = Debug|Win32 - {3EF8C45C-FC77-47B8-A5B6-5F9034ECE06E}.Release|Win32.ActiveCfg = Release|Win32 - {3EF8C45C-FC77-47B8-A5B6-5F9034ECE06E}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/BUILD/VS2008X/makeuctb/makeuctb.vcproj b/BUILD/VS2008X/makeuctb/makeuctb.vcproj deleted file mode 100644 index fce60eb9..00000000 --- a/BUILD/VS2008X/makeuctb/makeuctb.vcproj +++ /dev/null @@ -1,227 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="makeuctb" - ProjectGUID="{3EF8C45C-FC77-47B8-A5B6-5F9034ECE06E}" - RootNamespace="makeuctb" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="1" - CharacterSet="1" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - CommandLine="setlocal
set MYDST=..\..\..\src\chrtrans
copy $(TargetPath) %MYDST%
cd %MYDST%
call makehdrs
endlocal" - Outputs="..\..\..\src\chrtrans\makeuctb.exe;..\..\..\src\chrtrans\def7_uni.h;..\..\..\src\chrtrans\cp1250_uni.h;..\..\..\src\chrtrans\cp1251_uni.h;..\..\..\src\chrtrans\cp1252_uni.h;..\..\..\src\chrtrans\cp1253_uni.h;..\..\..\src\chrtrans\cp1255_uni.h;..\..\..\src\chrtrans\cp1256_uni.h;..\..\..\src\chrtrans\cp1257_uni.h;..\..\..\src\chrtrans\cp437_uni.h;..\..\..\src\chrtrans\cp737_uni.h;..\..\..\src\chrtrans\cp775_uni.h;..\..\..\src\chrtrans\cp850_uni.h;..\..\..\src\chrtrans\cp852_uni.h;..\..\..\src\chrtrans\cp857_uni.h;..\..\..\src\chrtrans\cp862_uni.h;..\..\..\src\chrtrans\cp864_uni.h;..\..\..\src\chrtrans\cp866_uni.h;..\..\..\src\chrtrans\cp866u_uni.h;..\..\..\src\chrtrans\cp869_uni.h;..\..\..\src\chrtrans\dmcs_uni.h;..\..\..\src\chrtrans\hp_uni.h;..\..\..\src\chrtrans\iso01_uni.h;..\..\..\src\chrtrans\iso02_uni.h;..\..\..\src\chrtrans\iso03_uni.h;..\..\..\src\chrtrans\iso04_uni.h;..\..\..\src\chrtrans\iso05_uni.h;..\..\..\src\chrtrans\iso06_uni.h;..\..\..\src\chrtrans\iso07_uni.h;..\..\..\src\chrtrans\iso08_uni.h;..\..\..\src\chrtrans\iso09_uni.h;..\..\..\src\chrtrans\iso10_uni.h;..\..\..\src\chrtrans\iso13_uni.h;..\..\..\src\chrtrans\iso14_uni.h;..\..\..\src\chrtrans\iso15_uni.h;..\..\..\src\chrtrans\koi8r_uni.h;..\..\..\src\chrtrans\koi8u_uni.h;..\..\..\src\chrtrans\mac_uni.h;..\..\..\src\chrtrans\mnem2_suni.h;..\..\..\src\chrtrans\mnem_suni.h;..\..\..\src\chrtrans\next_uni.h;..\..\..\src\chrtrans\pt154_uni.h;..\..\..\src\chrtrans\rfc_suni.h;..\..\..\src\chrtrans\utf8_uni.h;..\..\..\src\chrtrans\viscii_uni.h" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\lynx;"$(SolutionDir)..\..\..";"$(SolutionDir)..\..\..\lib";"$(SolutionDir)..\..\..\WWW\Library\Implementation";"$(SolutionDir)..\..\..\src";"$(SolutionDir)..\..\..\src\chrtrans"" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_MBCS;HAVE_CONFIG_H" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - UsePrecompiledHeader="0" - WarningLevel="3" - Detect64BitPortabilityProblems="true" - DebugInformationFormat="4" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - LinkIncremental="2" - GenerateDebugInformation="true" - SubSystem="1" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="1" - CharacterSet="1" - WholeProgramOptimization="1" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - CommandLine="setlocal
set MYDST=..\..\..\src\chrtrans
copy $(TargetPath) %MYDST%
cd %MYDST%
call makehdrs
endlocal" - Outputs="..\..\..\src\chrtrans\makeuctb.exe;..\..\..\src\chrtrans\def7_uni.h;..\..\..\src\chrtrans\cp1250_uni.h;..\..\..\src\chrtrans\cp1251_uni.h;..\..\..\src\chrtrans\cp1252_uni.h;..\..\..\src\chrtrans\cp1253_uni.h;..\..\..\src\chrtrans\cp1255_uni.h;..\..\..\src\chrtrans\cp1256_uni.h;..\..\..\src\chrtrans\cp1257_uni.h;..\..\..\src\chrtrans\cp437_uni.h;..\..\..\src\chrtrans\cp737_uni.h;..\..\..\src\chrtrans\cp775_uni.h;..\..\..\src\chrtrans\cp850_uni.h;..\..\..\src\chrtrans\cp852_uni.h;..\..\..\src\chrtrans\cp857_uni.h;..\..\..\src\chrtrans\cp862_uni.h;..\..\..\src\chrtrans\cp864_uni.h;..\..\..\src\chrtrans\cp866_uni.h;..\..\..\src\chrtrans\cp866u_uni.h;..\..\..\src\chrtrans\cp869_uni.h;..\..\..\src\chrtrans\dmcs_uni.h;..\..\..\src\chrtrans\hp_uni.h;..\..\..\src\chrtrans\iso01_uni.h;..\..\..\src\chrtrans\iso02_uni.h;..\..\..\src\chrtrans\iso03_uni.h;..\..\..\src\chrtrans\iso04_uni.h;..\..\..\src\chrtrans\iso05_uni.h;..\..\..\src\chrtrans\iso06_uni.h;..\..\..\src\chrtrans\iso07_uni.h;..\..\..\src\chrtrans\iso08_uni.h;..\..\..\src\chrtrans\iso09_uni.h;..\..\..\src\chrtrans\iso10_uni.h;..\..\..\src\chrtrans\iso13_uni.h;..\..\..\src\chrtrans\iso14_uni.h;..\..\..\src\chrtrans\iso15_uni.h;..\..\..\src\chrtrans\koi8r_uni.h;..\..\..\src\chrtrans\koi8u_uni.h;..\..\..\src\chrtrans\mac_uni.h;..\..\..\src\chrtrans\mnem2_suni.h;..\..\..\src\chrtrans\mnem_suni.h;..\..\..\src\chrtrans\next_uni.h;..\..\..\src\chrtrans\pt154_uni.h;..\..\..\src\chrtrans\rfc_suni.h;..\..\..\src\chrtrans\utf8_uni.h;..\..\..\src\chrtrans\viscii_uni.h" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="..\lynx;"$(SolutionDir)..\..\..";"$(SolutionDir)..\..\..\lib";"$(SolutionDir)..\..\..\WWW\Library\Implementation";"$(SolutionDir)..\..\..\src";"$(SolutionDir)..\..\..\src\chrtrans"" - PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H" - RuntimeLibrary="2" - UsePrecompiledHeader="0" - WarningLevel="3" - Detect64BitPortabilityProblems="true" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - LinkIncremental="1" - GenerateDebugInformation="true" - SubSystem="1" - OptimizeReferences="2" - EnableCOMDATFolding="2" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" - > - <File - RelativePath="..\..\..\src\chrtrans\makeuctb.c" - > - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl;inc;xsd" - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" - > - <File - RelativePath="..\..\..\src\chrtrans\caselower.h" - > - </File> - <File - RelativePath="..\..\..\src\chrtrans\entities.h" - > - </File> - <File - RelativePath="..\..\..\src\chrtrans\jcuken_kb.h" - > - </File> - <File - RelativePath="..\..\..\src\chrtrans\rot13_kb.h" - > - </File> - <File - RelativePath="..\..\..\src\chrtrans\UCkd.h" - > - </File> - <File - RelativePath="..\..\..\src\chrtrans\yawerty_kb.h" - > - </File> - </Filter> - <Filter - Name="Resource Files" - Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" - UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" - > - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/BUILD/VS6/clean.bat b/BUILD/VS6/clean.bat deleted file mode 100644 index a4b12477..00000000 --- a/BUILD/VS6/clean.bat +++ /dev/null @@ -1,27 +0,0 @@ -@echo off -@rem $LynxId: clean.bat,v 1.2 2007/07/01 21:52:45 tom Exp $ -@rem Remove all build-products in subdirectories, leaving only sources (and unrecognized types) - -del/f/s/q *.aps -del/f/s/q *.bsc -del/f/s/q *.exe -del/f/s/q *.exp -del/f/s/q *.idb -del/f/s/q *.ilk -del/f/s/q *.lib -del/f/s/q *.ncb -del/f/s/q *.obj -del/f/s/q *.opt -del/f/s/q *.pch -del/f/s/q *.pdb -del/f/s/q *.plg -del/f/s/q *.res -del/f/s/q *.sbr -del/f/s/q *.suo - -del/f/s/q ne*.h -del/f/s/q BuildLog.htm - -attrib +r *.bat /s -attrib +r *.dsp /s -attrib +r *.dsw /s diff --git a/BUILD/VS6/develop.bat b/BUILD/VS6/develop.bat deleted file mode 100644 index 8fdf38c2..00000000 --- a/BUILD/VS6/develop.bat +++ /dev/null @@ -1,7 +0,0 @@ -@echo off -@rem $LynxId: develop.bat,v 1.2 2007/07/01 21:52:50 tom Exp $ -@rem ensure that all IDE files are writable - -attrib -r *.bat /s -attrib -r *.dsp /s -attrib -r *.dsw /s \ No newline at end of file diff --git a/BUILD/VS6/lynx/lynx.dsw b/BUILD/VS6/lynx/lynx.dsw deleted file mode 100644 index 3ef547db..00000000 --- a/BUILD/VS6/lynx/lynx.dsw +++ /dev/null @@ -1,44 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "lynx"=".\lynx\lynx.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name makeuctb - End Project Dependency -}}} - -############################################################################### - -Project: "makeuctb"=".\makeuctb\makeuctb.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/BUILD/VS6/lynx/lynx/lynx.dsp b/BUILD/VS6/lynx/lynx/lynx.dsp deleted file mode 100644 index b7f56f9e..00000000 --- a/BUILD/VS6/lynx/lynx/lynx.dsp +++ /dev/null @@ -1,849 +0,0 @@ -# Microsoft Developer Studio Project File - Name="lynx" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=lynx - 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 "lynx.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 "lynx.mak" CFG="lynx - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "lynx - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "lynx - 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)" == "lynx - 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 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 "..\..\..\..\src" /I "..\..\..\..\src\chrtrans" /I "..\..\..\..\WWW\Library\Implementation" /I "..\..\..\..\lib" /I "..\..\..\.." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "DOSPATH" /D "NO_UNISTD_H" /D "__WIN32__" /D "WIN_EX" /D "NOUSERS" /D "DIRED_SUPPORT" /D "DISP_PARTIAL" /D "DONT_HAVE_TM_GMTOFF" /D "HAVE_KEYPAD" /D "NOSIGHUP" /D "NO_TTYTYPE" /D "NO_UTMP" /D "SH_EX" /D "USE_EXTERNALS" /D "USE_FILE_UPLOAD" /D "USE_MULTIBYTE_CURSES" /D "USE_PERSISTENT_COOKIES" /D "USE_PRETTYSRC" /D "USE_READPROGRESS" /D "USE_SCROLLBAR" /D "USE_SOURCE_CACHE" /D "USE_ZLIB" /D "PDCURSES" /D "COLOR_CURSES" /D "FANCY_CURSES" /D "USE_COLOR_STYLE" /D "USE_WINSOCK2_H" /D _WIN32_WINNT=0x0400 /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 wsock32.lib pdcurses.lib zlib.lib /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcmt" /libpath:"..\..\..\..\lib" - -!ELSEIF "$(CFG)" == "lynx - 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 "..\..\..\..\src" /I "..\..\..\..\src\chrtrans" /I "..\..\..\..\WWW\Library\Implementation" /I "..\..\..\..\lib" /I "..\..\..\.." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "DOSPATH" /D "NO_UNISTD_H" /D "__WIN32__" /D "WIN_EX" /D "NOUSERS" /D "DIRED_SUPPORT" /D "DISP_PARTIAL" /D "DONT_HAVE_TM_GMTOFF" /D "HAVE_KEYPAD" /D "NOSIGHUP" /D "NO_TTYTYPE" /D "NO_UTMP" /D "SH_EX" /D "USE_EXTERNALS" /D "USE_FILE_UPLOAD" /D "USE_MULTIBYTE_CURSES" /D "USE_PERSISTENT_COOKIES" /D "USE_PRETTYSRC" /D "USE_READPROGRESS" /D "USE_SCROLLBAR" /D "USE_SOURCE_CACHE" /D "USE_ZLIB" /D "PDCURSES" /D "COLOR_CURSES" /D "FANCY_CURSES" /D "USE_COLOR_STYLE" /D "USE_WINSOCK2_H" /D _WIN32_WINNT=0x0400 /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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib pdcurses.lib zlib.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc" /nodefaultlib:"libcmt" /pdbtype:sept /libpath:"..\..\..\..\lib" - -!ENDIF - -# Begin Target - -# Name "lynx - Win32 Release" -# Name "lynx - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\..\src\DefaultStyle.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\lib\dirent.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\GridText.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTAABrow.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTAAProt.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTAAUtil.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTAccess.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\HTAlert.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTAnchor.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTAssoc.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTAtom.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTBTree.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTChunk.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTDOS.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTFile.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTFinger.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTFormat.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTFTP.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\HTFWriter.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTGopher.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTGroup.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\HTInit.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTLex.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTList.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTMIME.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\HTML.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTMLDTD.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTMLGen.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTNews.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTParse.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTPlain.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTRules.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTString.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTStyle.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTTCP.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTTelnet.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTTP.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTUU.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTWSRC.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYBookmark.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYCgi.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYCharSets.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYCharUtils.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYClean.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYCookie.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYCurses.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYDownload.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYEdit.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYEditmap.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYexit.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYExtern.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYForms.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYGetFile.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYHash.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYHistory.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYJump.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYKeymap.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYLeaks.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYList.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYLocal.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYMail.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYMain.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYMainLoop.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYMap.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYmktime.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYNews.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYOptions.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYPrettySrc.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYPrint.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYrcFile.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYReadCFG.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYSearch.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYShowInfo.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYStrings.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYStyle.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYTraversal.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYUpload.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYUtils.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\mktime.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\parsdate.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\SGML.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\strstr.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\TRSTable.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\UCAuto.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\UCAux.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\UCdomap.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\Xsystem.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\..\..\src\AttrList.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\GridText.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTAABrow.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTAAProt.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTAAUtil.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTAccess.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\HTAlert.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTAnchor.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTAssoc.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTAtom.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTBTree.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTChunk.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTCJK.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTDOS.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HText.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTFile.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTFinger.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\HTFont.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTFormat.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\HTForms.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTFTP.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTFWriter.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTGopher.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTGroup.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTInit.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTioctl.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTLex.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTList.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTMIME.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\HTML.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTMLDTD.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTMLGen.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\HTNestedList.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTNews.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTParse.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTPlain.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTRules.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\HTSaveToFile.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTStream.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTString.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTStyle.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTTCP.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTTelnet.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTTP.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\htutils.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTUU.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\HTWSRC.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYBookmark.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYCgi.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYCharSets.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYCharUtils.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYCharVals.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYClean.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYCookie.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYCurses.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYDownload.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYEdit.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\LYexit.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYExtern.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYGCurses.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYGetFile.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYGlobalDefs.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYHash.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYHistory.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYJump.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYJustify.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYKeymap.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\LYLeaks.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYList.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYLocal.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYMail.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYMainLoop.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYMap.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\LYMessages_en.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYNews.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYOptions.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYPrettySrc.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYPrint.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYrcFile.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYReadCFG.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYSearch.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYShowInfo.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYSignal.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYStrings.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYStructs.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYStyle.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYTraversal.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYUpload.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYUtils.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\LYVMSdef.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\SGML.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\structdump.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\TRSTable.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\UCAuto.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\UCAux.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\UCDefs.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\UCdomap.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\UCMap.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\userdefs.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\www_tcp.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\WWW\Library\Implementation\www_wait.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/BUILD/VS6/lynx/lynx/lynx.dsw b/BUILD/VS6/lynx/lynx/lynx.dsw deleted file mode 100644 index 6b6364f2..00000000 --- a/BUILD/VS6/lynx/lynx/lynx.dsw +++ /dev/null @@ -1,29 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "lynx"=".\lynx.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/BUILD/VS6/lynx/makeuctb/makeuctb.dsp b/BUILD/VS6/lynx/makeuctb/makeuctb.dsp deleted file mode 100644 index 1964c313..00000000 --- a/BUILD/VS6/lynx/makeuctb/makeuctb.dsp +++ /dev/null @@ -1,420 +0,0 @@ -# Microsoft Developer Studio Project File - Name="makeuctb" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=makeuctb - 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 "makeuctb.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 "makeuctb.mak" CFG="makeuctb - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "makeuctb - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "makeuctb - 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)" == "makeuctb - 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 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 "..\..\..\..\src" /I "..\..\..\..\src\chrtrans" /I "..\..\..\..\WWW\Library\Implementation" /I "..\..\..\..\lib" /I "..\..\..\.." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "__WIN32__" /D "NO_UNISTD_H" /D "_WINDOWS" /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 /nologo /subsystem:console /machine:I386 -# Begin Custom Build -InputPath=.\Release\makeuctb.exe -SOURCE="$(InputPath)" - -BuildCmds= \ - setlocal \ - set MYDST=..\..\..\..\src\chrtrans \ - copy $(InputPath) %MYDST% \ - cd %MYDST% \ - call makehdrs \ - endlocal \ - - -"..\..\..\..\src\chrtrans\makeuctb.exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\def7_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp1250_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp1251_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp1252_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp1253_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp1255_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp1256_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp1257_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp437_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp737_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp775_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp850_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp852_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp857_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp862_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp864_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp866_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp866u_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp869_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\dmcs_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\hp_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\iso01_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\iso02_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\iso03_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\iso04_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\iso05_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\iso06_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\iso07_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\iso08_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\iso09_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\iso10_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\iso13_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\iso14_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\iso15_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\koi8r_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\koi8u_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\mac_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\mnem2_suni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\mnem_suni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\next_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\pt154_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\rfc_suni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\utf8_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\viscii_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) -# End Custom Build - -!ELSEIF "$(CFG)" == "makeuctb - 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 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 "..\..\..\..\src" /I "..\..\..\..\src\chrtrans" /I "..\..\..\..\WWW\Library\Implementation" /I "..\..\..\..\lib" /I "..\..\..\.." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "__WIN32__" /D "NO_UNISTD_H" /D "_WINDOWS" /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 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 -# Begin Custom Build -InputPath=.\Debug\makeuctb.exe -SOURCE="$(InputPath)" - -BuildCmds= \ - setlocal \ - set MYDST=..\..\..\..\src\chrtrans \ - copy $(InputPath) %MYDST% \ - cd %MYDST% \ - call makehdrs \ - endlocal \ - - -"..\..\..\..\src\chrtrans\makeuctb.exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\def7_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp1250_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp1251_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp1252_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp1253_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp1255_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp1256_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp1257_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp437_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp737_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp775_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp850_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp852_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp857_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp862_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp864_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp866_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp866u_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\cp869_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\dmcs_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\hp_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\iso01_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\iso02_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\iso03_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\iso04_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\iso05_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\iso06_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\iso07_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\iso08_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\iso09_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\iso10_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\iso13_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\iso14_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\iso15_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\koi8r_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\koi8u_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\mac_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\mnem2_suni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\mnem_suni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\next_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\pt154_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\rfc_suni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\utf8_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"..\..\..\..\src\chrtrans\viscii_uni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) -# End Custom Build - -!ENDIF - -# Begin Target - -# Name "makeuctb - Win32 Release" -# Name "makeuctb - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\..\src\chrtrans\makeuctb.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\..\..\src\chrtrans\caselower.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\chrtrans\entities.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\chrtrans\jcuken_kb.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\chrtrans\rot13_kb.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\chrtrans\UCkd.h -# End Source File -# Begin Source File - -SOURCE=....\..\..\src\chrtrans\yawerty_kb.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 |