-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathFloppyWriter.plg
executable file
·41 lines (38 loc) · 1.73 KB
/
FloppyWriter.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: FloppyWriter - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/FloppyWriter.res" /d "NDEBUG" "I:\SourceCode\MyOS\Mine\ForBook\Tools\FloppyWriter\FloppyWriter.rc""
Creating temporary file "C:\DOCUME~1\Forrest\LOCALS~1\Temp\RSP22.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/FloppyWriter.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"I:\SourceCode\MyOS\Mine\ForBook\Tools\FloppyWriter\FloppyWriter.cpp"
"I:\SourceCode\MyOS\Mine\ForBook\Tools\FloppyWriter\FloppyWriterDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Forrest\LOCALS~1\Temp\RSP22.tmp"
Creating temporary file "C:\DOCUME~1\Forrest\LOCALS~1\Temp\RSP23.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/FloppyWriter.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"I:\SourceCode\MyOS\Mine\ForBook\Tools\FloppyWriter\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Forrest\LOCALS~1\Temp\RSP23.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/FloppyWriter.pdb" /machine:I386 /out:"Release/FloppyWriter.exe" .\Release\FloppyWriter.obj .\Release\FloppyWriterDlg.obj .\Release\StdAfx.obj .\Release\FloppyWriter.res "
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
FloppyWriter.cpp
FloppyWriterDlg.cpp
Generating Code...
Linking...
LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF
<h3>Results</h3>
FloppyWriter.exe - 0 error(s), 1 warning(s)
</pre>
</body>
</html>