Files
Work/ftp/FTP.PLG
2024-08-07 09:16:27 -04:00

68 lines
2.2 KiB
Plaintext

<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ftp - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\sean\LOCALS~1\Temp\RSP26.tmp" with contents
[
/nologo /MTd /Z7 /O2 /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__FLAT__" /D "STRICT" /Fp"\work\exe\msvc42.pch" /YX"windows.h" /Fo".\msvcobj/" /Fd".\msvcobj/" /FD /c
"D:\work\ftp\Ftp.cpp"
"D:\work\ftp\Ftpdata.cpp"
"D:\work\ftp\ftpthrd.cpp"
"D:\work\ftp\hostdlg.cpp"
"D:\work\ftp\Interprt.cpp"
"D:\work\ftp\Logindlg.cpp"
"D:\work\ftp\Main.cpp"
"D:\work\ftp\Mainwnd.cpp"
"D:\work\ftp\Stdtmpl.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\sean\LOCALS~1\Temp\RSP26.tmp"
Creating temporary file "C:\DOCUME~1\sean\LOCALS~1\Temp\RSP27.tmp" with contents
[
wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib uuid.lib /nologo /subsystem:windows /pdb:none /debug /debugtype:both /machine:I386 /out:"..\exe\ftp.exe"
.\msvcobj\Ftp.obj
.\msvcobj\Ftpdata.obj
.\msvcobj\ftpthrd.obj
.\msvcobj\hostdlg.obj
.\msvcobj\Interprt.obj
.\msvcobj\Logindlg.obj
.\msvcobj\Main.obj
.\msvcobj\Mainwnd.obj
.\msvcobj\Stdtmpl.obj
.\msvcobj\Ftp.res
\work\exe\mscommon.lib
\work\exe\msdialog.lib
\work\exe\mssocket.lib
\work\exe\msthread.lib
]
Creating command line "link.exe @C:\DOCUME~1\sean\LOCALS~1\Temp\RSP27.tmp"
<h3>Output Window</h3>
Compiling...
Ftp.cpp
Ftpdata.cpp
ftpthrd.cpp
D:\WORK\ftp/interprt.hpp(7) : fatal error C1083: Cannot open include file: 'display/editwnd.hpp': No such file or directory
hostdlg.cpp
D:\work\ftp\hostdlg.cpp(68) : error C2660: 'setFocus' : function does not take 0 parameters
Interprt.cpp
D:\WORK\ftp/interprt.hpp(7) : fatal error C1083: Cannot open include file: 'display/editwnd.hpp': No such file or directory
Logindlg.cpp
D:\work\ftp\Logindlg.cpp(71) : error C2660: 'setFocus' : function does not take 0 parameters
Main.cpp
D:\WORK\ftp/interprt.hpp(7) : fatal error C1083: Cannot open include file: 'display/editwnd.hpp': No such file or directory
Mainwnd.cpp
D:\WORK\ftp/interprt.hpp(7) : fatal error C1083: Cannot open include file: 'display/editwnd.hpp': No such file or directory
Stdtmpl.cpp
Error executing cl.exe.
<h3>Results</h3>
ftp.exe - 6 error(s), 0 warning(s)
</pre>
</body>
</html>