pgpexch.dsp

来自「PGP8.0源码 请认真阅读您的文件包然后写出其具体功能」· DSP 代码 · 共 305 行

DSP
305
字号
# Microsoft Developer Studio Project File - Name="PGPexch" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **

# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102

CFG=PGPexch - 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 "PGPexch.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 "PGPexch.mak" CFG="PGPexch - Win32 Debug"
!MESSAGE 
!MESSAGE Possible choices for configuration are:
!MESSAGE 
!MESSAGE "PGPexch - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE "PGPexch - 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)" == "PGPexch - 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" /D "_MBCS" /D "_USRDLL" /D "PGPEXCH_EXPORTS" /YX /FD /c
# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\shared" /I "..\..\shared\win32" /I "..\..\..\libs2\pfl\common" /I "..\..\..\libs2\pfl\win32" /I "..\..\..\libs2\pgpsdk\pub\include" /I "..\..\..\libs2\pgpsdk\win32\pub\include" /D "NDEBUG" /D PGP_DEBUG=0 /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PGPEXCH_EXPORTS" /D PGP_WIN32=1 /D _WIN32_IE=0x0300 /D OVERRIDE_BUILDFLAGS=1 /FD /c
# SUBTRACT CPP /YX /Yc /Yu
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /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 /dll /machine:I386
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib mapi32.lib shlwapi.lib /nologo /base:"0x33000000" /dll /machine:I386

!ELSEIF  "$(CFG)" == "PGPexch - 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" /D "_MBCS" /D "_USRDLL" /D "PGPEXCH_EXPORTS" /YX /FD /GZ /c
# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\shared" /I "..\..\shared\win32" /I "..\..\..\libs2\pfl\common" /I "..\..\..\libs2\pfl\win32" /I "..\..\..\libs2\pgpsdk\pub\include" /I "..\..\..\libs2\pgpsdk\win32\pub\include" /D "_DEBUG" /D PGP_DEBUG=1 /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PGPEXCH_EXPORTS" /D PGP_WIN32=1 /D _WIN32_IE=0x0300 /D OVERRIDE_BUILDFLAGS=1 /FD /GZ /c
# SUBTRACT CPP /YX /Yc /Yu
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /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 /dll /debug /machine:I386 /pdbtype:sept
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib mapi32.lib shlwapi.lib /nologo /base:"0x33000000" /dll /debug /machine:I386 /pdbtype:sept

!ENDIF 

# Begin Target

# Name "PGPexch - Win32 Release"
# Name "PGPexch - Win32 Debug"
# Begin Group "Source Files"

# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File

SOURCE=..\..\shared\win32\BlockUtils.c
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# Begin Source File

SOURCE=.\CPGPexch.cpp
# SUBTRACT CPP /YX /Yc
# End Source File
# Begin Source File

SOURCE=.\CPGPexchAttachedFileEvents.cpp
# End Source File
# Begin Source File

SOURCE=.\CPGPexchCommands.cpp
# End Source File
# Begin Source File

SOURCE=.\CPGPexchMessageEvents.cpp
# End Source File
# Begin Source File

SOURCE=.\CPGPExtModeless.cpp
# End Source File
# Begin Source File

SOURCE=.\CPGPMsgBackup.cpp
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# Begin Source File

SOURCE=.\CPGPMsgBackupHash.cpp
# End Source File
# Begin Source File

SOURCE=.\DecryptVerify.cpp
# End Source File
# Begin Source File

SOURCE=.\EncryptSign.cpp
# End Source File
# Begin Source File

SOURCE=.\GUIDs.cpp
# End Source File
# Begin Source File

SOURCE=.\HiddenWindow.cpp
# End Source File
# Begin Source File

SOURCE=..\..\shared\win32\ParseMime.c
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# Begin Source File

SOURCE=.\PGPexch.def
# End Source File
# Begin Source File

SOURCE=.\PGPexch.rc
# End Source File
# Begin Source File

SOURCE=..\..\..\libs2\pfl\common\pgpUnicode.c
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# Begin Source File

SOURCE=..\..\..\libs2\pfl\win32\pgpUnicodeWin32.c
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# Begin Source File

SOURCE=..\..\shared\pgpVersionHeader.c
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# Begin Source File

SOURCE=..\..\shared\win32\Prefs.c
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# Begin Source File

SOURCE=.\Recipients.cpp
# End Source File
# Begin Source File

SOURCE=..\..\shared\win32\RichEdit_IO.c
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# Begin Source File

SOURCE=..\..\shared\win32\SigEvent.c
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# Begin Source File

SOURCE=.\Utils.cpp
# End Source File
# Begin Source File

SOURCE=..\..\shared\win32\VerificationBlock.c
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# Begin Source File

SOURCE=.\Working.cpp
# End Source File
# End Group
# Begin Group "Header Files"

# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File

SOURCE=.\CPGPexch.h
# End Source File
# Begin Source File

SOURCE=.\CPGPExtModeless.h
# End Source File
# Begin Source File

SOURCE=.\CPGPMsgBackup.h
# End Source File
# Begin Source File

SOURCE=.\CPGPMsgBackupHash.h
# End Source File
# Begin Source File

SOURCE=.\Globals.h
# End Source File
# Begin Source File

SOURCE=.\GUIDs.h
# End Source File
# Begin Source File

SOURCE=.\HiddenWindow.h
# End Source File
# Begin Source File

SOURCE=.\Outlook.h
# End Source File
# Begin Source File

SOURCE=.\Recipients.h
# End Source File
# Begin Source File

SOURCE=.\Utils.h
# End Source File
# End Group
# Begin Group "Resource Files"

# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
# Begin Source File

SOURCE=.\Res\alt_dec.bmp
# End Source File
# Begin Source File

SOURCE=.\Res\alt_enc.bmp
# End Source File
# Begin Source File

SOURCE=.\Res\alt_keys.bmp
# End Source File
# Begin Source File

SOURCE=.\Res\alt_sign.bmp
# End Source File
# Begin Source File

SOURCE=.\Res\decrypt.bmp
# End Source File
# Begin Source File

SOURCE=.\Res\encrypt.bmp
# End Source File
# Begin Source File

SOURCE=.\Res\pgpkeys.bmp
# End Source File
# Begin Source File

SOURCE=.\Res\sign.bmp
# End Source File
# Begin Source File

SOURCE=.\Res\xp_dec.bmp
# End Source File
# Begin Source File

SOURCE=.\Res\xp_enc.bmp
# End Source File
# Begin Source File

SOURCE=.\Res\xp_keys.bmp
# End Source File
# Begin Source File

SOURCE=.\Res\xp_sign.bmp
# End Source File
# End Group
# End Target
# End Project

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?