forked from DiptoDas8/Function-Plotter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfunction_plotter.plg
executable file
·34 lines (31 loc) · 1.39 KB
/
function_plotter.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
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: function_plotter - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\Users\User\AppData\Local\Temp\RSP393A.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/function_plotter.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Users\User\Downloads\Final\function_plotter.cpp"
]
Creating command line "cl.exe @C:\Users\User\AppData\Local\Temp\RSP393A.tmp"
Creating temporary file "C:\Users\User\AppData\Local\Temp\RSP393B.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/function_plotter.pdb" /debug /machine:I386 /out:"Debug/function_plotter.exe" /pdbtype:sept
.\Debug\function_plotter.obj
]
Creating command line "link.exe @C:\Users\User\AppData\Local\Temp\RSP393B.tmp"
<h3>Output Window</h3>
Compiling...
function_plotter.cpp
C:\Users\User\Downloads\Final\function_plotter.cpp(449) : warning C4018: '<' : signed/unsigned mismatch
C:\Users\User\Downloads\Final\function_plotter.cpp(483) : warning C4018: '<' : signed/unsigned mismatch
Linking...
<h3>Results</h3>
function_plotter.exe - 0 error(s), 2 warning(s)
</pre>
</body>
</html>