calendar1.plg

来自「编辑语言:C++ 编辑环境:Microsoft Visual C++ 6.0 是」· PLG 代码 · 共 41 行

PLG
41
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: calendar1 - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/calendar1.res" /d "NDEBUG" /d "_AFXDLL" "D:\新建文件夹 (2)\calendar1\calendar1.rc"" 
Creating temporary file "C:\DOCUME~1\wlzx\LOCALS~1\Temp\RSP88.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/calendar1.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\新建文件夹 (2)\calendar1\calendar1.cpp"
"D:\新建文件夹 (2)\calendar1\calendar1Dlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\wlzx\LOCALS~1\Temp\RSP88.tmp" 
Creating temporary file "C:\DOCUME~1\wlzx\LOCALS~1\Temp\RSP89.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/calendar1.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\新建文件夹 (2)\calendar1\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\wlzx\LOCALS~1\Temp\RSP89.tmp" 
Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/calendar1.pdb" /machine:I386 /out:"Release/calendar1.exe"  ".\Release\calendar1.obj" ".\Release\calendar1Dlg.obj" ".\Release\StdAfx.obj" ".\Release\calendar1.res" "
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
calendar1.cpp
calendar1Dlg.cpp
Generating Code...
Linking...



<h3>Results</h3>
calendar1.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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