工资管理系统.plg

来自「一个空调安装工工资计算」· PLG 代码 · 共 59 行

PLG
59
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 工资管理系统 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\byekiss\LOCALS~1\Temp\RSP1F.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/工资管理系统.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\工资管理系统\工资管理系统\EditWare.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\byekiss\LOCALS~1\Temp\RSP1F.tmp" 
Creating temporary file "C:\DOCUME~1\byekiss\LOCALS~1\Temp\RSP20.tmp" with contents
[
Lib\SkinPPWTL.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/工资管理系统.pdb" /debug /machine:I386 /out:"Debug/工资管理系统.exe" /pdbtype:sept 
".\Debug\EditJob.obj"
".\Debug\EditWare.obj"
".\Debug\Jobinfo.obj"
".\Debug\Login.obj"
".\Debug\Money.obj"
".\Debug\PassDlg.obj"
".\Debug\StdAfx.obj"
".\Debug\WORKERINFO.obj"
".\Debug\工资管理系统.obj"
".\Debug\工资管理系统Dlg.obj"
".\Debug\工资管理系统.res"
]
Creating command line "link.exe @C:\DOCUME~1\byekiss\LOCALS~1\Temp\RSP20.tmp"
<h3>Output Window</h3>
Compiling...
EditWare.cpp
Linking...
Creating temporary file "C:\DOCUME~1\byekiss\LOCALS~1\Temp\RSP21.tmp" with contents
[
/nologo /o"Debug/工资管理系统.bsc" 
".\Debug\StdAfx.sbr"
".\Debug\EditJob.sbr"
".\Debug\EditWare.sbr"
".\Debug\Jobinfo.sbr"
".\Debug\Login.sbr"
".\Debug\Money.sbr"
".\Debug\PassDlg.sbr"
".\Debug\WORKERINFO.sbr"
".\Debug\工资管理系统.sbr"
".\Debug\工资管理系统Dlg.sbr"]
Creating command line "bscmake.exe @C:\DOCUME~1\byekiss\LOCALS~1\Temp\RSP21.tmp"
Creating browse info file...
<h3>Output Window</h3>



<h3>Results</h3>
工资管理系统.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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