root/deus/DEUS.plg

Revision 8, 3.9 kB (checked in by pantley2, 4 years ago)

added old DEUS project to SVN

Line 
1 <html>
2 <body>
3 <pre>
4 <h1>Build Log</h1>
5 <h3>
6 --------------------Configuration: DEUS - Win32 Debug--------------------
7 </h3>
8 <h3>Command Lines</h3>
9 Creating temporary file "C:\DOCUME~1\Steve\LOCALS~1\Temp\RSPB3.tmp" with contents
10 [
11 /nologo /MTd /W3 /Gm /GX /ZI /Od /I "c:\cs\c++\qt\include" /I "mysql\include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "QT_DLL" /D "QT_THREAD_SUPPORT" /FR"Debug/" /Fp"Debug/DEUS.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
12 "C:\Documents and Settings\Steve\Desktop\DEUS_1pm_friday\DEUS\CheckWorldStates.cpp"
13 ]
14 Creating command line "cl.exe @C:\DOCUME~1\Steve\LOCALS~1\Temp\RSPB3.tmp"
15 Creating temporary file "C:\DOCUME~1\Steve\LOCALS~1\Temp\RSPB4.tmp" with contents
16 [
17 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib qt-mt230nc.lib qtmain.lib libmySQL.lib ws2_32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/DEUS.pdb" /debug /machine:I386 /out:"Debug/DEUS.exe" /pdbtype:sept /libpath:"c:\cs\c++\qt\lib" /libpath:"mysql\lib"
18 ".\Debug\AuthorInterface.obj"
19 ".\Debug\DirectorInterface.obj"
20 ".\Debug\LoadStory.obj"
21 ".\Debug\moc_AuthorInterface.obj"
22 ".\Debug\moc_AuthorInterface_impl.obj"
23 ".\Debug\moc_DirectorInterface.obj"
24 ".\Debug\moc_DirectorInterface_impl.obj"
25 ".\Debug\moc_GraphDisplay.obj"
26 ".\Debug\moc_LoadStory.obj"
27 ".\Debug\AuthorInterface_impl.obj"
28 ".\Debug\GraphDisplay.obj"
29 ".\Debug\GraphIcon.obj"
30 ".\Debug\CheckValidOps.obj"
31 ".\Debug\CheckWorldStates.obj"
32 ".\Debug\comm1.obj"
33 ".\Debug\director_main.obj"
34 ".\Debug\doops.obj"
35 ".\Debug\forward_search.obj"
36 ".\Debug\GetGregOps.obj"
37 ".\Debug\KeySeeker.obj"
38 ".\Debug\MakeSteveOps.obj"
39 ".\Debug\mapread.obj"
40 ".\Debug\RegressionPlanner.obj"
41 ".\Debug\StoryTracer.obj"
42 ]
43 Creating command line "link.exe @C:\DOCUME~1\Steve\LOCALS~1\Temp\RSPB4.tmp"
44 <h3>Output Window</h3>
45 Compiling...
46 CheckWorldStates.cpp
47 C:\Documents and Settings\Steve\Desktop\DEUS_1pm_friday\DEUS\CheckWorldStates.cpp(82) : warning C4101: 'i' : unreferenced local variable
48 C:\Documents and Settings\Steve\Desktop\DEUS_1pm_friday\DEUS\CheckWorldStates.cpp(82) : warning C4101: 'j' : unreferenced local variable
49 C:\Documents and Settings\Steve\Desktop\DEUS_1pm_friday\DEUS\CheckWorldStates.cpp(82) : warning C4101: 'k' : unreferenced local variable
50 C:\Documents and Settings\Steve\Desktop\DEUS_1pm_friday\DEUS\CheckWorldStates.cpp(82) : warning C4101: 'num' : unreferenced local variable
51 C:\Documents and Settings\Steve\Desktop\DEUS_1pm_friday\DEUS\CheckWorldStates.cpp(82) : warning C4101: 'groupval' : unreferenced local variable
52 C:\Documents and Settings\Steve\Desktop\DEUS_1pm_friday\DEUS\CheckWorldStates.cpp(82) : warning C4101: 'value_int' : unreferenced local variable
53 C:\Documents and Settings\Steve\Desktop\DEUS_1pm_friday\DEUS\CheckWorldStates.cpp(82) : warning C4101: 'npcvalue' : unreferenced local variable
54 Linking...
55 Creating temporary file "C:\DOCUME~1\Steve\LOCALS~1\Temp\RSPB6.tmp" with contents
56 [
57 /nologo /o"Debug/DEUS.bsc"
58 ".\Debug\AuthorInterface.sbr"
59 ".\Debug\DirectorInterface.sbr"
60 ".\Debug\LoadStory.sbr"
61 ".\Debug\moc_AuthorInterface.sbr"
62 ".\Debug\moc_AuthorInterface_impl.sbr"
63 ".\Debug\moc_DirectorInterface.sbr"
64 ".\Debug\moc_DirectorInterface_impl.sbr"
65 ".\Debug\moc_GraphDisplay.sbr"
66 ".\Debug\moc_LoadStory.sbr"
67 ".\Debug\AuthorInterface_impl.sbr"
68 ".\Debug\GraphDisplay.sbr"
69 ".\Debug\GraphIcon.sbr"
70 ".\Debug\CheckValidOps.sbr"
71 ".\Debug\CheckWorldStates.sbr"
72 ".\Debug\comm1.sbr"
73 ".\Debug\director_main.sbr"
74 ".\Debug\doops.sbr"
75 ".\Debug\forward_search.sbr"
76 ".\Debug\GetGregOps.sbr"
77 ".\Debug\KeySeeker.sbr"
78 ".\Debug\MakeSteveOps.sbr"
79 ".\Debug\mapread.sbr"
80 ".\Debug\RegressionPlanner.sbr"
81 ".\Debug\StoryTracer.sbr"]
82 Creating command line "bscmake.exe @C:\DOCUME~1\Steve\LOCALS~1\Temp\RSPB6.tmp"
83 Creating browse info file...
84 <h3>Output Window</h3>
85
86
87
88 <h3>Results</h3>
89 DEUS.exe - 0 error(s), 7 warning(s)
90 </pre>
91 </body>
92 </html>
Note: See TracBrowser for help on using the browser.