This commit is contained in:
2024-08-07 09:16:27 -04:00
parent fdfadd5c7e
commit 5f971cf684
5200 changed files with 731717 additions and 0 deletions

42
sample/sampletst.plg Normal file
View File

@@ -0,0 +1,42 @@
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: sampletst - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINNT\Profiles\sean\LOCALS~1\Temp\RSPF.tmp" with contents
[
/nologo /MTd /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "STRICT" /D "__FLAT__" /Fp"Debug/sampletst.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\work\sample\MAIN.CPP"
]
Creating command line "cl.exe @C:\WINNT\Profiles\sean\LOCALS~1\Temp\RSPF.tmp"
Creating temporary file "C:\WINNT\Profiles\sean\LOCALS~1\Temp\RSP10.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib winmm.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/sampletst.pdb" /debug /machine:I386 /out:"Debug/sampletst.exe" /pdbtype:sept
.\Debug\DATACHNK.OBJ
.\Debug\DEVHNDLR.OBJ
.\Debug\fmtchnk.obj
.\Debug\GenChnk.obj
.\Debug\MAIN.OBJ
.\Debug\PURESMPL.OBJ
.\Debug\PUREWAVE.OBJ
.\Debug\WAVE.OBJ
.\Debug\WAVEIN.OBJ
.\Debug\WAVEOUT.OBJ
\work\exe\mscommon.lib
]
Creating command line "link.exe @C:\WINNT\Profiles\sean\LOCALS~1\Temp\RSP10.tmp"
<h3>Output Window</h3>
Compiling...
MAIN.CPP
Linking...
<h3>Results</h3>
sampletst.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>