mastercontrol.plg

来自「Source code for cnc controlling three di」· PLG 代码 · 共 48 行

PLG
48
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MasterControl - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\ART~1.ART\LOCALS~1\Temp\RSPE7A.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/MasterControl.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"C:\Program Files\MyProjects\MasterControl\MasterControlDlg.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\ART~1.ART\LOCALS~1\Temp\RSPE7A.tmp" 
Creating temporary file "D:\DOCUME~1\ART~1.ART\LOCALS~1\Temp\RSPE7B.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/MasterControl.pdb" /machine:I386 /out:"Release/MasterControl.exe" 
".\Release\Feeds.obj"
".\Release\homeconf.obj"
".\Release\interpolate.obj"
".\Release\LedButton.obj"
".\Release\MasterControl.obj"
".\Release\MasterControlDlg.obj"
".\Release\pinouts.obj"
".\Release\PropAux.obj"
".\Release\pulses.obj"
".\Release\RoundButton.obj"
".\Release\speeds.obj"
".\Release\Splasher.obj"
".\Release\StdAfx.obj"
".\Release\Translation.obj"
".\Release\MasterControl.res"
]
Creating command line "link.exe @D:\DOCUME~1\ART~1.ART\LOCALS~1\Temp\RSPE7B.tmp"
<h3>Output Window</h3>
Compiling...
MasterControlDlg.cpp
Linking...
LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF



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

⌨️ 快捷键说明

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