Files
Work/service/service.plg
2024-08-07 09:16:27 -04:00

34 lines
1004 B
Plaintext

<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: service - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINNT\Profiles\sean\LOCALS~1\Temp\RSP1C.tmp" with contents
[
/nologo /Gz /MTd /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "STRICT" /D "__FLAT__" /Fp"Debug/service.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\work\service\EventLog.cpp"
"D:\work\service\GenericService.cpp"
"D:\work\service\servicehook.cpp"
"D:\work\service\ServiceManager.cpp"
]
Creating command line "cl.exe @C:\WINNT\Profiles\sean\LOCALS~1\Temp\RSP1C.tmp"
Creating command line "link.exe -lib /nologo /out:"..\exe\service.lib" .\Debug\EventLog.obj .\Debug\GenericService.obj .\Debug\servicehook.obj .\Debug\ServiceManager.obj "
<h3>Output Window</h3>
Compiling...
EventLog.cpp
GenericService.cpp
servicehook.cpp
ServiceManager.cpp
Creating library...
<h3>Results</h3>
service.lib - 0 error(s), 0 warning(s)
</pre>
</body>
</html>