-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTemplate.plg
More file actions
57 lines (53 loc) · 2.41 KB
/
Template.plg
File metadata and controls
57 lines (53 loc) · 2.41 KB
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
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Template - Win32 Release_Small--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo".\Release_Small\Ext.res" /i "..\..\Inc" /d "NDEBUG" /d "EDITOR" "C:\Dev\MMF2 C++\Extensions\ViewPort\Ext.rc""
Creating temporary file "C:\DOCUME~1\Anders\LOKALE~1\Temp\RSP513.tmp" with contents
[
/nologo /MD /W3 /O1 /I "..\..\Inc" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "STRICT" /D "COMPILE_SMALL" /Fr".\Release_Small/" /Fp".\Release_Small/Template.pch" /YX /Fo".\Release_Small/" /Fd".\Release_Small/" /FD /c
"C:\Dev\MMF2 C++\Extensions\ViewPort\Edittime.cpp"
"C:\Dev\MMF2 C++\Extensions\ViewPort\General.cpp"
"C:\Dev\MMF2 C++\Extensions\ViewPort\Main.cpp"
"C:\Dev\MMF2 C++\Extensions\ViewPort\Runtime.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Anders\LOKALE~1\Temp\RSP513.tmp"
Creating temporary file "C:\DOCUME~1\Anders\LOKALE~1\Temp\RSP514.tmp" with contents
[
gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib ..\..\lib\mmfs2.lib /nologo /dll /incremental:no /pdb:".\Release_Small/Viewport.pdb" /machine:I386 /def:".\Ext.def" /out:".\Release_Small/Viewport.mfx" /implib:".\Release_Small/Viewport.lib"
".\Release_Small\Edittime.obj"
".\Release_Small\General.obj"
".\Release_Small\Main.obj"
".\Release_Small\Runtime.obj"
".\Release_Small\Ext.res"
]
Creating command line "link.exe @C:\DOCUME~1\Anders\LOKALE~1\Temp\RSP514.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
Edittime.cpp
C:\Dev\MMF2 C++\Extensions\ViewPort\Edittime.cpp(755) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
General.cpp
Main.cpp
Runtime.cpp
Linking...
Creating library .\Release_Small/Viewport.lib and object .\Release_Small/Viewport.exp
Creating command line "bscmake.exe /nologo /o".\Release_Small/Template.bsc" ".\Release_Small\Edittime.sbr" ".\Release_Small\General.sbr" ".\Release_Small\Main.sbr" ".\Release_Small\Runtime.sbr""
Creating browse info file...
<h3>Output Window</h3>
Creating temporary file "C:\DOCUME~1\Anders\LOKALE~1\Temp\RSP518.bat" with contents
[
@echo off
copy .\Release_Small\Viewport.mfx .\ToInstall\Files\Extensions
]
Creating command line "C:\DOCUME~1\Anders\LOKALE~1\Temp\RSP518.bat"
1 fil(er) kopieret.
<h3>Results</h3>
Viewport.mfx - 0 error(s), 1 warning(s)
</pre>
</body>
</html>