gamepadimpl.plg
来自「java learn PPT java learn PPT java learn」· PLG 代码 · 共 34 行
PLG
34 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: GamepadImpl - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINDOWS\TEMP\RSPA015.TMP" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GAMEPADIMPL_EXPORTS" /Fp"Release/GamepadImpl.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c
"C:\TJ2GP\Ex\AppendixC\GamepadImpl\GamepadImp.c"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPA015.TMP"
Creating temporary file "C:\WINDOWS\TEMP\RSPA016.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 /nologo /dll /incremental:no /pdb:"Release/GamepadImpl.pdb" /machine:I386 /out:"Release/GamepadImpl.dll" /implib:"Release/GamepadImpl.lib"
.\Release\GamepadImp.obj
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSPA016.TMP"
<h3>Output Window</h3>
Compiling...
GamepadImp.c
Linking...
Creating library Release/GamepadImpl.lib and object Release/GamepadImpl.exp
<h3>Results</h3>
GamepadImpl.dll - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?