shoot.plg

来自「射击小游戏」· PLG 代码 · 共 74 行

PLG
74
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Shoot - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\libiao\LOCALS~1\Temp\RSP13.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/Shoot.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"C:\Documents and Settings\libiao\桌面\可视化编程技术期末大作业\Shoot\Shoot.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\libiao\LOCALS~1\Temp\RSP13.tmp" 
Creating temporary file "C:\DOCUME~1\libiao\LOCALS~1\Temp\RSP14.tmp" with contents
[
Winmm.lib SkinPlusPlusDLL.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Shoot.pdb" /debug /machine:I386 /out:"Debug/Shoot.exe" /pdbtype:sept 
".\Debug\Bao.obj"
".\Debug\BaoSystem.obj"
".\Debug\BaseObject.obj"
".\Debug\Bitmap.obj"
".\Debug\Bullet.obj"
".\Debug\BulletSystem.obj"
".\Debug\Collision.obj"
".\Debug\Enemy.obj"
".\Debug\EnemySystem.obj"
".\Debug\FighterPlane.obj"
".\Debug\HeroDlg.obj"
".\Debug\MainFrm.obj"
".\Debug\Player.obj"
".\Debug\Shoot.obj"
".\Debug\ShootDoc.obj"
".\Debug\ShootView.obj"
".\Debug\StdAfx.obj"
".\Debug\Shoot.res"
]
Creating command line "link.exe @C:\DOCUME~1\libiao\LOCALS~1\Temp\RSP14.tmp"
<h3>Output Window</h3>
Compiling...
Shoot.cpp
Automatically linking with SkinPlusPlusDLL.dll
Linking...
Creating temporary file "C:\DOCUME~1\libiao\LOCALS~1\Temp\RSP16.tmp" with contents
[
/nologo /o"Debug/Shoot.bsc" 
".\Debug\StdAfx.sbr"
".\Debug\Bao.sbr"
".\Debug\BaoSystem.sbr"
".\Debug\BaseObject.sbr"
".\Debug\Bitmap.sbr"
".\Debug\Bullet.sbr"
".\Debug\BulletSystem.sbr"
".\Debug\Collision.sbr"
".\Debug\Enemy.sbr"
".\Debug\EnemySystem.sbr"
".\Debug\FighterPlane.sbr"
".\Debug\HeroDlg.sbr"
".\Debug\MainFrm.sbr"
".\Debug\Player.sbr"
".\Debug\Shoot.sbr"
".\Debug\ShootDoc.sbr"
".\Debug\ShootView.sbr"]
Creating command line "bscmake.exe @C:\DOCUME~1\libiao\LOCALS~1\Temp\RSP16.tmp"
Creating browse info file...
<h3>Output Window</h3>



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

⌨️ 快捷键说明

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