fs_start.plg

来自「此为整套uC/FS程序」· PLG 代码 · 共 47 行

PLG
47
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: FS_Start - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\lili\LOCALS~1\Temp\RSPDD.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /I "Config" /I "FS" /I "Inc" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fo"Output\Debug/" /Fd"Output\Debug/" /FD /GZ /c 
"E:\Seedclass\uCOS\Download\trialfs\Application\main.c"
"E:\Seedclass\uCOS\Download\trialfs\Application\Start.c"
"E:\Seedclass\uCOS\Download\trialfs\Config\ConfigRAMDisk.c"
"E:\Seedclass\uCOS\Download\trialfs\Config\FS_X_Panic.c"
"E:\Seedclass\uCOS\Download\trialfs\Sample\OS\FS_X_Win32.c"
]
Creating command line "cl.exe @C:\DOCUME~1\lili\LOCALS~1\Temp\RSPDD.tmp" 
Creating temporary file "C:\DOCUME~1\lili\LOCALS~1\Temp\RSPDE.tmp" with contents
[
shell32.lib kernel32.lib user32.lib gdi32.lib winmm.lib /nologo /subsystem:console /incremental:yes /pdb:"Output\Debug/FS_Start.pdb" /debug /machine:I386 /nodefaultlib:"LIBC" /out:"Output\Debug/FS_Start.exe" /pdbtype:sept 
.\Output\Debug\main.obj
.\Output\Debug\Start.obj
.\Output\Debug\ConfigRAMDisk.obj
.\Output\Debug\FS_X_Panic.obj
.\Output\Debug\FS_X_Win32.obj
.\FS\FSLib.lib
]
Creating command line "link.exe @C:\DOCUME~1\lili\LOCALS~1\Temp\RSPDE.tmp"
<h3>Output Window</h3>
Compiling...
main.c
Start.c
ConfigRAMDisk.c
FS_X_Panic.c
FS_X_Win32.c
Generating Code...
Linking...



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

⌨️ 快捷键说明

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