forked from krater/Blackfin-IDA-Pro-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
rigol_ldr.plg
33 lines (30 loc) · 1.35 KB
/
rigol_ldr.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
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: rigolldr - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOKUME~1\IDIOTU~1\LOKALE~1\Temp\RSP16B.tmp" with contents
[
/nologo /Gz /MT /W3 /GX /O2 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "__NT__" /D "__IDP__" /FR"Release/" /Fp"Release/rigol_ldr.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c
"C:\ida\yagidps\module\blackfin\rigol_ldr.cpp"
]
Creating command line "cl.exe @C:\DOKUME~1\IDIOTU~1\LOKALE~1\Temp\RSP16B.tmp"
Creating temporary file "C:\DOKUME~1\IDIOTU~1\LOKALE~1\Temp\RSP16C.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 ida.lib /nologo /dll /incremental:no /pdb:"Release/rigol_ldr.pdb" /map:"Release/rigol_ldr.map" /machine:I386 /out:"Release/rigol_ldr.ldw" /implib:"Release/rigol_ldr.lib" /libpath:"../../libvc.w32" /export:LDSC
.\Release\rigol_ldr.obj
]
Creating command line "link.exe @C:\DOKUME~1\IDIOTU~1\LOKALE~1\Temp\RSP16C.tmp"
<h3>Output Window</h3>
Compiling...
rigol_ldr.cpp
Linking...
Creating library Release/rigol_ldr.lib and object Release/rigol_ldr.exp
<h3>Results</h3>
rigol_ldr.ldw - 0 error(s), 0 warning(s)
</pre>
</body>
</html>