cube.plg

来自「人民邮电出版社出版的《FPGA硬件接口设计实践》一书的代码」· PLG 代码 · 共 34 行

PLG
34
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Cube - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo".\Release/Cube.res" /d "NDEBUG" /d "_AFXDLL" "D:\USBSoftLock\Driver\cube(test application)\Cube.rc"" 
Creating temporary file "C:\DOCUME~1\LOUXIN~1\LOCALS~1\Temp\RSP21D.tmp" with contents
[
opengl32.lib glu32.lib /nologo /subsystem:windows /incremental:no /pdb:".\Release/cube.pdb" /machine:I386 /out:".\Release/cube.exe" 
".\Release\Cube.obj"
".\Release\Cubedoc.obj"
".\Release\Cubeview.obj"
".\Release\Mainfrm.obj"
".\Release\Stdafx.obj"
".\Release\Cube.res"
".\Release\SoftLock.obj"
".\Release\InputDialog.obj"
]
Creating command line "link.exe @C:\DOCUME~1\LOUXIN~1\LOCALS~1\Temp\RSP21D.tmp"
<h3>Output Window</h3>
Compiling resources...
Linking...



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

⌨️ 快捷键说明

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