forked from phuslu/taskbar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtaskbar.plg
More file actions
27 lines (24 loc) · 827 Bytes
/
taskbar.plg
File metadata and controls
27 lines (24 loc) · 827 Bytes
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
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: taskbar - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP448.tmp" with contents
[
/nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE" /D "UNICODE" /Fo"Release/" /Fd"Release/" /FD /c
"D:\Develop\taskbar\taskbar.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP448.tmp"
Creating command line "link.exe kernel32.lib user32.lib /nologo /subsystem:windows /pdb:none /machine:I386 /out:"Release/goagent.exe" .\Release\taskbar.obj .\Release\taskbar.res "
<h3>Output Window</h3>
Compiling...
taskbar.cpp
Linking...
<h3>Results</h3>
goagent.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>