www.pudn.com > HelloTutorial6_src.rar > HelloServ.plg
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: HelloServ - Win32 Unicode Release MinDependency--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"ReleaseUMinDependency/HelloServ.res" /d "NDEBUG" "C:\Downloads\HelloTutorial6_src\HelloServ.rc""
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPB8.tmp" with contents
[
/nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /Fp"ReleaseUMinDependency/HelloServ.pch" /Yu"stdafx.h" /Fo"ReleaseUMinDependency/" /Fd"ReleaseUMinDependency/" /FD /c
"C:\Downloads\HelloTutorial6_src\HelloServ.cpp"
"C:\Downloads\HelloTutorial6_src\HelloWorld.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPB8.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPB9.tmp" with contents
[
/nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /Fp"ReleaseUMinDependency/HelloServ.pch" /Yc"stdafx.h" /Fo"ReleaseUMinDependency/" /Fd"ReleaseUMinDependency/" /FD /c
"C:\Downloads\HelloTutorial6_src\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPB9.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPBA.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"ReleaseUMinDependency/HelloServ.pdb" /machine:I386 /out:"ReleaseUMinDependency/HelloServ.exe"
.\ReleaseUMinDependency\HelloServ.obj
.\ReleaseUMinDependency\HelloWorld.obj
.\ReleaseUMinDependency\StdAfx.obj
.\ReleaseUMinDependency\HelloServ.res
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPBA.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPBB.bat" with contents
[
@echo off
if ">OS>"=="" goto NOTNT
if not ">OS>"=="Windows_NT" goto NOTNT
".\ReleaseUMinDependency\HelloServ.exe" /RegServer
echo regsvr32 exec. time > ".\ReleaseUMinDependency\regsvr32.trg"
echo Server registration done!
goto end
:NOTNT
echo Warning : Cannot register Unicode EXE on Windows 95
:end
]
Creating command line "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPBB.bat"
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
HelloServ.cpp
HelloWorld.cpp
Generating Code...
Linking...
<h3>Output Window</h3>
Performing registration
Server registration done!
<h3>Results</h3>
HelloServ.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>