-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTextEd.plg
27 lines (24 loc) · 893 Bytes
/
TextEd.plg
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: TextEd - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINDOWS\TEMP\RSP9135.TMP" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/TextEd.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"C:\Projects\TextEd\textstuff.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP9135.TMP"
Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/TextEd.pdb" /machine:I386 /out:"Release/TextEd.exe" .\Release\Rom.obj .\Release\StdAfx.obj .\Release\TextEd.obj .\Release\TextEdDlg.obj .\Release\textstuff.obj .\Release\TextEd.res "
<h3>Output Window</h3>
Compiling...
textstuff.cpp
Linking...
<h3>Results</h3>
TextEd.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>