calendar.plg
来自「这是我从网上找到的阴历算法」· PLG 代码 · 共 55 行
PLG
55 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Calendar - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/Calendar.res" /d "NDEBUG" /d "_AFXDLL" "D:\Down\复件 (2) 阴历算法\Calendar.rc""
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP283.tmp" with contents
[
/nologo /MD /W2 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/Calendar.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\Down\复件 (2) 阴历算法\Calendar.cpp"
"D:\Down\复件 (2) 阴历算法\Calendar1.cpp"
"D:\Down\复件 (2) 阴历算法\CalendarDlg.cpp"
"D:\Down\复件 (2) 阴历算法\CalendarFrm.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP283.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP284.tmp" with contents
[
/nologo /MD /W2 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/Calendar.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\Down\复件 (2) 阴历算法\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP284.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP285.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/Calendar.pdb" /machine:I386 /out:"Release/Calendar.exe"
".\Release\Calendar.obj"
".\Release\Calendar1.obj"
".\Release\CalendarDlg.obj"
".\Release\CalendarFrm.obj"
".\Release\StdAfx.obj"
".\Release\Calendar.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP285.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Calendar.cpp
Calendar1.cpp
CalendarDlg.cpp
CalendarFrm.cpp
Generating Code...
Linking...
<h3>Results</h3>
Calendar.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?