1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-22 10:19:57 +01:00

Even more updates

This commit is contained in:
Werner Koch 2004-07-20 11:56:03 +00:00
parent 3642c92faa
commit 9ba2abbc03
4 changed files with 1310 additions and 0 deletions

View File

@ -0,0 +1,308 @@
# Microsoft Developer Studio Project File - Name="cipher" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Static Library" 0x0104
CFG=cipher - 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 "cipher.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 "cipher.mak" CFG="cipher - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "cipher - Win32 Debug" (based on "Win32 (x86) Static Library")
!MESSAGE "cipher - 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)" == "cipher - 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 "..\..\..\cipher" /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 "..\..\..\cipher" /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\cipher.lib"
# ADD LIB32 /nologo /out:"..\bin\cipher.lib"
!ELSEIF "$(CFG)" == "cipher - 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 "..\..\..\cipher" /I "..\..\..\include" /Zi /W3 /D "WIN32" /D "NDEBUG" /D "_LIB" /D "_MBCS" PRECOMP_VC7_TOBEREMOVED /c /GX
# ADD CPP /nologo /ML /I "..\" /I "..\..\..\cipher" /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\cipher.lib"
# ADD LIB32 /nologo /out:"..\bin\cipher.lib"
!ENDIF
# Begin Target
# Name "cipher - Win32 Debug"
# Name "cipher - Win32 Release"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
# Begin Source File
SOURCE=..\aescrypt.c
!IF "$(CFG)" == "cipher - Win32 Debug"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "cipher - Win32 Release"
# PROP Exclude_From_Build 1
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\aeskey.c
# End Source File
# Begin Source File
SOURCE=..\aestab.c
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\blowfish.c
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\cast5.c
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\cipher.c
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\des.c
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\dsa.c
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\dynload.c
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\elgamal.c
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\g10c.c
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\idea-stub.c
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\md.c
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\md5.c
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\primegen.c
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\pubkey.c
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\random.c
# End Source File
# Begin Source File
SOURCE=..\rijndael2.c
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\rmd160.c
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\rndegd.c
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\rndlinux.c
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\rndunix.c
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\rndw32.c
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\rsa.c
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\sha1.c
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\sha256.c
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\sha512.c
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\smallprime.c
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\tiger.c
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\twofish.c
# End Source File
# End Group
# Begin Group "Header Files"
# PROP Default_Filter "h;hpp;hxx;hm;inl;inc;xsd"
# Begin Source File
SOURCE=..\aes.h
# End Source File
# Begin Source File
SOURCE=..\aesopt.h
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\algorithms.h
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\bithelp.h
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\dsa.h
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\elgamal.h
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\rand-internal.h
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\random.h
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\rmd.h
# End Source File
# Begin Source File
SOURCE=..\..\..\cipher\rsa.h
# End Source File
# End Group
# Begin Group "Assembler"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\aescrypt.asm
!IF "$(CFG)" == "cipher - Win32 Debug"
# PROP Ignore_Default_Tool 1
# Begin Custom Build -
SOURCE="$(InputPath)"
BuildCmds= \
nasm -O2 -f win32 -o "$(ProjDir)ir)\$(OutDir)\$(InputName).obj" "$(InputPath)" \
""$(ProjDir)ir)\$(OutDir)\$(InputName).obj"" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
!ELSEIF "$(CFG)" == "cipher - Win32 Release"
# PROP Ignore_Default_Tool 1
# Begin Custom Build -
SOURCE="$(InputPath)"
BuildCmds= \
nasm -O2 -f win32 -o "$(ProjDir)ir)\$(OutDir)\$(InputName).obj" "$(InputPath)" \
""$(ProjDir)ir)\$(OutDir)\$(InputName).obj"" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
!ENDIF
# End Source File
# End Group
# End Target
# End Project

View File

@ -0,0 +1,266 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Name="cipher"
ProjectGUID="{C7205553-9416-4527-9865-B764BA8C6ABD}"
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="..\;..\..\..\cipher;..\..\..\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\cipher.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="..\;..\..\..\cipher;..\..\..\include"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
RuntimeLibrary="4"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLibrarianTool"
OutputFile="..\bin\cipher.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="..\aescrypt.c">
<FileConfiguration
Name="Debug|Win32"
ExcludedFromBuild="TRUE">
<Tool
Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
ExcludedFromBuild="TRUE">
<Tool
Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File
RelativePath="..\aeskey.c">
</File>
<File
RelativePath="..\aestab.c">
</File>
<File
RelativePath="..\..\..\cipher\blowfish.c">
</File>
<File
RelativePath="..\..\..\cipher\cast5.c">
</File>
<File
RelativePath="..\..\..\cipher\cipher.c">
</File>
<File
RelativePath="..\..\..\cipher\des.c">
</File>
<File
RelativePath="..\..\..\cipher\dsa.c">
</File>
<File
RelativePath="..\..\..\cipher\dynload.c">
</File>
<File
RelativePath="..\..\..\cipher\elgamal.c">
</File>
<File
RelativePath="..\..\..\cipher\g10c.c">
</File>
<File
RelativePath="..\..\..\cipher\idea-stub.c">
</File>
<File
RelativePath="..\..\..\cipher\md.c">
</File>
<File
RelativePath="..\..\..\cipher\md5.c">
</File>
<File
RelativePath="..\..\..\cipher\primegen.c">
</File>
<File
RelativePath="..\..\..\cipher\pubkey.c">
</File>
<File
RelativePath="..\..\..\cipher\random.c">
</File>
<File
RelativePath="..\rijndael2.c">
</File>
<File
RelativePath="..\..\..\cipher\rmd160.c">
</File>
<File
RelativePath="..\..\..\cipher\rndegd.c">
</File>
<File
RelativePath="..\..\..\cipher\rndlinux.c">
</File>
<File
RelativePath="..\..\..\cipher\rndunix.c">
</File>
<File
RelativePath="..\..\..\cipher\rndw32.c">
</File>
<File
RelativePath="..\..\..\cipher\rsa.c">
</File>
<File
RelativePath="..\..\..\cipher\sha1.c">
</File>
<File
RelativePath="..\..\..\cipher\sha256.c">
</File>
<File
RelativePath="..\..\..\cipher\sha512.c">
</File>
<File
RelativePath="..\..\..\cipher\smallprime.c">
</File>
<File
RelativePath="..\..\..\cipher\tiger.c">
</File>
<File
RelativePath="..\..\..\cipher\twofish.c">
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
<File
RelativePath="..\aes.h">
</File>
<File
RelativePath="..\aesopt.h">
</File>
<File
RelativePath="..\..\..\cipher\algorithms.h">
</File>
<File
RelativePath="..\..\..\cipher\bithelp.h">
</File>
<File
RelativePath="..\..\..\cipher\dsa.h">
</File>
<File
RelativePath="..\..\..\cipher\elgamal.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>
</Filter>
<Filter
Name="Assembler"
Filter="">
<File
RelativePath="..\aescrypt.asm">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCustomBuildTool"
CommandLine="nasm -O2 -f win32 -o &quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;
"
Outputs="&quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot;"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCustomBuildTool"
CommandLine="nasm -O2 -f win32 -o &quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;
"
Outputs="&quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot;"/>
</FileConfiguration>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@ -0,0 +1,427 @@
# Microsoft Developer Studio Project File - Name="mpi" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Static Library" 0x0104
CFG=mpi - 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 "mpi.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 "mpi.mak" CFG="mpi - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "mpi - Win32 Debug" (based on "Win32 (x86) Static Library")
!MESSAGE "mpi - 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)" == "mpi - 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 "..\..\..\include" /I "..\" /Zi /W3 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_MBCS" /Gm PRECOMP_VC7_TOBEREMOVED /GZ /c /GX
# ADD CPP /nologo /MLd /I "..\..\..\include" /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:"Debug\mpi.lib"
# ADD LIB32 /nologo /out:"Debug\mpi.lib"
!ELSEIF "$(CFG)" == "mpi - 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 "..\..\..\include" /I "..\" /Zi /W3 /D "WIN32" /D "NDEBUG" /D "_LIB" /D "_MBCS" PRECOMP_VC7_TOBEREMOVED /c /GX
# ADD CPP /nologo /ML /I "..\..\..\include" /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\mpi.lib"
# ADD LIB32 /nologo /out:"..\bin\mpi.lib"
!ENDIF
# Begin Target
# Name "mpi - Win32 Debug"
# Name "mpi - Win32 Release"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
# Begin Source File
SOURCE=..\..\..\mpi\g10m.c
# End Source File
# Begin Source File
SOURCE=..\..\..\mpi\mpi-add.c
# End Source File
# Begin Source File
SOURCE=..\..\..\mpi\mpi-bit.c
# End Source File
# Begin Source File
SOURCE=..\..\..\mpi\mpi-cmp.c
# End Source File
# Begin Source File
SOURCE=..\..\..\mpi\mpi-div.c
# End Source File
# Begin Source File
SOURCE=..\..\..\mpi\mpi-gcd.c
# End Source File
# Begin Source File
SOURCE=..\..\..\mpi\mpi-inline.c
# End Source File
# Begin Source File
SOURCE=..\..\..\mpi\mpi-inv.c
# End Source File
# Begin Source File
SOURCE=..\..\..\mpi\mpi-mpow.c
# End Source File
# Begin Source File
SOURCE=..\..\..\mpi\mpi-mul.c
# End Source File
# Begin Source File
SOURCE=..\..\..\mpi\mpi-pow.c
# End Source File
# Begin Source File
SOURCE=..\..\..\mpi\mpi-scan.c
# End Source File
# Begin Source File
SOURCE=..\..\..\mpi\mpicoder.c
# End Source File
# Begin Source File
SOURCE=..\..\..\mpi\mpih-cmp.c
# End Source File
# Begin Source File
SOURCE=..\..\..\mpi\mpih-div.c
# End Source File
# Begin Source File
SOURCE=..\..\..\mpi\mpih-mul.c
# End Source File
# Begin Source File
SOURCE=..\..\..\mpi\mpiutil.c
# End Source File
# End Group
# Begin Group "Header Files"
# PROP Default_Filter "h;hpp;hxx;hm;inl;inc;xsd"
# Begin Source File
SOURCE=..\..\..\mpi\longlong.h
# End Source File
# Begin Source File
SOURCE=..\..\..\mpi\mpi-inline.h
# End Source File
# Begin Source File
SOURCE=..\..\..\mpi\mpi-internal.h
# End Source File
# End Group
# Begin Group "Assembler"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\nasm586\mpih-add1.asm
!IF "$(CFG)" == "mpi - Win32 Debug"
# PROP Ignore_Default_Tool 1
# Begin Custom Build -
SOURCE="$(InputPath)"
BuildCmds= \
nasm -O2 -f win32 -o "$(ProjDir)ir)\$(OutDir)\$(InputName).obj" "$(InputPath)" \
""$(ProjDir)ir)\$(OutDir)\$(InputName).obj"" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
!ELSEIF "$(CFG)" == "mpi - Win32 Release"
# PROP Ignore_Default_Tool 1
# Begin Custom Build -
SOURCE="$(InputPath)"
BuildCmds= \
nasm -O2 -f win32 -o "$(ProjDir)ir)\$(OutDir)\$(InputName).obj" "$(InputPath)" \
""$(ProjDir)ir)\$(OutDir)\$(InputName).obj"" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\nasm586\mpih-lshift.asm
!IF "$(CFG)" == "mpi - Win32 Debug"
# PROP Ignore_Default_Tool 1
# Begin Custom Build -
SOURCE="$(InputPath)"
BuildCmds= \
nasm -O2 -f win32 -o "$(ProjDir)ir)\$(OutDir)\$(InputName).obj" "$(InputPath)" \
""$(ProjDir)ir)\$(OutDir)\$(InputName).obj"" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
!ELSEIF "$(CFG)" == "mpi - Win32 Release"
# PROP Ignore_Default_Tool 1
# Begin Custom Build -
SOURCE="$(InputPath)"
BuildCmds= \
nasm -O2 -f win32 -o "$(ProjDir)ir)\$(OutDir)\$(InputName).obj" "$(InputPath)" \
""$(ProjDir)ir)\$(OutDir)\$(InputName).obj"" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\nasm586\mpih-mul1.asm
!IF "$(CFG)" == "mpi - Win32 Debug"
# PROP Ignore_Default_Tool 1
# Begin Custom Build -
SOURCE="$(InputPath)"
BuildCmds= \
nasm -O2 -f win32 -o "$(ProjDir)ir)\$(OutDir)\$(InputName).obj" "$(InputPath)" \
""$(ProjDir)ir)\$(OutDir)\$(InputName).obj"" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
!ELSEIF "$(CFG)" == "mpi - Win32 Release"
# PROP Ignore_Default_Tool 1
# Begin Custom Build -
SOURCE="$(InputPath)"
BuildCmds= \
nasm -O2 -f win32 -o "$(ProjDir)ir)\$(OutDir)\$(InputName).obj" "$(InputPath)" \
""$(ProjDir)ir)\$(OutDir)\$(InputName).obj"" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\nasm586\mpih-mul2.asm
!IF "$(CFG)" == "mpi - Win32 Debug"
# PROP Ignore_Default_Tool 1
# Begin Custom Build -
SOURCE="$(InputPath)"
BuildCmds= \
nasm -O2 -f win32 -o "$(ProjDir)ir)\$(OutDir)\$(InputName).obj" "$(InputPath)" \
""$(ProjDir)ir)\$(OutDir)\$(InputName).obj"" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
!ELSEIF "$(CFG)" == "mpi - Win32 Release"
# PROP Ignore_Default_Tool 1
# Begin Custom Build -
SOURCE="$(InputPath)"
BuildCmds= \
nasm -O2 -f win32 -o "$(ProjDir)ir)\$(OutDir)\$(InputName).obj" "$(InputPath)" \
""$(ProjDir)ir)\$(OutDir)\$(InputName).obj"" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\nasm586\mpih-mul3.asm
!IF "$(CFG)" == "mpi - Win32 Debug"
# PROP Ignore_Default_Tool 1
# Begin Custom Build -
SOURCE="$(InputPath)"
BuildCmds= \
nasm -O2 -f win32 -o "$(ProjDir)ir)\$(OutDir)\$(InputName).obj" "$(InputPath)" \
""$(ProjDir)ir)\$(OutDir)\$(InputName).obj"" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
!ELSEIF "$(CFG)" == "mpi - Win32 Release"
# PROP Ignore_Default_Tool 1
# Begin Custom Build -
SOURCE="$(InputPath)"
BuildCmds= \
nasm -O2 -f win32 -o "$(ProjDir)ir)\$(OutDir)\$(InputName).obj" "$(InputPath)" \
""$(ProjDir)ir)\$(OutDir)\$(InputName).obj"" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\nasm586\mpih-rshift.asm
!IF "$(CFG)" == "mpi - Win32 Debug"
# PROP Ignore_Default_Tool 1
# Begin Custom Build -
SOURCE="$(InputPath)"
BuildCmds= \
nasm -O2 -f win32 -o "$(ProjDir)ir)\$(OutDir)\$(InputName).obj" "$(InputPath)" \
""$(ProjDir)ir)\$(OutDir)\$(InputName).obj"" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
!ELSEIF "$(CFG)" == "mpi - Win32 Release"
# PROP Ignore_Default_Tool 1
# Begin Custom Build -
SOURCE="$(InputPath)"
BuildCmds= \
nasm -O2 -f win32 -o "$(ProjDir)ir)\$(OutDir)\$(InputName).obj" "$(InputPath)" \
""$(ProjDir)ir)\$(OutDir)\$(InputName).obj"" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\nasm586\mpih-sub1.asm
!IF "$(CFG)" == "mpi - Win32 Debug"
# PROP Ignore_Default_Tool 1
# Begin Custom Build -
SOURCE="$(InputPath)"
BuildCmds= \
nasm -O2 -f win32 -o "$(ProjDir)ir)\$(OutDir)\$(InputName).obj" "$(InputPath)" \
""$(ProjDir)ir)\$(OutDir)\$(InputName).obj"" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
!ELSEIF "$(CFG)" == "mpi - Win32 Release"
# PROP Ignore_Default_Tool 1
# Begin Custom Build -
SOURCE="$(InputPath)"
BuildCmds= \
nasm -O2 -f win32 -o "$(ProjDir)ir)\$(OutDir)\$(InputName).obj" "$(InputPath)" \
""$(ProjDir)ir)\$(OutDir)\$(InputName).obj"" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
!ENDIF
# End Source File
# End Group
# End Target
# End Project

View File

@ -0,0 +1,309 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Name="mpi"
ProjectGUID="{0E153E2B-8820-4FD1-9537-02B15C279F31}"
RootNamespace="mpi"
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="$(OutDir)/mpi.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\mpi.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="..\..\..\mpi\g10m.c">
</File>
<File
RelativePath="..\..\..\mpi\mpi-add.c">
</File>
<File
RelativePath="..\..\..\mpi\mpi-bit.c">
</File>
<File
RelativePath="..\..\..\mpi\mpi-cmp.c">
</File>
<File
RelativePath="..\..\..\mpi\mpi-div.c">
</File>
<File
RelativePath="..\..\..\mpi\mpi-gcd.c">
</File>
<File
RelativePath="..\..\..\mpi\mpi-inline.c">
</File>
<File
RelativePath="..\..\..\mpi\mpi-inv.c">
</File>
<File
RelativePath="..\..\..\mpi\mpi-mpow.c">
</File>
<File
RelativePath="..\..\..\mpi\mpi-mul.c">
</File>
<File
RelativePath="..\..\..\mpi\mpi-pow.c">
</File>
<File
RelativePath="..\..\..\mpi\mpi-scan.c">
</File>
<File
RelativePath="..\..\..\mpi\mpicoder.c">
</File>
<File
RelativePath="..\..\..\mpi\mpih-cmp.c">
</File>
<File
RelativePath="..\..\..\mpi\mpih-div.c">
</File>
<File
RelativePath="..\..\..\mpi\mpih-mul.c">
</File>
<File
RelativePath="..\..\..\mpi\mpiutil.c">
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
<File
RelativePath="..\..\..\mpi\longlong.h">
</File>
<File
RelativePath="..\..\..\mpi\mpi-inline.h">
</File>
<File
RelativePath="..\..\..\mpi\mpi-internal.h">
</File>
</Filter>
<Filter
Name="Assembler"
Filter="">
<File
RelativePath="..\nasm586\mpih-add1.asm">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCustomBuildTool"
CommandLine="nasm -O2 -f win32 -o &quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;
"
Outputs="&quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot;"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCustomBuildTool"
CommandLine="nasm -O2 -f win32 -o &quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;
"
Outputs="&quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot;"/>
</FileConfiguration>
</File>
<File
RelativePath="..\nasm586\mpih-lshift.asm">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCustomBuildTool"
CommandLine="nasm -O2 -f win32 -o &quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;
"
Outputs="&quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot;"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCustomBuildTool"
CommandLine="nasm -O2 -f win32 -o &quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;
"
Outputs="&quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot;"/>
</FileConfiguration>
</File>
<File
RelativePath="..\nasm586\mpih-mul1.asm">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCustomBuildTool"
CommandLine="nasm -O2 -f win32 -o &quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;
"
Outputs="&quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot;"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCustomBuildTool"
CommandLine="nasm -O2 -f win32 -o &quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;
"
Outputs="&quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot;"/>
</FileConfiguration>
</File>
<File
RelativePath="..\nasm586\mpih-mul2.asm">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCustomBuildTool"
CommandLine="nasm -O2 -f win32 -o &quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;
"
Outputs="&quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot;"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCustomBuildTool"
CommandLine="nasm -O2 -f win32 -o &quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;
"
Outputs="&quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot;"/>
</FileConfiguration>
</File>
<File
RelativePath="..\nasm586\mpih-mul3.asm">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCustomBuildTool"
CommandLine="nasm -O2 -f win32 -o &quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;
"
Outputs="&quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot;"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCustomBuildTool"
CommandLine="nasm -O2 -f win32 -o &quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;
"
Outputs="&quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot;"/>
</FileConfiguration>
</File>
<File
RelativePath="..\nasm586\mpih-rshift.asm">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCustomBuildTool"
CommandLine="nasm -O2 -f win32 -o &quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;
"
Outputs="&quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot;"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCustomBuildTool"
CommandLine="nasm -O2 -f win32 -o &quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;
"
Outputs="&quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot;"/>
</FileConfiguration>
</File>
<File
RelativePath="..\nasm586\mpih-sub1.asm">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCustomBuildTool"
CommandLine="nasm -O2 -f win32 -o &quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;
"
Outputs="&quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot;"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCustomBuildTool"
CommandLine="nasm -O2 -f win32 -o &quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;
"
Outputs="&quot;$(ProjectDir)\$(OutDir)\$(InputName).obj&quot;"/>
</FileConfiguration>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>