-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatlas.plg
More file actions
51 lines (48 loc) · 1.67 KB
/
atlas.plg
File metadata and controls
51 lines (48 loc) · 1.67 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
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: atlas - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x413 /fo"Release/resource.res" /d "NDEBUG" "C:\VisualC\atlas\resource.rc""
Creating temporary file "C:\WINDOWS\TEMP\RSPF2D2.TMP" with contents
[
/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Release/atlas.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c
"C:\VisualC\atlas\bord.cpp"
"C:\VisualC\atlas\main.cpp"
"C:\VisualC\atlas\param.cpp"
"C:\VisualC\atlas\speel.cpp"
"C:\VisualC\atlas\trie.cpp"
"C:\VisualC\atlas\waardeer.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPF2D2.TMP"
Creating temporary file "C:\WINDOWS\TEMP\RSPF2D3.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 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:console /incremental:no /pdb:"Release/atlas.pdb" /machine:I386 /out:"Release/atlas.exe"
.\Release\bord.obj
.\Release\main.obj
.\Release\param.obj
.\Release\speel.obj
.\Release\trie.obj
.\Release\waardeer.obj
.\Release\resource.res
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSPF2D3.TMP"
<h3>Output Window</h3>
Compiling resources...
Compiling...
bord.cpp
main.cpp
param.cpp
speel.cpp
trie.cpp
waardeer.cpp
Linking...
LINK : warning LNK4089: all references to "USER32.dll" discarded by /OPT:REF
<h3>Results</h3>
atlas.exe - 0 error(s), 1 warning(s)
</pre>
</body>
</html>