📄 pgpsdkui.dsp
字号:
# Microsoft Developer Studio Project File - Name="PGPsdkUI" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
CFG=PGPsdkUI - 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 "PGPsdkUI.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 "PGPsdkUI.mak" CFG="PGPsdkUI - Win32 Release"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "PGPsdkUI - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE "PGPsdkUI - 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)" == "PGPsdkUI - 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 /FD /c
# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\priv\crypto\keys" /I "..\..\..\pfl\win32" /I "..\..\..\pfl\common" /I "..\..\..\pfl\common\file" /I "..\..\..\pfl\common\prefs" /I "..\..\..\pfl\common\util" /I ".." /I "..\..\pub\include" /I "..\..\priv\include" /I "..\..\priv\include\opaque" /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\debug" /I "..\..\priv\keys\keydb" /I "..\..\priv\keys\keys" /I "..\..\priv\keys\pubkey" /I "..\..\priv\regexp" /I "..\..\priv\utilities\errors" /I "..\..\priv\utilities" /I "..\..\priv\utilities\helper" /I "..\..\priv\utilities\utils" /I "..\..\priv\utilities\prefs" /I "..\..\priv\clientlib" /I "..\..\priv\encrypt" /I "..\..\..\pfl\common\sorting" /I "..\..\priv\ui" /I "..\..\..\pgpsdk\win32\pub\include" /I "." /D _WIN32_IE=0x0300 /D PGP_DEBUG=0 /D PGP_WIN32=1 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D OVERRIDE_BUILDFLAGS=1 /YX /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /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 ..\..\..\..\build\win32\release\pgpsdk.lib ..\..\..\..\build\win32\release/PGPsdkNL.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 comctl32.lib wsock32.lib htmlhelp.lib imm32.lib /nologo /base:"0x12000000" /subsystem:windows /dll /machine:I386
# Begin Special Build Tool
SOURCE="$(InputPath)"
PostBuild_Desc=Building static library
PostBuild_Cmds=rename .\Release\PGPsdkUILibDLLMain.obj PGPsdkUILibDLLMain.ob1 lib /nologo /out:.\Release\PGPsdkUIStatic.lib .\Release\*.obj rename .\Release\PGPsdkUILibDLLMain.ob1 PGPsdkUILibDLLMain.obj
# End Special Build Tool
!ELSEIF "$(CFG)" == "PGPsdkUI - 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 /FD /c
# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\priv\crypto\keys" /I "..\..\..\pfl\win32" /I "..\..\..\pfl\common" /I "..\..\..\pfl\common\file" /I "..\..\..\pfl\common\prefs" /I "..\..\..\pfl\common\util" /I ".." /I "..\..\pub\include" /I "..\..\priv\include" /I "..\..\priv\include\opaque" /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\debug" /I "..\..\priv\keys\keydb" /I "..\..\priv\keys\keys" /I "..\..\priv\keys\pubkey" /I "..\..\priv\regexp" /I "..\..\priv\utilities\errors" /I "..\..\priv\utilities" /I "..\..\priv\utilities\helper" /I "..\..\priv\utilities\utils" /I "..\..\priv\utilities\prefs" /I "..\..\priv\clientlib" /I "..\..\priv\encrypt" /I "..\..\..\pfl\common\sorting" /I "..\..\priv\ui" /I "..\..\..\pgpsdk\win32\pub\include" /I "." /D _WIN32_IE=0x0300 /D PGP_DEBUG=1 /D PGP_WIN32=1 /D "_DEBUG" /D "NEEDPROTOS" /D "WIN32" /D "_WINDOWS" /D OVERRIDE_BUILDFLAGS=1 /FR /YX /FD /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /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 /pdbtype:sept
# ADD LINK32 ..\..\..\..\build\win32\debug\pgpsdk.lib ..\..\..\..\build\win32\debug/PGPsdkNL.lib wsock32.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 comctl32.lib htmlhelp.lib imm32.lib /nologo /base:"0x12000000" /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
# Begin Special Build Tool
SOURCE="$(InputPath)"
PostBuild_Desc=Building static library
PostBuild_Cmds=rename .\Debug\PGPsdkUILibDLLMain.obj PGPsdkUILibDLLMain.ob1 lib /nologo /out:.\Debug\PGPsdkUIStatic.lib .\Debug\*.obj rename .\Debug\PGPsdkUILibDLLMain.ob1 PGPsdkUILibDLLMain.obj
# End Special Build Tool
!ENDIF
# Begin Target
# Name "PGPsdkUI - Win32 Release"
# Name "PGPsdkUI - Win32 Debug"
# Begin Group "Source Files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\src\Infobar.c
# End Source File
# Begin Source File
SOURCE=.\src\pgpCLUtils.c
# End Source File
# Begin Source File
SOURCE=.\src\PGPCollectRandomDataCL.cpp
# End Source File
# Begin Source File
SOURCE=.\src\PGPCollectRandomDataDialog.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\pfl\common\pgpDebug.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\ui\pgpDialogOptions.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\ui\pgpDialogs.cpp
# End Source File
# Begin Source File
SOURCE=..\..\priv\ui\pgpDialogTTY.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\pfl\common\pgpFileIO.c
# End Source File
# Begin Source File
SOURCE=..\..\..\pfl\common\pgpFileSpec.c
# End Source File
# Begin Source File
SOURCE=..\..\..\pfl\common\pgpFileSpecStd.c
# End Source File
# Begin Source File
SOURCE=..\..\..\pfl\common\pgpFileSpecVTBL.c
# End Source File
# Begin Source File
SOURCE=..\..\..\pfl\win32\pgpFileSpecWin32.c
# End Source File
# Begin Source File
SOURCE=..\..\..\pfl\common\pgpFileUtilities.c
# End Source File
# Begin Source File
SOURCE=..\..\..\pfl\common\pgpIO.c
# End Source File
# Begin Source File
SOURCE=.\src\pgpKBNT.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\ui\pgpKeyServerDialogCommon.cpp
# End Source File
# Begin Source File
SOURCE=.\src\PGPKeyServerDialogs.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\pfl\common\pgpLeaks.c
# End Source File
# Begin Source File
SOURCE=..\..\..\pfl\common\pgpMem.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\utilities\pgpOptionList.c
# ADD CPP /I "..\..\priv\crypto\encoding"
# End Source File
# Begin Source File
SOURCE=.\src\PGPOptionsDialog.cpp
# End Source File
# Begin Source File
SOURCE=.\src\PGPPassphraseCL.cpp
# End Source File
# Begin Source File
SOURCE=.\src\PGPPassphraseDialog.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\pfl\common\pgpPassphraseUtils.c
# End Source File
# Begin Source File
SOURCE=.\src\PGPRecipientDialog.cpp
# End Source File
# Begin Source File
SOURCE=..\..\priv\ui\pgpRecipientDialogCommon.cpp
# End Source File
# Begin Source File
SOURCE=.\PGPsdkUI.def
# End Source File
# Begin Source File
SOURCE=..\..\priv\ui\pgpSDKUILib.c
# End Source File
# Begin Source File
SOURCE=.\src\PGPsdkUILibDLLMain.c
# End Source File
# Begin Source File
SOURCE=..\..\..\pfl\common\pgpStdFileIO.c
# End Source File
# Begin Source File
SOURCE=..\..\..\pfl\common\pgpStrings.c
# End Source File
# Begin Source File
SOURCE=..\..\..\pfl\common\pgpUnicode.c
# End Source File
# Begin Source File
SOURCE=..\..\..\pfl\win32\pgpUnicodeWin32.c
# End Source File
# Begin Source File
SOURCE=.\src\RDdrag.c
# End Source File
# Begin Source File
SOURCE=.\src\RDdraw.c
# End Source File
# Begin Source File
SOURCE=.\src\RDkeyDB.c
# End Source File
# Begin Source File
SOURCE=.\src\RDlstmng.c
# End Source File
# Begin Source File
SOURCE=.\src\RDlstsrt.c
# End Source File
# Begin Source File
SOURCE=.\src\RDlstsub.c
# End Source File
# Begin Source File
SOURCE=.\src\RDmain.c
# End Source File
# Begin Source File
SOURCE=.\src\RDmove.c
# End Source File
# Begin Source File
SOURCE=.\src\RDproc.c
# End Source File
# Begin Source File
SOURCE=.\src\RDserver.c
# End Source File
# Begin Source File
SOURCE=..\..\..\pfl\win32\SpaceEdit.c
# End Source File
# Begin Source File
SOURCE=..\..\..\pfl\win32\UTF8Edit.c
# End Source File
# End Group
# Begin Group "Resource Files"
# PROP Default_Filter "*.rc"
# Begin Source File
SOURCE=.\res\dlgicon.ico
# End Source File
# Begin Source File
SOURCE=.\res\infoicon.ico
# End Source File
# Begin Source File
SOURCE=.\pgpsdkui.rc
# End Source File
# End Group
# Begin Source File
SOURCE=.\res\images24.bmp
# End Source File
# Begin Source File
SOURCE=.\res\images4.bmp
# End Source File
# End Target
# End Project
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -