std3.plg

来自「OFELI is an object oriented library of C」· PLG 代码 · 共 38 行

PLG
38
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: std3 - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\Rachid\LOCALS~1\Temp\RSP1FA.tmp" with contents
[
/nologo /ML /w /W0 /GX /O2 /I "../../../include" /D "NDEBUG" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\Numeric\ofeli\tests\demos\thermal\std3\main.cpp"
"D:\Numeric\ofeli\tests\demos\thermal\std3\User.cpp"
]
Creating command line "xicl6.exe @C:\DOCUME~1\Rachid\LOCALS~1\Temp\RSP1FA.tmp" 
Creating temporary file "C:\DOCUME~1\Rachid\LOCALS~1\Temp\RSP1FB.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.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 ofeli.lib /nologo /subsystem:console /incremental:no /pdb:"Release/std3.pdb" /machine:I386 /out:"../../../bin/std3.exe" /libpath:"../../../lib" 
.\Release\main.obj
.\Release\User.obj
\Numeric\ofeli\lib\ofeli.lib
]
Creating command line "xilink6.exe @C:\DOCUME~1\Rachid\LOCALS~1\Temp\RSP1FB.tmp"
<h3>Output Window</h3>
Compiling...
main.cpp
User.cpp
Linking...
xilink6: executing 'C:\PROGRA~1\MICROS~2\VC98\Bin\link.exe'



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

⌨️ 快捷键说明

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