-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathVEditor.plg
executable file
·56 lines (53 loc) · 1.81 KB
/
VEditor.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
45
46
47
48
49
50
51
52
53
54
55
56
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: VEditor - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\Ralph\LOCALS~1\Temp\RSPDB.tmp" with contents
[
/nologo /MD /W3 /GR /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/VEditor.pch" /YX"VEditor.pch" /Fo"Release/" /Fd"Release/" /FD /c
"D:\Guitare\VEditor\MainFrm.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Ralph\LOCALS~1\Temp\RSPDB.tmp"
Creating temporary file "C:\DOCUME~1\Ralph\LOCALS~1\Temp\RSPDC.tmp" with contents
[
comctl32.lib winmm.lib dsound.lib dxguid.lib 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:windows /incremental:no /pdb:"Release/VEditor.pdb" /machine:I386 /out:"Release/VEditor.exe"
.\Release\chainWnd.obj
.\Release\controls.obj
.\Release\DeviceSetting.obj
.\Release\DragDrop.obj
.\Release\Input.obj
.\Release\LibProp.obj
.\Release\libTreeWnd.obj
.\Release\MainFrm.obj
.\Release\midi.obj
.\Release\panel.obj
.\Release\patchWnd.obj
.\Release\preset.obj
.\Release\SendPatch.obj
.\Release\SendPatchForm.obj
.\Release\Settings.obj
.\Release\Splash.obj
.\Release\StdAfx.obj
.\Release\tools.obj
.\Release\VEditor.obj
".\Release\vg-88.obj"
.\Release\vg88Common.obj
.\Release\VGWindow.obj
.\Release\WorkspaceView.obj
.\Release\VEditor.res
]
Creating command line "link.exe @C:\DOCUME~1\Ralph\LOCALS~1\Temp\RSPDC.tmp"
<h3>Output Window</h3>
Compiling...
MainFrm.cpp
D:\Guitare\VEditor\MainFrm.cpp(733) : warning C4800: 'unsigned int' : forcing value to bool 'true' or 'false' (performance warning)
Linking...
<h3>Results</h3>
VEditor.exe - 0 error(s), 1 warning(s)
</pre>
</body>
</html>