-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNN.plg
86 lines (83 loc) · 2.27 KB
/
NN.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: NN - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINDOWS\TEMP\RSP2044.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/NN.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Technion\thesis\src\nn_growing_faces_4_6_01_NewVRML_Output_with_comments\NeuralNet.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP2044.TMP"
Creating temporary file "C:\WINDOWS\TEMP\RSP2045.TMP" with contents
[
OPENGL32.LIB GLU32.LIB /nologo /subsystem:windows /incremental:yes /pdb:"Debug/NN.pdb" /debug /machine:I386 /out:"Debug/NN.exe" /pdbtype:sept
.\Debug\ChildFrm.obj
.\Debug\Edge.obj
.\Debug\EdgeList.obj
.\Debug\Face.obj
.\Debug\FaceList.obj
.\Debug\GrowingGridPage.obj
.\Debug\GrowinNeuralGasPage.obj
.\Debug\InitNeuralNetworkDialog.obj
.\Debug\MainFrm.obj
.\Debug\MyPoint.obj
.\Debug\NeuralGasPage.obj
.\Debug\NeuralNet.obj
.\Debug\Neuron.obj
.\Debug\NeuronGraphics.obj
.\Debug\NeuronList.obj
.\Debug\NN.obj
.\Debug\NNDoc.obj
.\Debug\NNView.obj
.\Debug\PointList.obj
.\Debug\SamplePoint.obj
.\Debug\SelfOrganizingFeatureMapPage.obj
.\Debug\StdAfx.obj
.\Debug\TrainNetDialogPropSheet.obj
.\Debug\ViewParamDlg.obj
.\Debug\NN.res
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSP2045.TMP"
<h3>Output Window</h3>
Compiling...
NeuralNet.cpp
Linking...
Creating temporary file "C:\WINDOWS\TEMP\RSP20A5.TMP" with contents
[
/nologo /o"Debug/NN.bsc"
.\Debug\StdAfx.sbr
.\Debug\ChildFrm.sbr
.\Debug\Edge.sbr
.\Debug\EdgeList.sbr
.\Debug\Face.sbr
.\Debug\FaceList.sbr
.\Debug\GrowingGridPage.sbr
.\Debug\GrowinNeuralGasPage.sbr
.\Debug\InitNeuralNetworkDialog.sbr
.\Debug\MainFrm.sbr
.\Debug\MyPoint.sbr
.\Debug\NeuralGasPage.sbr
.\Debug\NeuralNet.sbr
.\Debug\Neuron.sbr
.\Debug\NeuronGraphics.sbr
.\Debug\NeuronList.sbr
.\Debug\NN.sbr
.\Debug\NNDoc.sbr
.\Debug\NNView.sbr
.\Debug\PointList.sbr
.\Debug\SamplePoint.sbr
.\Debug\SelfOrganizingFeatureMapPage.sbr
.\Debug\TrainNetDialogPropSheet.sbr
.\Debug\ViewParamDlg.sbr]
Creating command line "bscmake.exe @C:\WINDOWS\TEMP\RSP20A5.TMP"
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
NN.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>