forked from TitansTech/GameServer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimpleModulus.plg
More file actions
35 lines (32 loc) · 1.23 KB
/
SimpleModulus.plg
File metadata and controls
35 lines (32 loc) · 1.23 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
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: SimpleModulus - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\eRRoR\LOCALS~1\Temp\RSP120.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /Fp"Release/SimpleModulus.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"E:\Developement\Sources\C++\Mu-Studio\GameServer\SimpleModulus\SimpleModulus.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\eRRoR\LOCALS~1\Temp\RSP120.tmp"
Creating temporary file "C:\DOCUME~1\eRRoR\LOCALS~1\Temp\RSP121.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /Fp"Release/SimpleModulus.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"E:\Developement\Sources\C++\Mu-Studio\GameServer\SimpleModulus\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\eRRoR\LOCALS~1\Temp\RSP121.tmp"
Creating command line "link.exe -lib /nologo /out:"Release\SimpleModulus.lib" ".\Release\SimpleModulus.obj" ".\Release\StdAfx.obj" "
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
SimpleModulus.cpp
Creating library...
<h3>Results</h3>
SimpleModulus.lib - 0 error(s), 0 warning(s)
</pre>
</body>
</html>