-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMyExplorer2.plg
More file actions
66 lines (63 loc) · 2.14 KB
/
MyExplorer2.plg
File metadata and controls
66 lines (63 loc) · 2.14 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MyExplorer2 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/MyExplorer2.res" /d "_DEBUG" /d "_AFXDLL" "D:\Srs\MyExplorer2\MyExplorer2.rc""
Creating temporary file "C:\Users\XXW\AppData\Local\Temp\RSP6178.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/MyExplorer2.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\Srs\MyExplorer2\DirWatcher.cpp"
"D:\Srs\MyExplorer2\FileResList.cpp"
"D:\Srs\MyExplorer2\FileResTree.cpp"
"D:\Srs\MyExplorer2\MyExplorer2.cpp"
"D:\Srs\MyExplorer2\MyExplorer2Dlg.cpp"
"D:\Srs\MyExplorer2\ShellContextMenu.cpp"
"D:\Srs\MyExplorer2\ShellPidl.cpp"
"D:\Srs\MyExplorer2\ShellString.cpp"
]
Creating command line "cl.exe @C:\Users\XXW\AppData\Local\Temp\RSP6178.tmp"
Creating temporary file "C:\Users\XXW\AppData\Local\Temp\RSP6179.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/MyExplorer2.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\Srs\MyExplorer2\StdAfx.cpp"
]
Creating command line "cl.exe @C:\Users\XXW\AppData\Local\Temp\RSP6179.tmp"
Creating temporary file "C:\Users\XXW\AppData\Local\Temp\RSP617A.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/MyExplorer2.pdb" /debug /machine:I386 /out:"Debug/MyExplorer2.exe" /pdbtype:sept
.\Debug\DirWatcher.obj
.\Debug\FileResList.obj
.\Debug\FileResTree.obj
.\Debug\MyExplorer2.obj
.\Debug\MyExplorer2Dlg.obj
.\Debug\ShellContextMenu.obj
.\Debug\ShellPidl.obj
.\Debug\ShellString.obj
.\Debug\StdAfx.obj
.\Debug\MyExplorer2.res
]
Creating command line "link.exe @C:\Users\XXW\AppData\Local\Temp\RSP617A.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
DirWatcher.cpp
FileResList.cpp
FileResTree.cpp
MyExplorer2.cpp
MyExplorer2Dlg.cpp
ShellContextMenu.cpp
ShellPidl.cpp
ShellString.cpp
Generating Code...
Linking...
<h3>Results</h3>
MyExplorer2.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>