-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathZigZagScan.plg
44 lines (41 loc) · 1.98 KB
/
ZigZagScan.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
42
43
44
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ZigZagScan - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Debug/ZigZagScan.res" /d "_DEBUG" /d "_AFXDLL" "E:\Data from GIK Drive\GIK\Semester 2\Digital Image WaterMarking\Paper Assigned By Sir\ZigZagScan\ZigZagScan.rc""
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPBFC.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /Fp"Debug/ZigZagScan.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\Data from GIK Drive\GIK\Semester 2\Digital Image WaterMarking\Paper Assigned By Sir\ZigZagScan\ZigZagScan.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPBFC.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPBFD.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /Fp"Debug/ZigZagScan.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\Data from GIK Drive\GIK\Semester 2\Digital Image WaterMarking\Paper Assigned By Sir\ZigZagScan\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPBFD.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPBFE.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:console /incremental:yes /pdb:"Debug/ZigZagScan.pdb" /debug /machine:I386 /out:"Debug/ZigZagScan.exe" /pdbtype:sept
".\Debug\StdAfx.obj"
".\Debug\ZigZagScan.obj"
".\Debug\ZigZagScan.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPBFE.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
ZigZagScan.cpp
Linking...
<h3>Results</h3>
ZigZagScan.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>