diff options
-rw-r--r-- | scripts/conf-w32brg/gnupg/gnupg.dsp | 386 | ||||
-rw-r--r-- | scripts/conf-w32brg/gnupg/gnupg.vcproj | 347 | ||||
-rw-r--r-- | scripts/conf-w32brg/gpg/gpg.sln | 21 | ||||
-rw-r--r-- | scripts/conf-w32brg/gpg/gpg.suo | bin | 10240 -> 0 bytes | |||
-rw-r--r-- | scripts/conf-w32brg/gpg/gpg.vcproj | 1794 | ||||
-rw-r--r-- | scripts/conf-w32brg/nasm586/mpih-add1.asm (renamed from scripts/conf-w32brg/mpi/nasm586/mpih-add1.asm) | 0 | ||||
-rw-r--r-- | scripts/conf-w32brg/nasm586/mpih-lshift.asm (renamed from scripts/conf-w32brg/mpi/nasm586/mpih-lshift.asm) | 0 | ||||
-rw-r--r-- | scripts/conf-w32brg/nasm586/mpih-mul1.asm (renamed from scripts/conf-w32brg/mpi/nasm586/mpih-mul1.asm) | 0 | ||||
-rw-r--r-- | scripts/conf-w32brg/nasm586/mpih-mul2.asm (renamed from scripts/conf-w32brg/mpi/nasm586/mpih-mul2.asm) | 0 | ||||
-rw-r--r-- | scripts/conf-w32brg/nasm586/mpih-mul3.asm (renamed from scripts/conf-w32brg/mpi/nasm586/mpih-mul3.asm) | 0 | ||||
-rw-r--r-- | scripts/conf-w32brg/nasm586/mpih-rshift.asm (renamed from scripts/conf-w32brg/mpi/nasm586/mpih-rshift.asm) | 0 | ||||
-rw-r--r-- | scripts/conf-w32brg/nasm586/mpih-sub1.asm (renamed from scripts/conf-w32brg/mpi/nasm586/mpih-sub1.asm) | 0 | ||||
-rw-r--r-- | scripts/conf-w32brg/util/util.dsp | 158 | ||||
-rw-r--r-- | scripts/conf-w32brg/util/util.vcproj | 156 | ||||
-rw-r--r-- | scripts/conf-w32brg/zlib/zlib.dsp | 194 | ||||
-rw-r--r-- | scripts/conf-w32brg/zlib/zlib.vcproj | 183 |
16 files changed, 1424 insertions, 1815 deletions
diff --git a/scripts/conf-w32brg/gnupg/gnupg.dsp b/scripts/conf-w32brg/gnupg/gnupg.dsp new file mode 100644 index 000000000..ec04f0952 --- /dev/null +++ b/scripts/conf-w32brg/gnupg/gnupg.dsp @@ -0,0 +1,386 @@ +# Microsoft Developer Studio Project File - Name="gnupg" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=gnupg - 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 "gnupg.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 "gnupg.mak" CFG="gnupg - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "gnupg - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "gnupg - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "gnupg - 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 /MLd /I "..\" /I "..\..\..\include" /I "..\..\..\zlib" /Zi /W3 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Gm PRECOMP_VC7_TOBEREMOVED /GZ /c /GX +# ADD CPP /nologo /MLd /I "..\" /I "..\..\..\include" /I "..\..\..\zlib" /Zi /W3 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Gm PRECOMP_VC7_TOBEREMOVED /GZ /c /GX +# ADD BASE MTL /nologo /win32 +# ADD MTL /nologo /win32 +# ADD BASE RSC /l 1033 +# ADD RSC /l 1033 +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 ws2_32.lib /nologo /out:"..\bin\gpg.exe" /incremental:yes /libpath:"..\bin" /debug /pdb:"Debug\gpg.pdb" /pdbtype:sept /subsystem:console /machine:ix86 +# 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 ws2_32.lib /nologo /out:"..\bin\gpg.exe" /incremental:yes /libpath:"..\bin" /debug /pdb:"Debug\gpg.pdb" /pdbtype:sept /subsystem:console /machine:ix86 + +!ELSEIF "$(CFG)" == "gnupg - 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 /ML /I "..\" /I "..\..\..\include" /I "..\..\..\zlib" /Zi /W3 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" PRECOMP_VC7_TOBEREMOVED /c /GX +# ADD CPP /nologo /ML /I "..\" /I "..\..\..\include" /I "..\..\..\zlib" /Zi /W3 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" PRECOMP_VC7_TOBEREMOVED /c /GX +# ADD BASE MTL /nologo /win32 +# ADD MTL /nologo /win32 +# ADD BASE RSC /l 1033 +# ADD RSC /l 1033 +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 ws2_32.lib /nologo /out:"..\bin\gpg.exe" /incremental:no /debug /pdb:"Release\gpg.pdb" /pdbtype:sept /subsystem:console /opt:ref /opt:icf /machine:ix86 +# 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 ws2_32.lib /nologo /out:"..\bin\gpg.exe" /incremental:no /debug /pdb:"Release\gpg.pdb" /pdbtype:sept /subsystem:console /opt:ref /opt:icf /machine:ix86 + +!ENDIF + +# Begin Target + +# Name "gnupg - Win32 Debug" +# Name "gnupg - Win32 Release" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" +# Begin Source File + +SOURCE=..\..\..\g10\armor.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\build-packet.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\cipher.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\comment.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\compress-bz2.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\compress.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\dearmor.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\decrypt.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\delkey.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\encode.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\encr-data.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\exec.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\export.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\free-packet.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\g10.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\getkey.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\helptext.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\hkp.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\import.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\kbnode.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\keydb.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\keyedit.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\keygen.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\keyid.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\keylist.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\keyring.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\keyserver.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\mainproc.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\mdfilter.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\misc.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\mkdtemp.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\openfile.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\parse-packet.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\passphrase.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\photoid.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\pipemode.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\pkclist.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\plaintext.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\progress.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\pubkey-enc.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\revoke.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\seckey-cert.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\seskey.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\sig-check.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\sign.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\signal.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\skclist.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\status.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\tdbdump.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\tdbio.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\textfilter.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\trustdb.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\verify.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;inc;xsd" +# Begin Source File + +SOURCE=..\..\..\g10\exec.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\filter.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\global.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\hkp.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\keydb.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\keyring.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\keyserver-internal.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\main.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\options.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\packet.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\photoid.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\status.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\tdbio.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\g10\trustdb.h +# End Source File +# End Group +# Begin Source File + +SOURCE=..\bin\cipher.lib +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\bzip2-1.0.2\libbz2\Release\libbz2.lib +# End Source File +# Begin Source File + +SOURCE=..\bin\mpi.lib +# End Source File +# Begin Source File + +SOURCE=..\bin\util.lib +# End Source File +# Begin Source File + +SOURCE=..\bin\zlib.lib +# End Source File +# End Target +# End Project + diff --git a/scripts/conf-w32brg/gnupg/gnupg.vcproj b/scripts/conf-w32brg/gnupg/gnupg.vcproj new file mode 100644 index 000000000..ac7c0ca1e --- /dev/null +++ b/scripts/conf-w32brg/gnupg/gnupg.vcproj @@ -0,0 +1,347 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="7.10" + Name="gnupg" + ProjectGUID="{6FBC9128-CC9D-46C9-9805-41B6C773F7BC}" + 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="..\;..\..\..\include;..\..\..\zlib" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" + MinimalRebuild="TRUE" + BasicRuntimeChecks="3" + RuntimeLibrary="5" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="TRUE" + DebugInformationFormat="3"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="ws2_32.lib" + OutputFile="..\bin\gpg.exe" + LinkIncremental="2" + AdditionalLibraryDirectories="..\bin" + GenerateDebugInformation="TRUE" + ProgramDatabaseFile="$(OutDir)/gpg.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="..\;..\..\..\include;..\..\..\zlib" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" + RuntimeLibrary="4" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="TRUE" + DebugInformationFormat="3"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="ws2_32.lib" + OutputFile="..\bin\gpg.exe" + LinkIncremental="1" + AdditionalLibraryDirectories="" + GenerateDebugInformation="TRUE" + ProgramDatabaseFile="$(OutDir)/gpg.pdb" + 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="..\..\..\g10\armor.c"> + </File> + <File + RelativePath="..\..\..\g10\build-packet.c"> + </File> + <File + RelativePath="..\..\..\g10\cipher.c"> + </File> + <File + RelativePath="..\..\..\g10\comment.c"> + </File> + <File + RelativePath="..\..\..\g10\compress-bz2.c"> + </File> + <File + RelativePath="..\..\..\g10\compress.c"> + </File> + <File + RelativePath="..\..\..\g10\dearmor.c"> + </File> + <File + RelativePath="..\..\..\g10\decrypt.c"> + </File> + <File + RelativePath="..\..\..\g10\delkey.c"> + </File> + <File + RelativePath="..\..\..\g10\encode.c"> + </File> + <File + RelativePath="..\..\..\g10\encr-data.c"> + </File> + <File + RelativePath="..\..\..\g10\exec.c"> + </File> + <File + RelativePath="..\..\..\g10\export.c"> + </File> + <File + RelativePath="..\..\..\g10\free-packet.c"> + </File> + <File + RelativePath="..\..\..\g10\g10.c"> + </File> + <File + RelativePath="..\..\..\g10\getkey.c"> + </File> + <File + RelativePath="..\..\..\g10\helptext.c"> + </File> + <File + RelativePath="..\..\..\g10\hkp.c"> + </File> + <File + RelativePath="..\..\..\g10\import.c"> + </File> + <File + RelativePath="..\..\..\g10\kbnode.c"> + </File> + <File + RelativePath="..\..\..\g10\keydb.c"> + </File> + <File + RelativePath="..\..\..\g10\keyedit.c"> + </File> + <File + RelativePath="..\..\..\g10\keygen.c"> + </File> + <File + RelativePath="..\..\..\g10\keyid.c"> + </File> + <File + RelativePath="..\..\..\g10\keylist.c"> + </File> + <File + RelativePath="..\..\..\g10\keyring.c"> + </File> + <File + RelativePath="..\..\..\g10\keyserver.c"> + </File> + <File + RelativePath="..\..\..\g10\mainproc.c"> + </File> + <File + RelativePath="..\..\..\g10\mdfilter.c"> + </File> + <File + RelativePath="..\..\..\g10\misc.c"> + </File> + <File + RelativePath="..\..\..\g10\mkdtemp.c"> + </File> + <File + RelativePath="..\..\..\g10\openfile.c"> + </File> + <File + RelativePath="..\..\..\g10\parse-packet.c"> + </File> + <File + RelativePath="..\..\..\g10\passphrase.c"> + </File> + <File + RelativePath="..\..\..\g10\photoid.c"> + </File> + <File + RelativePath="..\..\..\g10\pipemode.c"> + </File> + <File + RelativePath="..\..\..\g10\pkclist.c"> + </File> + <File + RelativePath="..\..\..\g10\plaintext.c"> + </File> + <File + RelativePath="..\..\..\g10\progress.c"> + </File> + <File + RelativePath="..\..\..\g10\pubkey-enc.c"> + </File> + <File + RelativePath="..\..\..\g10\revoke.c"> + </File> + <File + RelativePath="..\..\..\g10\seckey-cert.c"> + </File> + <File + RelativePath="..\..\..\g10\seskey.c"> + </File> + <File + RelativePath="..\..\..\g10\sig-check.c"> + </File> + <File + RelativePath="..\..\..\g10\sign.c"> + </File> + <File + RelativePath="..\..\..\g10\signal.c"> + </File> + <File + RelativePath="..\..\..\g10\skclist.c"> + </File> + <File + RelativePath="..\..\..\g10\status.c"> + </File> + <File + RelativePath="..\..\..\g10\tdbdump.c"> + </File> + <File + RelativePath="..\..\..\g10\tdbio.c"> + </File> + <File + RelativePath="..\..\..\g10\textfilter.c"> + </File> + <File + RelativePath="..\..\..\g10\trustdb.c"> + </File> + <File + RelativePath="..\..\..\g10\verify.c"> + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> + <File + RelativePath="..\..\..\g10\exec.h"> + </File> + <File + RelativePath="..\..\..\g10\filter.h"> + </File> + <File + RelativePath="..\..\..\g10\global.h"> + </File> + <File + RelativePath="..\..\..\g10\hkp.h"> + </File> + <File + RelativePath="..\..\..\g10\keydb.h"> + </File> + <File + RelativePath="..\..\..\g10\keyring.h"> + </File> + <File + RelativePath="..\..\..\g10\keyserver-internal.h"> + </File> + <File + RelativePath="..\..\..\g10\main.h"> + </File> + <File + RelativePath="..\..\..\g10\options.h"> + </File> + <File + RelativePath="..\..\..\g10\packet.h"> + </File> + <File + RelativePath="..\..\..\g10\photoid.h"> + </File> + <File + RelativePath="..\..\..\g10\status.h"> + </File> + <File + RelativePath="..\..\..\g10\tdbio.h"> + </File> + <File + RelativePath="..\..\..\g10\trustdb.h"> + </File> + </Filter> + <File + RelativePath="..\bin\cipher.lib"> + </File> + <File + RelativePath="..\..\..\..\bzip2-1.0.2\libbz2\Release\libbz2.lib"> + </File> + <File + RelativePath="..\bin\mpi.lib"> + </File> + <File + RelativePath="..\bin\util.lib"> + </File> + <File + RelativePath="..\bin\zlib.lib"> + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/scripts/conf-w32brg/gpg/gpg.sln b/scripts/conf-w32brg/gpg/gpg.sln deleted file mode 100644 index 7e34beecf..000000000 --- a/scripts/conf-w32brg/gpg/gpg.sln +++ /dev/null @@ -1,21 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gpg", "gpg.vcproj", "{94134F3A-6236-4B20-8E86-F9CF43ADE332}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - Debug = Debug - Release = Release - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {94134F3A-6236-4B20-8E86-F9CF43ADE332}.Debug.ActiveCfg = Debug|Win32 - {94134F3A-6236-4B20-8E86-F9CF43ADE332}.Debug.Build.0 = Debug|Win32 - {94134F3A-6236-4B20-8E86-F9CF43ADE332}.Release.ActiveCfg = Release|Win32 - {94134F3A-6236-4B20-8E86-F9CF43ADE332}.Release.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/scripts/conf-w32brg/gpg/gpg.suo b/scripts/conf-w32brg/gpg/gpg.suo Binary files differdeleted file mode 100644 index b20497e48..000000000 --- a/scripts/conf-w32brg/gpg/gpg.suo +++ /dev/null diff --git a/scripts/conf-w32brg/gpg/gpg.vcproj b/scripts/conf-w32brg/gpg/gpg.vcproj deleted file mode 100644 index ab04dbd16..000000000 --- a/scripts/conf-w32brg/gpg/gpg.vcproj +++ /dev/null @@ -1,1794 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="gpg" - ProjectGUID="{94134F3A-6236-4B20-8E86-F9CF43ADE332}" - 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="../;../include;../mpi;../zlib" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" - MinimalRebuild="TRUE" - BasicRuntimeChecks="3" - RuntimeLibrary="5" - DisableLanguageExtensions="TRUE" - UsePrecompiledHeader="0" - WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="3"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - OutputFile="$(OutDir)/gpg.exe" - LinkIncremental="2" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile="$(OutDir)/gpg.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" - Optimization="3" - InlineFunctionExpansion="1" - OmitFramePointers="TRUE" - AdditionalIncludeDirectories="../;../include;../mpi;../zlib" - PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" - StringPooling="TRUE" - RuntimeLibrary="4" - EnableFunctionLevelLinking="TRUE" - DisableLanguageExtensions="FALSE" - UsePrecompiledHeader="0" - WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="3"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - OutputFile="$(OutDir)/gpg.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"> - <Filter - Name="g10" - Filter=""> - <File - RelativePath="..\g10\armor.c"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - StringPooling="FALSE"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3" - StringPooling="FALSE" - DisableLanguageExtensions="FALSE"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\build-packet.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\cipher.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\comment.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\compress.c"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - StringPooling="FALSE"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3" - StringPooling="FALSE"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\dearmor.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\decrypt.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\delkey.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\encode.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\encr-data.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\exec.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\export.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\free-packet.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\g10.c"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - StringPooling="FALSE"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3" - StringPooling="FALSE"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\getkey.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\helptext.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\hkp.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\import.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\kbnode.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\keydb.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\keyedit.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\keygen.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\keyid.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\keylist.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\keyring.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\keyserver.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\mainproc.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\mdfilter.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\misc.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\mkdtemp.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\openfile.c"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - StringPooling="FALSE"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3" - StringPooling="FALSE"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\parse-packet.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\passphrase.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\photoid.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\pipemode.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\pkclist.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\plaintext.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\progress.c"> - </File> - <File - RelativePath="..\g10\pubkey-enc.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\revoke.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\seckey-cert.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\seskey.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\sig-check.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\sign.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\signal.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\skclist.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\status.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\tdbdump.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\tdbio.c"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - StringPooling="FALSE"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3" - StringPooling="FALSE"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\textfilter.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\trustdb.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\g10\verify.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - </Filter> - <Filter - Name="mpi" - Filter=""> - <File - RelativePath="..\mpi\g10m.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\mpi-add.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\mpi-bit.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\mpi-cmp.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\mpi-div.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\mpi-gcd.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\mpi-inline.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\mpi-inv.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\mpi-mpow.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\mpi-mul.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\mpi-pow.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\mpi-scan.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\mpicoder.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\generic\mpih-add1.c"> - <FileConfiguration - Name="Debug|Win32" - ExcludedFromBuild="TRUE"> - <Tool - Name="VCCLCompilerTool"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="TRUE"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\mpih-cmp.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\mpih-div.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\generic\mpih-lshift.c"> - <FileConfiguration - Name="Debug|Win32" - ExcludedFromBuild="TRUE"> - <Tool - Name="VCCLCompilerTool"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="TRUE"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\mpih-mul.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\generic\mpih-mul1.c"> - <FileConfiguration - Name="Debug|Win32" - ExcludedFromBuild="TRUE"> - <Tool - Name="VCCLCompilerTool"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="TRUE"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\generic\mpih-mul2.c"> - <FileConfiguration - Name="Debug|Win32" - ExcludedFromBuild="TRUE"> - <Tool - Name="VCCLCompilerTool"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="TRUE"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\generic\mpih-mul3.c"> - <FileConfiguration - Name="Debug|Win32" - ExcludedFromBuild="TRUE"> - <Tool - Name="VCCLCompilerTool"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="TRUE"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\generic\mpih-rshift.c"> - <FileConfiguration - Name="Debug|Win32" - ExcludedFromBuild="TRUE"> - <Tool - Name="VCCLCompilerTool"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="TRUE"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\generic\mpih-sub1.c"> - <FileConfiguration - Name="Debug|Win32" - ExcludedFromBuild="TRUE"> - <Tool - Name="VCCLCompilerTool"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="TRUE"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\mpiutil.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\generic\udiv-w-sdiv.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - </Filter> - <Filter - Name="cipher" - Filter=""> - <File - RelativePath="..\cipher\aescrypt.asm"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCustomBuildTool" - CommandLine="nasm -O2 -f win32 -o "$(ProjectDir)$(IntDir)\$(InputName).obj" "$(InputPath)"" - Outputs=""$(ProjectDir)$(IntDir)\$(InputName).obj""/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCustomBuildTool" - CommandLine="nasm -O2 -f win32 -o "$(ProjectDir)$(IntDir)\$(InputName).obj" "$(InputPath)"" - Outputs=""$(ProjectDir)$(IntDir)\$(InputName).obj""/> - </FileConfiguration> - </File> - <File - RelativePath="..\cipher\aescrypt.c"> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="TRUE"> - <Tool - Name="VCCLCompilerTool"/> - </FileConfiguration> - </File> - <File - RelativePath="..\cipher\aeskey.c"> - </File> - <File - RelativePath="..\cipher\aestab.c"> - </File> - <File - RelativePath="..\cipher\blowfish.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\cipher\cast5.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\cipher\cipher.c"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - ObjectFile="$(IntDir)/$(InputName)1.obj"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3" - ObjectFile="$(IntDir)/$(InputName)1.obj"/> - </FileConfiguration> - </File> - <File - RelativePath="..\cipher\construct.c"> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="TRUE"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\cipher\des.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\cipher\dsa.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\cipher\dynload.c"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - StringPooling="FALSE"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3" - StringPooling="FALSE"/> - </FileConfiguration> - </File> - <File - RelativePath="..\cipher\elgamal.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\cipher\g10c.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\cipher\idea-stub.c"> - </File> - <File - RelativePath="..\cipher\md.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\cipher\md5.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\cipher\primegen.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\cipher\pubkey.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\cipher\random.c"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - StringPooling="FALSE"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3" - StringPooling="FALSE"/> - </FileConfiguration> - </File> - <File - RelativePath="..\cipher\rijndael.c"> - <FileConfiguration - Name="Debug|Win32" - ExcludedFromBuild="TRUE"> - <Tool - Name="VCCLCompilerTool"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="TRUE"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\cipher\rijndael2.c"> - </File> - <File - RelativePath="..\cipher\rmd160.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\cipher\rndw32.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\cipher\rsa.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\cipher\sha1.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\cipher\sha256.c"> - </File> - <File - RelativePath="..\cipher\sha512.c"> - </File> - <File - RelativePath="..\cipher\smallprime.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\cipher\tiger.c"> - <FileConfiguration - Name="Debug|Win32" - ExcludedFromBuild="TRUE"> - <Tool - Name="VCCLCompilerTool"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="TRUE"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\cipher\twofish.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - </Filter> - <Filter - Name="zlib" - Filter=""> - <File - RelativePath="..\zlib\adler32.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\zlib\compress.c"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - ObjectFile="$(IntDir)/$(InputName)1.obj"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3" - ObjectFile="$(IntDir)/$(InputName)1.obj"/> - </FileConfiguration> - </File> - <File - RelativePath="..\zlib\crc32.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\zlib\deflate.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\zlib\infblock.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\zlib\infcodes.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\zlib\inffast.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\zlib\inflate.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\zlib\inftrees.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\zlib\infutil.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\zlib\trees.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\zlib\uncompr.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\zlib\zutil.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - </Filter> - <Filter - Name="util" - Filter=""> - <File - RelativePath="..\util\argparse.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\util\dotlock.c"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - StringPooling="FALSE"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3" - StringPooling="FALSE"/> - </FileConfiguration> - </File> - <File - RelativePath="..\util\errors.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\util\fileutil.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\util\g10u.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\util\http.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3" - StringPooling="FALSE"/> - </FileConfiguration> - </File> - <File - RelativePath="..\util\iobuf.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\util\logger.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\util\memory.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\util\miscutil.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\util\secmem.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\util\simple-gettext.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\util\strgutil.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\util\ttyio.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - <File - RelativePath="..\util\w32reg.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="3"/> - </FileConfiguration> - </File> - </Filter> - <Filter - Name="Assembler" - Filter=""> - <File - RelativePath="..\mpi\nasm586\mpih-add1.asm"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCustomBuildTool" - CommandLine="nasm -O2 -f win32 -o $(ProjectDir)$(IntDir)\$(InputName).obj $(InputPath) -" - Outputs="$(ProjectDir)$(IntDir)\$(InputName).obj"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCustomBuildTool" - CommandLine="nasm -O2 -f win32 -o "$(ProjectDir)$(IntDir)\$(InputName).obj" "$(InputPath)" -" - Outputs=""$(ProjectDir)$(IntDir)\$(InputName).obj""/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\nasm586\mpih-lshift.asm"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCustomBuildTool" - CommandLine="nasm -O2 -f win32 -o $(ProjectDir)$(IntDir)\$(InputName).obj $(InputPath) -" - Outputs="$(ProjectDir)$(IntDir)\$(InputName).obj"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCustomBuildTool" - CommandLine="nasm -O2 -f win32 -o "$(ProjectDir)$(IntDir)\$(InputName).obj" "$(InputPath)" -" - Outputs=""$(ProjectDir)$(IntDir)\$(InputName).obj""/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\nasm586\mpih-mul1.asm"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCustomBuildTool" - CommandLine="nasm -O2 -f win32 -o $(ProjectDir)$(IntDir)\$(InputName).obj $(InputPath) -" - Outputs="$(ProjectDir)$(IntDir)\$(InputName).obj"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCustomBuildTool" - CommandLine="nasm -O2 -f win32 -o "$(ProjectDir)$(IntDir)\$(InputName).obj" "$(InputPath)" -" - Outputs=""$(ProjectDir)$(IntDir)\$(InputName).obj""/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\nasm586\mpih-mul2.asm"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCustomBuildTool" - CommandLine="nasm -O2 -f win32 -o $(ProjectDir)$(IntDir)\$(InputName).obj $(InputPath) -" - Outputs="$(ProjectDir)$(IntDir)\$(InputName).obj"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCustomBuildTool" - CommandLine="nasm -O2 -f win32 -o "$(ProjectDir)$(IntDir)\$(InputName).obj" "$(InputPath)" -" - Outputs=""$(ProjectDir)$(IntDir)\$(InputName).obj""/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\nasm586\mpih-mul3.asm"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCustomBuildTool" - CommandLine="nasm -O2 -f win32 -o $(ProjectDir)$(IntDir)\$(InputName).obj $(InputPath) -" - Outputs="$(ProjectDir)$(IntDir)\$(InputName).obj"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCustomBuildTool" - CommandLine="nasm -O2 -f win32 -o "$(ProjectDir)$(IntDir)\$(InputName).obj" "$(InputPath)" -" - Outputs=""$(ProjectDir)$(IntDir)\$(InputName).obj""/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\nasm586\mpih-rshift.asm"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCustomBuildTool" - CommandLine="nasm -O2 -f win32 -o $(ProjectDir)$(IntDir)\$(InputName).obj $(InputPath) -" - Outputs="$(ProjectDir)$(IntDir)\$(InputName).obj"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCustomBuildTool" - CommandLine="nasm -O2 -f win32 -o "$(ProjectDir)$(IntDir)\$(InputName).obj" "$(InputPath)" -" - Outputs=""$(ProjectDir)$(IntDir)\$(InputName).obj""/> - </FileConfiguration> - </File> - <File - RelativePath="..\mpi\nasm586\mpih-sub1.asm"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCustomBuildTool" - CommandLine="nasm -O2 -f win32 -o $(ProjectDir)$(IntDir)\$(InputName).obj $(InputPath) -" - Outputs="$(ProjectDir)$(IntDir)\$(InputName).obj"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCustomBuildTool" - CommandLine="nasm -O2 -f win32 -o "$(ProjectDir)$(IntDir)\$(InputName).obj" "$(InputPath)" -" - Outputs=""$(ProjectDir)$(IntDir)\$(InputName).obj""/> - </FileConfiguration> - </File> - </Filter> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl;inc"> - <File - RelativePath="..\cipher\aes.h"> - </File> - <File - RelativePath="..\cipher\aesopt.h"> - </File> - <File - RelativePath="..\cipher\bithelp.h"> - </File> - <File - RelativePath="..\cipher\blowfish.h"> - </File> - <File - RelativePath="..\cipher\cast5.h"> - </File> - <File - RelativePath="..\include\cipher.h"> - </File> - <File - RelativePath="..\config.h"> - </File> - <File - RelativePath="..\zlib\deflate.h"> - </File> - <File - RelativePath="..\cipher\des.h"> - </File> - <File - RelativePath="..\cipher\dsa.h"> - </File> - <File - RelativePath="..\cipher\dynload.h"> - </File> - <File - RelativePath="..\cipher\elgamal.h"> - </File> - <File - RelativePath="..\include\errors.h"> - </File> - <File - RelativePath="..\g10\exec.h"> - </File> - <File - RelativePath="..\g10\filter.h"> - </File> - <File - RelativePath="..\g10defs.h"> - </File> - <File - RelativePath="..\intl\gettext.h"> - </File> - <File - RelativePath="..\g10\global.h"> - </File> - <File - RelativePath="..\g10\hkp.h"> - </File> - <File - RelativePath="..\include\host2net.h"> - </File> - <File - RelativePath="..\include\http.h"> - </File> - <File - RelativePath="..\include\i18n.h"> - </File> - <File - RelativePath="..\zlib\infblock.h"> - </File> - <File - RelativePath="..\zlib\infcodes.h"> - </File> - <File - RelativePath="..\zlib\inffast.h"> - </File> - <File - RelativePath="..\zlib\inffixed.h"> - </File> - <File - RelativePath="..\zlib\inftrees.h"> - </File> - <File - RelativePath="..\zlib\infutil.h"> - </File> - <File - RelativePath="..\include\iobuf.h"> - </File> - <File - RelativePath="..\g10\keydb.h"> - </File> - <File - RelativePath="..\g10\keyring.h"> - </File> - <File - RelativePath="..\g10\keyserver-internal.h"> - </File> - <File - RelativePath="..\include\keyserver.h"> - </File> - <File - RelativePath="..\intl\libgettext.h"> - </File> - <File - RelativePath="..\intl\libgnuintl.h"> - </File> - <File - RelativePath="..\intl\loadinfo.h"> - </File> - <File - RelativePath="..\mpi\longlong.h"> - </File> - <File - RelativePath="..\g10\main.h"> - </File> - <File - RelativePath="..\include\memory.h"> - </File> - <File - RelativePath="..\mpi\generic\mpi-asm-defs.h"> - </File> - <File - RelativePath="..\mpi\mpi-inline.h"> - </File> - <File - RelativePath="..\mpi\mpi-internal.h"> - </File> - <File - RelativePath="..\include\mpi.h"> - </File> - <File - RelativePath="..\g10\options.h"> - </File> - <File - RelativePath="..\g10\packet.h"> - </File> - <File - RelativePath="..\g10\photoid.h"> - </File> - <File - RelativePath="..\cipher\rand-internal.h"> - </File> - <File - RelativePath="..\cipher\random.h"> - </File> - <File - RelativePath="..\cipher\rmd.h"> - </File> - <File - RelativePath="..\cipher\rsa.h"> - </File> - <File - RelativePath="..\g10\status.h"> - </File> - <File - RelativePath="..\g10\tdbio.h"> - </File> - <File - RelativePath="..\zlib\trees.h"> - </File> - <File - RelativePath="..\g10\trustdb.h"> - </File> - <File - RelativePath="..\include\ttyio.h"> - </File> - <File - RelativePath="..\include\types.h"> - </File> - <File - RelativePath="..\cipher\uitypes.h"> - </File> - <File - RelativePath="..\unistd.h"> - </File> - <File - RelativePath="..\include\util.h"> - </File> - <File - RelativePath="..\zlib\zconf.h"> - </File> - <File - RelativePath="..\zlib\zlib.h"> - </File> - <File - RelativePath="..\zlib\zutil.h"> - </File> - </Filter> - <File - RelativePath="..\..\..\..\..\..\Program Files\Microsoft Visual Studio .NET 2003.0\Vc7\PlatformSDK\Lib\WS2_32.Lib"> - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/scripts/conf-w32brg/mpi/nasm586/mpih-add1.asm b/scripts/conf-w32brg/nasm586/mpih-add1.asm index e299e13e5..e299e13e5 100644 --- a/scripts/conf-w32brg/mpi/nasm586/mpih-add1.asm +++ b/scripts/conf-w32brg/nasm586/mpih-add1.asm diff --git a/scripts/conf-w32brg/mpi/nasm586/mpih-lshift.asm b/scripts/conf-w32brg/nasm586/mpih-lshift.asm index 4915176c6..4915176c6 100644 --- a/scripts/conf-w32brg/mpi/nasm586/mpih-lshift.asm +++ b/scripts/conf-w32brg/nasm586/mpih-lshift.asm diff --git a/scripts/conf-w32brg/mpi/nasm586/mpih-mul1.asm b/scripts/conf-w32brg/nasm586/mpih-mul1.asm index b00fbe3a7..b00fbe3a7 100644 --- a/scripts/conf-w32brg/mpi/nasm586/mpih-mul1.asm +++ b/scripts/conf-w32brg/nasm586/mpih-mul1.asm diff --git a/scripts/conf-w32brg/mpi/nasm586/mpih-mul2.asm b/scripts/conf-w32brg/nasm586/mpih-mul2.asm index f1c989345..f1c989345 100644 --- a/scripts/conf-w32brg/mpi/nasm586/mpih-mul2.asm +++ b/scripts/conf-w32brg/nasm586/mpih-mul2.asm diff --git a/scripts/conf-w32brg/mpi/nasm586/mpih-mul3.asm b/scripts/conf-w32brg/nasm586/mpih-mul3.asm index 3e9030606..3e9030606 100644 --- a/scripts/conf-w32brg/mpi/nasm586/mpih-mul3.asm +++ b/scripts/conf-w32brg/nasm586/mpih-mul3.asm diff --git a/scripts/conf-w32brg/mpi/nasm586/mpih-rshift.asm b/scripts/conf-w32brg/nasm586/mpih-rshift.asm index c39e87013..c39e87013 100644 --- a/scripts/conf-w32brg/mpi/nasm586/mpih-rshift.asm +++ b/scripts/conf-w32brg/nasm586/mpih-rshift.asm diff --git a/scripts/conf-w32brg/mpi/nasm586/mpih-sub1.asm b/scripts/conf-w32brg/nasm586/mpih-sub1.asm index f281a95a5..f281a95a5 100644 --- a/scripts/conf-w32brg/mpi/nasm586/mpih-sub1.asm +++ b/scripts/conf-w32brg/nasm586/mpih-sub1.asm diff --git a/scripts/conf-w32brg/util/util.dsp b/scripts/conf-w32brg/util/util.dsp new file mode 100644 index 000000000..b88963c38 --- /dev/null +++ b/scripts/conf-w32brg/util/util.dsp @@ -0,0 +1,158 @@ +# Microsoft Developer Studio Project File - Name="util" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=util - 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 "util.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 "util.mak" CFG="util - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "util - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "util - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "util - 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 /MLd /I "..\" /I "..\..\..\include" /Zi /W3 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_MBCS" /Gm PRECOMP_VC7_TOBEREMOVED /GZ /c /GX +# ADD CPP /nologo /MLd /I "..\" /I "..\..\..\include" /Zi /W3 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_MBCS" /Gm PRECOMP_VC7_TOBEREMOVED /GZ /c /GX +# ADD BASE MTL /nologo /win32 +# ADD MTL /nologo /win32 +# ADD BASE RSC /l 1033 +# ADD RSC /l 1033 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo /out:"..\bin\util.lib" +# ADD LIB32 /nologo /out:"..\bin\util.lib" + +!ELSEIF "$(CFG)" == "util - 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 /ML /I "..\" /I "..\..\..\include" /Zi /W3 /D "WIN32" /D "NDEBUG" /D "_LIB" /D "_MBCS" PRECOMP_VC7_TOBEREMOVED /c /GX +# ADD CPP /nologo /ML /I "..\" /I "..\..\..\include" /Zi /W3 /D "WIN32" /D "NDEBUG" /D "_LIB" /D "_MBCS" PRECOMP_VC7_TOBEREMOVED /c /GX +# ADD BASE MTL /nologo /win32 +# ADD MTL /nologo /win32 +# ADD BASE RSC /l 1033 +# ADD RSC /l 1033 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo /out:"..\bin\util.lib" +# ADD LIB32 /nologo /out:"..\bin\util.lib" + +!ENDIF + +# Begin Target + +# Name "util - Win32 Debug" +# Name "util - Win32 Release" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" +# Begin Source File + +SOURCE=..\..\..\util\argparse.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\util\dotlock.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\util\errors.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\util\fileutil.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\util\g10u.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\util\http.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\util\iobuf.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\util\logger.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\util\memory.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\util\miscutil.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\util\secmem.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\util\simple-gettext.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\util\strgutil.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\util\ttyio.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\util\w32reg.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;inc;xsd" +# End Group +# End Target +# End Project + diff --git a/scripts/conf-w32brg/util/util.vcproj b/scripts/conf-w32brg/util/util.vcproj new file mode 100644 index 000000000..9b80b5c72 --- /dev/null +++ b/scripts/conf-w32brg/util/util.vcproj @@ -0,0 +1,156 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="7.10" + Name="util" + ProjectGUID="{290BEC07-E3F7-44A7-8036-2E632C29536D}" + Keyword="Win32Proj"> + <Platforms> + <Platform + Name="Win32"/> + </Platforms> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="Debug" + IntermediateDirectory="Debug" + ConfigurationType="4" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\;..\..\..\include" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB" + MinimalRebuild="TRUE" + BasicRuntimeChecks="3" + RuntimeLibrary="5" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="TRUE" + DebugInformationFormat="3"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLibrarianTool" + OutputFile="..\bin\util.lib"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="Release" + IntermediateDirectory="Release" + ConfigurationType="4" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="..\;..\..\..\include" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB" + RuntimeLibrary="4" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="TRUE" + DebugInformationFormat="3"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLibrarianTool" + OutputFile="..\bin\util.lib"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <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="..\..\..\util\argparse.c"> + </File> + <File + RelativePath="..\..\..\util\dotlock.c"> + </File> + <File + RelativePath="..\..\..\util\errors.c"> + </File> + <File + RelativePath="..\..\..\util\fileutil.c"> + </File> + <File + RelativePath="..\..\..\util\g10u.c"> + </File> + <File + RelativePath="..\..\..\util\http.c"> + </File> + <File + RelativePath="..\..\..\util\iobuf.c"> + </File> + <File + RelativePath="..\..\..\util\logger.c"> + </File> + <File + RelativePath="..\..\..\util\memory.c"> + </File> + <File + RelativePath="..\..\..\util\miscutil.c"> + </File> + <File + RelativePath="..\..\..\util\secmem.c"> + </File> + <File + RelativePath="..\..\..\util\simple-gettext.c"> + </File> + <File + RelativePath="..\..\..\util\strgutil.c"> + </File> + <File + RelativePath="..\..\..\util\ttyio.c"> + </File> + <File + RelativePath="..\..\..\util\w32reg.c"> + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/scripts/conf-w32brg/zlib/zlib.dsp b/scripts/conf-w32brg/zlib/zlib.dsp new file mode 100644 index 000000000..93469e4d4 --- /dev/null +++ b/scripts/conf-w32brg/zlib/zlib.dsp @@ -0,0 +1,194 @@ +# Microsoft Developer Studio Project File - Name="zlib" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=zlib - 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 "zlib.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 "zlib.mak" CFG="zlib - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "zlib - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "zlib - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "zlib - 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 /MLd /I "..\" /Zi /W3 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_MBCS" /Gm PRECOMP_VC7_TOBEREMOVED /GZ /c /GX +# ADD CPP /nologo /MLd /I "..\" /Zi /W3 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_MBCS" /Gm PRECOMP_VC7_TOBEREMOVED /GZ /c /GX +# ADD BASE MTL /nologo /win32 +# ADD MTL /nologo /win32 +# ADD BASE RSC /l 1033 +# ADD RSC /l 1033 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo /out:"..\bin\zlib.lib" +# ADD LIB32 /nologo /out:"..\bin\zlib.lib" + +!ELSEIF "$(CFG)" == "zlib - 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 /ML /I "..\" /Zi /W3 /D "WIN32" /D "NDEBUG" /D "_LIB" /D "_MBCS" PRECOMP_VC7_TOBEREMOVED /c /GX +# ADD CPP /nologo /ML /I "..\" /Zi /W3 /D "WIN32" /D "NDEBUG" /D "_LIB" /D "_MBCS" PRECOMP_VC7_TOBEREMOVED /c /GX +# ADD BASE MTL /nologo /win32 +# ADD MTL /nologo /win32 +# ADD BASE RSC /l 1033 +# ADD RSC /l 1033 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo /out:"..\bin\zlib.lib" +# ADD LIB32 /nologo /out:"..\bin\zlib.lib" + +!ENDIF + +# Begin Target + +# Name "zlib - Win32 Debug" +# Name "zlib - Win32 Release" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" +# Begin Source File + +SOURCE=..\..\..\zlib\adler32.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\zlib\compress.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\zlib\crc32.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\zlib\deflate.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\zlib\infblock.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\zlib\infcodes.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\zlib\inffast.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\zlib\inflate.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\zlib\inftrees.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\zlib\infutil.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\zlib\trees.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\zlib\uncompr.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\zlib\zutil.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;inc;xsd" +# Begin Source File + +SOURCE=..\..\..\zlib\deflate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\zlib\infblock.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\zlib\infcodes.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\zlib\inffast.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\zlib\inffixed.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\zlib\inftrees.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\zlib\infutil.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\zlib\trees.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\zlib\zconf.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\zlib\zlib.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\zlib\zutil.h +# End Source File +# End Group +# End Target +# End Project + diff --git a/scripts/conf-w32brg/zlib/zlib.vcproj b/scripts/conf-w32brg/zlib/zlib.vcproj new file mode 100644 index 000000000..c26a1b374 --- /dev/null +++ b/scripts/conf-w32brg/zlib/zlib.vcproj @@ -0,0 +1,183 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="7.10" + Name="zlib" + ProjectGUID="{80BE3A8F-C18F-4377-A20B-91AC9C57EF92}" + Keyword="Win32Proj"> + <Platforms> + <Platform + Name="Win32"/> + </Platforms> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="Debug" + IntermediateDirectory="Debug" + ConfigurationType="4" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB" + MinimalRebuild="TRUE" + BasicRuntimeChecks="3" + RuntimeLibrary="5" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="TRUE" + DebugInformationFormat="3"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLibrarianTool" + OutputFile="..\bin\zlib.lib"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="Release" + IntermediateDirectory="Release" + ConfigurationType="4" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="..\" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB" + RuntimeLibrary="4" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="TRUE" + DebugInformationFormat="3"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLibrarianTool" + OutputFile="..\bin\zlib.lib"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <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="..\..\..\zlib\adler32.c"> + </File> + <File + RelativePath="..\..\..\zlib\compress.c"> + </File> + <File + RelativePath="..\..\..\zlib\crc32.c"> + </File> + <File + RelativePath="..\..\..\zlib\deflate.c"> + </File> + <File + RelativePath="..\..\..\zlib\infblock.c"> + </File> + <File + RelativePath="..\..\..\zlib\infcodes.c"> + </File> + <File + RelativePath="..\..\..\zlib\inffast.c"> + </File> + <File + RelativePath="..\..\..\zlib\inflate.c"> + </File> + <File + RelativePath="..\..\..\zlib\inftrees.c"> + </File> + <File + RelativePath="..\..\..\zlib\infutil.c"> + </File> + <File + RelativePath="..\..\..\zlib\trees.c"> + </File> + <File + RelativePath="..\..\..\zlib\uncompr.c"> + </File> + <File + RelativePath="..\..\..\zlib\zutil.c"> + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> + <File + RelativePath="..\..\..\zlib\deflate.h"> + </File> + <File + RelativePath="..\..\..\zlib\infblock.h"> + </File> + <File + RelativePath="..\..\..\zlib\infcodes.h"> + </File> + <File + RelativePath="..\..\..\zlib\inffast.h"> + </File> + <File + RelativePath="..\..\..\zlib\inffixed.h"> + </File> + <File + RelativePath="..\..\..\zlib\inftrees.h"> + </File> + <File + RelativePath="..\..\..\zlib\infutil.h"> + </File> + <File + RelativePath="..\..\..\zlib\trees.h"> + </File> + <File + RelativePath="..\..\..\zlib\zconf.h"> + </File> + <File + RelativePath="..\..\..\zlib\zlib.h"> + </File> + <File + RelativePath="..\..\..\zlib\zutil.h"> + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |