-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSOM_Cluster.plg
38 lines (35 loc) · 1.17 KB
/
SOM_Cluster.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
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: SOM_Cluster - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2480.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/SOM_Cluster.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"\\grace\melchi\SOM_Cluster\TrainingThread.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2480.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2481.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/SOM_Cluster.pdb" /machine:I386 /out:"Release/SOM_Cluster.exe"
.\Release\DotMatrix.obj
.\Release\SOM_Cluster.obj
.\Release\SOM_ClusterDlg.obj
.\Release\StdAfx.obj
.\Release\TrainingThread.obj
.\Release\SOM_Cluster.res
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2481.tmp"
<h3>Output Window</h3>
Compiling...
TrainingThread.cpp
Linking...
LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF
<h3>Results</h3>
SOM_Cluster.exe - 0 error(s), 1 warning(s)
</pre>
</body>
</html>