📄 matwave.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MatWave - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/MatWave.res" /d "NDEBUG" "D:\book\soft\ch11\MatWave\MatWave.rc""
Creating temporary file "C:\WINDOWS\TEMP\RSP8134.TMP" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /D "_USRDLL" /Fp"Release/MatWave.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\book\soft\ch11\MatWave\main.cpp"
"D:\book\soft\ch11\MatWave\MatWave.cpp"
"D:\book\soft\ch11\MatWave\wave.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP8134.TMP"
Creating temporary file "C:\WINDOWS\TEMP\RSP8135.TMP" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /D "_USRDLL" /Fp"Release/MatWave.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\book\soft\ch11\MatWave\StdAfx.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP8135.TMP"
Creating temporary file "C:\WINDOWS\TEMP\RSP8136.TMP" with contents
[
winmm.lib libmx.lib libmex.lib libmatlbmx.lib libmat.lib /nologo /subsystem:windows /dll /incremental:no /pdb:"Release/MatWave.pdb" /machine:I386 /def:".\MatWave.def" /out:"Release/MatWave.dll" /implib:"Release/MatWave.lib"
.\Release\main.obj
.\Release\MatWave.obj
.\Release\StdAfx.obj
.\Release\wave.obj
.\Release\MatWave.res
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSP8136.TMP"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
main.cpp
MatWave.cpp
wave.cpp
Generating Code...
Linking...
Creating library Release/MatWave.lib and object Release/MatWave.exp
LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF
LINK : warning LNK4089: all references to "comdlg32.dll" discarded by /OPT:REF
<h3>Results</h3>
MatWave.dll - 0 error(s), 2 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -