product.plg
来自「使用VC中的Direct Draw 开发的45度斜角地图」· PLG 代码 · 共 40 行
PLG
40 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Product - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\PWIN98\TEMP\RSP7051.TMP" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/Product.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\VC光盘\Code\CH13\CH13-6\DXDW.cpp"
"E:\VC光盘\Code\CH13\CH13-6\main.cpp"
]
Creating command line "cl.exe @C:\PWIN98\TEMP\RSP7051.TMP"
Creating temporary file "C:\PWIN98\TEMP\RSP7052.TMP" with contents
[
Dxguid.lib Ddraw.lib Dinput.lib Winmm.lib Dsound.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 /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Product.pdb" /debug /machine:I386 /out:"Debug/Product.exe" /pdbtype:sept
".\Debug\DXDW.obj"
".\Debug\main.obj"
".\Debug\FPS.obj"
]
Creating command line "link.exe @C:\PWIN98\TEMP\RSP7052.TMP"
<h3>Output Window</h3>
Compiling...
DXDW.cpp
main.cpp
Linking...
Creating command line "bscmake.exe /nologo /o"Debug/Product.bsc" ".\Debug\DXDW.sbr" ".\Debug\main.sbr" ".\Debug\FPS.sbr""
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
Product.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?