crypt.plg
来自「电脑编程技巧和源码。很不错的。」· PLG 代码 · 共 33 行
PLG
33 行
--------------------Configuration: crypt - Win32 Debug--------------------
Begining build with project "D:\zjh\cryptdll\crypt\crypt.dsp", at root.
Active configuration is Win32 (x86) Dynamic-Link Library (based on Win32 (x86) Dynamic-Link Library)
Project's tools are:
"32-bit C/C++ Compiler for 80x86" with flags "/nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_AFXEXT" /FR"Debug/" /Fp"Debug/crypt.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c "
"OLE Type Library Maker" with flags "/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 "
"Win32 Resource Compiler" with flags "/l 0x804 /fo"Debug/crypt.res" /d "_DEBUG" /d "_AFXDLL" "
"Browser Database Maker" with flags "/nologo /o"Debug/crypt.bsc" "
"COFF Linker for 80x86" with flags "/nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/crypt.pdb" /debug /machine:I386 /def:".\crypt.def" /out:"Debug/crypt.dll" /implib:"Debug/crypt.lib" /pdbtype:sept "
"Custom Build" with flags ""
"<Component 0xa>" with flags ""
Creating temp file "C:\WINDOWS\TEMP\RSPB316.TMP" with contents </nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_AFXEXT" /FR"Debug/" /Fp"Debug/crypt.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c
"D:\zjh\cryptdll\crypt\cryptography.cpp"
>
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPB316.TMP"
Creating temp file "C:\WINDOWS\TEMP\RSPB320.TMP" with contents </nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/crypt.pdb" /debug /machine:I386 /def:".\crypt.def" /out:"Debug/crypt.dll" /implib:"Debug/crypt.lib" /pdbtype:sept
.\Debug\crypt.obj
.\Debug\cryptography.obj
.\Debug\StdAfx.obj
.\Debug\crypt.res>
Creating command line "link.exe @C:\WINDOWS\TEMP\RSPB320.TMP"
Compiling...
cryptography.cpp
Linking...
Creating command line "bscmake.exe /nologo /o"Debug/crypt.bsc" .\Debug\StdAfx.sbr .\Debug\crypt.sbr .\Debug\cryptography.sbr"
Creating browse info file...
crypt.dll - 0 error(s), 0 warning(s)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?