📄 pgpsdk.dsp
字号:
# Microsoft Developer Studio Project File - Name="PGPsdk" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
CFG=PGPsdk - Win32 Release
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "PGPsdk.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 "PGPsdk.mak" CFG="PGPsdk - Win32 Release"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "PGPsdk - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE "PGPsdk - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath "Desktop"
CPP=cl.exe
MTL=midl.exe
RSC=rc.exe
!IF "$(CFG)" == "PGPsdk - 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 "../../../../build/win32/Release/"
# PROP Intermediate_Dir ".\Release"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\priv\external\win32\intelrng\include" /I "..\..\..\pfl\win32" /I "..\..\..\pfl\common" /I ".." /I "..\pub\include" /I "..\..\pub\include" /I "..\..\priv\include" /I "..\..\priv\crypto\bignum" /I "..\..\priv\crypto\cipher" /I "..\..\priv\crypto\compress" /I "..\..\priv\crypto\hash" /I "..\..\priv\crypto\pipe\crypt" /I "..\..\priv\crypto\pipe\file" /I "..\..\priv\crypto\pipe\parser" /I "..\..\priv\crypto\pipe\sig" /I "..\..\priv\crypto\pipe\text" /I "..\..\priv\crypto\pipe\utils" /I "..\..\priv\crypto\random" /I "..\..\priv\utilities" /I "..\..\priv\crypto\pubkey" /I "..\..\priv\crypto\ec" /I "..\..\priv\crypto\encoding" /I "..\..\priv\crypto\keys" /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7" /I "..\..\priv\external\common\tis\pkcs8" /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\rpc" /D PGP_DEBUG=0 /D PGP_WIN32=1 /D BNINCLUDE=bni80386c.h /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D OVERRIDE_BUILDFLAGS=1 /YX /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG" /d OVERRIDE_BUILDFLAGS=1
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
# ADD LINK32 rpcrt4.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x10000000" /subsystem:windows /dll /machine:I386 /nodefaultlib:"libc.lib"
# SUBTRACT LINK32 /pdb:none
# Begin Special Build Tool
SOURCE="$(InputPath)"
PostBuild_Desc=Creating static library
PostBuild_Cmds=rename .\Release\PGPsdkLibDLLMain.obj PGPsdkLibDLLMain.ob1 lib /nologo /out:../../../../build/win32/Release\PGPsdkStatic.lib .\Release\*.obj rename .\Release\PGPsdkLibDLLMain.ob1 PGPsdkLibDLLMain.obj
# End Special Build Tool
!ELSEIF "$(CFG)" == "PGPsdk - 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 "../../../../build/win32/Debug/"
# PROP Intermediate_Dir ".\Debug"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
# ADD CPP /nologo /MTd /W3 /GX /ZI /Od /I "..\..\priv\rpc" /I "..\..\priv\external\win32\intelrng\include" /I "..\..\..\pfl\win32" /I "..\..\..\pfl\common" /I ".." /I "..\pub\include" /I "..\..\pub\include" /I "..\..\priv\include" /I "..\..\priv\crypto\bignum" /I "..\..\priv\crypto\cipher" /I "..\..\priv\crypto\compress" /I "..\..\priv\crypto\hash" /I "..\..\priv\crypto\pipe\crypt" /I "..\..\priv\crypto\pipe\file" /I "..\..\priv\crypto\pipe\parser" /I "..\..\priv\crypto\pipe\sig" /I "..\..\priv\crypto\pipe\text" /I "..\..\priv\crypto\pipe\utils" /I "..\..\priv\crypto\random" /I "..\..\priv\utilities" /I "..\..\priv\crypto\pubkey" /I "..\..\priv\crypto\ec" /I "..\..\priv\crypto\encoding" /I "..\..\priv\crypto\keys" /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7" /I "..\..\priv\external\common\tis\pkcs8" /I "..\..\priv\external\common\tis\casupport" /D PGP_DEBUG=1 /D PGP_WIN32=1 /D BNINCLUDE=bni80386c.h /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D OVERRIDE_BUILDFLAGS=1 /YX /FD /c
# SUBTRACT CPP /Fr
# ADD BASE MTL /nologo /D "_DEBUG" /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG" /d OVERRIDE_BUILDFLAGS=1
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
# ADD LINK32 rpcrt4.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x10000000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc.lib" /force
# SUBTRACT LINK32 /pdb:none /nodefaultlib
# Begin Special Build Tool
SOURCE="$(InputPath)"
PostBuild_Desc=Creating static library.
PostBuild_Cmds=rename .\Debug\PGPsdkLibDLLMain.obj PGPsdkLibDLLMain.ob1 lib /nologo /out:../../../../build/win32/Debug\PGPsdkStatic.lib .\Debug\*.obj rename .\Debug\PGPsdkLibDLLMain.ob1 PGPsdkLibDLLMain.obj
# End Special Build Tool
!ENDIF
# Begin Target
# Name "PGPsdk - Win32 Release"
# Name "PGPsdk - Win32 Debug"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
# Begin Group "ec"
# PROP Default_Filter "*.c"
# Begin Source File
SOURCE=..\..\priv\crypto\ec\ec.c
# ADD CPP /W3 /D EC_USE_PRECOMP=1 /D EC_USE_ASM=1 /D EC_USE_PB=1
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\ec\ecBasisIntel.c
!IF "$(CFG)" == "PGPsdk - Win32 Release"
# ADD CPP /W3 /D EC_USE_PRECOMP=1 /D EC_USE_ASM=1 /D EC_USE_PB=1
!ELSEIF "$(CFG)" == "PGPsdk - Win32 Debug"
# ADD CPP /D EC_USE_PRECOMP=1 /D EC_USE_ASM=1 /D EC_USE_PB=1
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\ec\ecNB.c
!IF "$(CFG)" == "PGPsdk - Win32 Release"
# ADD CPP /W3 /D EC_USE_PRECOMP=1 /D EC_USE_ASM=1 /D EC_USE_PB=1
!ELSEIF "$(CFG)" == "PGPsdk - Win32 Debug"
# ADD CPP /D EC_USE_PRECOMP=1 /D EC_USE_ASM=1 /D EC_USE_PB=1
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\ec\ecNBData163.c
!IF "$(CFG)" == "PGPsdk - Win32 Release"
# ADD CPP /W3 /D EC_USE_PRECOMP=1 /D EC_USE_ASM=1 /D EC_USE_PB=1
!ELSEIF "$(CFG)" == "PGPsdk - Win32 Debug"
# ADD CPP /D EC_USE_PRECOMP=1 /D EC_USE_ASM=1 /D EC_USE_PB=1
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\ec\ecNBData283.c
!IF "$(CFG)" == "PGPsdk - Win32 Release"
# ADD CPP /W3 /D EC_USE_PRECOMP=1 /D EC_USE_ASM=1 /D EC_USE_PB=1
!ELSEIF "$(CFG)" == "PGPsdk - Win32 Debug"
# ADD CPP /D EC_USE_PRECOMP=1 /D EC_USE_ASM=1 /D EC_USE_PB=1
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\ec\ecPB.c
!IF "$(CFG)" == "PGPsdk - Win32 Release"
# ADD CPP /W3 /D EC_USE_PRECOMP=1 /D EC_USE_ASM=1 /D EC_USE_PB=1
!ELSEIF "$(CFG)" == "PGPsdk - Win32 Debug"
# ADD CPP /D EC_USE_PRECOMP=1 /D EC_USE_ASM=1 /D EC_USE_PB=1
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\ec\ecScalar.c
# ADD CPP /D EC_USE_PRECOMP=1 /D EC_USE_ASM=1 /D EC_USE_PB=1
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\ec\pgpEC.c
!IF "$(CFG)" == "PGPsdk - Win32 Release"
# ADD CPP /W3 /D EC_USE_PRECOMP=1 /D EC_USE_ASM=1 /D EC_USE_PB=1
!ELSEIF "$(CFG)" == "PGPsdk - Win32 Debug"
# ADD CPP /D EC_USE_PRECOMP=1 /D EC_USE_ASM=1 /D EC_USE_PB=1
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\..\..\pfl\common\pgpUnicode.c
# End Source File
# End Group
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\ava.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\base64.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\bignum\bn.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\bignum\bn32.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\bignum\bngermain.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\bignum\bni32.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\bignum\bni80386c.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\bignum\bnimem.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\bignum\bninit32.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\bignum\bnjacobi.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\bignum\bnlegal.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\bignum\bnprime.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\bignum\bnprint.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\bignum\bnsieve.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\cert.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\cert_asn.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\cert_oid.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\cert_util.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\chain.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\compare.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\context.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\create.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\crl.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\crlext.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\debug.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\pkcs7\libpkcs7\decode.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\pkcs7\libpkcs7\decrypt.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\delete_cert.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\dname.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\pkcs7\libpkcs7\encrypt.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\error.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\pkcs12\export.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\extensions.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\file.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\global.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\pkcs12\import.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\memory.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\pkcs12\pbe12.c
# End Source File
# Begin Source File
SOURCE=..\..\..\pfl\common\pflPrefs.c
# End Source File
# Begin Source File
SOURCE=..\..\..\pfl\common\pflPrefTypes.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\pipe\utils\pgpAddHdr.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\cipher\pgpAES.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\pubkey\pgpAltRSAGlu.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\utilities\pgpAnnotate.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\pipe\file\pgpArmor.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\pipe\file\pgpArmrFil.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\bignum\pgpBigNum.c
# End Source File
# Begin Source File
SOURCE=..\..\..\pfl\common\pgpBinaryTree.c
# End Source File
# Begin Source File
SOURCE=..\..\..\pfl\common\pgpBitUtils.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\pubkey\pgpBSRSAGlue.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\pipe\utils\pgpBufMod.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\utilities\pgpByteFIFO.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\cipher\pgpCAST5.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\cipher\pgpCBC.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\cipher\pgpCFB.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\utilities\pgpCharMap.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\hash\pgpChecksum.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\pipe\crypt\pgpCiphrMod.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\encoding\pgpClientEncode.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\encoding\pgpClientKeyDB.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\pipe\text\pgpCompMod.c
# End Source File
# Begin Source File
SOURCE=..\..\..\pfl\common\pgpCond.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\utilities\pgpConf.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\utilities\pgpContext.c
# ADD CPP /I "..\..\win32\PGPsdkClient"
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\pipe\crypt\pgpConvMod.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\pipe\utils\pgpCopyMod.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\pipe\file\pgpCRC.c
# End Source File
# Begin Source File
SOURCE=..\..\..\pfl\common\pgpDebug.c
# End Source File
# Begin Source File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -