diff options
Diffstat (limited to 'BUILD/VS2003')
-rw-r--r-- | BUILD/VS2003/clean.bat | 27 | ||||
-rw-r--r-- | BUILD/VS2003/develop.bat | 7 | ||||
-rw-r--r-- | BUILD/VS2003/lynx/lynx.sln | 30 | ||||
-rw-r--r-- | BUILD/VS2003/lynx/lynx.vcproj | 708 | ||||
-rw-r--r-- | BUILD/VS2003/lynx/lynx_cfg.h | 68 | ||||
-rw-r--r-- | BUILD/VS2003/makeuctb/makeuctb.sln | 21 | ||||
-rw-r--r-- | BUILD/VS2003/makeuctb/makeuctb.vcproj | 179 |
7 files changed, 1040 insertions, 0 deletions
diff --git a/BUILD/VS2003/clean.bat b/BUILD/VS2003/clean.bat new file mode 100644 index 00000000..5920e4a6 --- /dev/null +++ b/BUILD/VS2003/clean.bat @@ -0,0 +1,27 @@ +@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 new file mode 100644 index 00000000..93509a64 --- /dev/null +++ b/BUILD/VS2003/develop.bat @@ -0,0 +1,7 @@ +@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 new file mode 100644 index 00000000..68ee5005 --- /dev/null +++ b/BUILD/VS2003/lynx/lynx.sln @@ -0,0 +1,30 @@ +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 new file mode 100644 index 00000000..a75648f0 --- /dev/null +++ b/BUILD/VS2003/lynx/lynx.vcproj @@ -0,0 +1,708 @@ +<?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 new file mode 100644 index 00000000..da393951 --- /dev/null +++ b/BUILD/VS2003/lynx/lynx_cfg.h @@ -0,0 +1,68 @@ +// $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 new file mode 100644 index 00000000..f8cfdbdd --- /dev/null +++ b/BUILD/VS2003/makeuctb/makeuctb.sln @@ -0,0 +1,21 @@ +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 new file mode 100644 index 00000000..f217c67a --- /dev/null +++ b/BUILD/VS2003/makeuctb/makeuctb.vcproj @@ -0,0 +1,179 @@ +<?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> |