-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsoft3d.plg
executable file
·80 lines (77 loc) · 2.29 KB
/
soft3d.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
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: soft3d - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\kaswan\LOCALS~1\Temp\RSP53.tmp" with contents
[
/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Release/" /Fp"Release/soft3d.pch" /YX"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\gm3dneo040\raster.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\kaswan\LOCALS~1\Temp\RSP53.tmp"
Creating temporary file "C:\DOCUME~1\kaswan\LOCALS~1\Temp\RSP54.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:windows /incremental:no /pdb:"Release/soft3d.pdb" /machine:I386 /out:"Release/soft3d.exe"
.\Release\asemodel.obj
.\Release\bmp.obj
.\Release\dibsection.obj
.\Release\fileopen.obj
.\Release\graphics.obj
.\Release\matrix2.obj
.\Release\matrix3.obj
.\Release\matrix4.obj
.\Release\mesh.obj
.\Release\model.obj
.\Release\raster.obj
.\Release\renbuffer.obj
.\Release\soft3dapp.obj
.\Release\stdafx.obj
.\Release\texmanager.obj
.\Release\texture.obj
.\Release\transform.obj
.\Release\vector2.obj
.\Release\vector3.obj
.\Release\vector4.obj
.\Release\winmain.obj
.\Release\resource.res
]
Creating command line "link.exe @C:\DOCUME~1\kaswan\LOCALS~1\Temp\RSP54.tmp"
<h3>Output Window</h3>
Compiling...
raster.cpp
Linking...
Creating temporary file "C:\DOCUME~1\kaswan\LOCALS~1\Temp\RSP56.tmp" with contents
[
/nologo /o"Release/soft3d.bsc"
.\Release\asemodel.sbr
.\Release\bmp.sbr
.\Release\dibsection.sbr
.\Release\fileopen.sbr
.\Release\graphics.sbr
.\Release\matrix2.sbr
.\Release\matrix3.sbr
.\Release\matrix4.sbr
.\Release\mesh.sbr
.\Release\model.sbr
.\Release\raster.sbr
.\Release\renbuffer.sbr
.\Release\soft3dapp.sbr
.\Release\stdafx.sbr
.\Release\texmanager.sbr
.\Release\texture.sbr
.\Release\transform.sbr
.\Release\vector2.sbr
.\Release\vector3.sbr
.\Release\vector4.sbr
.\Release\winmain.sbr]
Creating command line "bscmake.exe @C:\DOCUME~1\kaswan\LOCALS~1\Temp\RSP56.tmp"
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
soft3d.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>