tcard.plg

来自「简单的纸牌游戏,请初学者」· PLG 代码 · 共 35 行

PLG
35
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: TCARD - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINDOWS\TEMP\RSP2342.TMP" with contents
[
/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/TCARD.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c 
"C:\aolcpp\TCARD\MainWnd.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP2342.TMP" 
Creating temporary file "C:\WINDOWS\TEMP\RSP2343.TMP" with contents
[
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 /incremental:no /pdb:"Release/TCARD.pdb" /machine:I386 /out:"Release/TCARD.exe" 
.\Release\MainWnd.obj
.\Release\CardScript.res
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSP2343.TMP"
<h3>Output Window</h3>
Compiling...
MainWnd.cpp
C:\aolcpp\TCARD\RandNumber.h(53) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
Linking...



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

⌨️ 快捷键说明

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