-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPETools.plg
More file actions
43 lines (40 loc) · 1.57 KB
/
PETools.plg
File metadata and controls
43 lines (40 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: PETools - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\Users\kun\AppData\Local\Temp\RSPA30C.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/PETools.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Users\kun\Desktop\PETools\PEOperation.cpp"
]
Creating command line "cl.exe @C:\Users\kun\AppData\Local\Temp\RSPA30C.tmp"
Creating temporary file "C:\Users\kun\AppData\Local\Temp\RSPA31D.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 /subsystem:windows /incremental:yes /pdb:"Debug/PETools.pdb" /debug /machine:I386 /out:"Debug/PETools.exe" /pdbtype:sept
.\Debug\PEDosHeader.obj
.\Debug\PEOperation.obj
.\Debug\PEOptionHeader.obj
.\Debug\PESectionHeader.obj
.\Debug\PETool.obj
.\Debug\PETools.obj
.\Debug\StdAfx.obj
.\Debug\Util.obj
.\Debug\PEView.res
]
Creating command line "link.exe @C:\Users\kun\AppData\Local\Temp\RSPA31D.tmp"
<h3>Output Window</h3>
Compiling...
PEOperation.cpp
Linking...
Creating command line "bscmake.exe /nologo /o"Debug/PETools.bsc" .\Debug\StdAfx.sbr .\Debug\PEDosHeader.sbr .\Debug\PEOperation.sbr .\Debug\PEOptionHeader.sbr .\Debug\PESectionHeader.sbr .\Debug\PETool.sbr .\Debug\PETools.sbr .\Debug\Util.sbr"
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
PETools.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>