1761727 converted unit test programs to JUnit tests and updated the build targets
This commit is contained in:
48
samples/com/jacob/samples/atl/MultiFace/MultiFace.plg
Normal file
48
samples/com/jacob/samples/atl/MultiFace/MultiFace.plg
Normal file
@@ -0,0 +1,48 @@
|
||||
<html>
|
||||
<body>
|
||||
<pre>
|
||||
<h1>Build Log</h1>
|
||||
<h3>
|
||||
--------------------Configuration: MultiFace - Win32 Debug--------------------
|
||||
</h3>
|
||||
<h3>Command Lines</h3>
|
||||
Creating temporary file "C:\TEMP\RSP335.tmp" with contents
|
||||
[
|
||||
/nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Fp"Debug/MultiFace.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
|
||||
"D:\jacob_15\samples\test\atl\MultiFace\MultiFace.cpp"
|
||||
"D:\jacob_15\samples\test\atl\MultiFace\Face.cpp"
|
||||
]
|
||||
Creating command line "cl.exe @C:\TEMP\RSP335.tmp"
|
||||
Creating temporary file "C:\TEMP\RSP336.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 /nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/MultiFace.pdb" /debug /machine:I386 /def:".\MultiFace.def" /out:"Debug/MultiFace.dll" /implib:"Debug/MultiFace.lib" /pdbtype:sept
|
||||
.\Debug\StdAfx.obj
|
||||
.\Debug\MultiFace.obj
|
||||
.\Debug\MultiFace.res
|
||||
.\Debug\Face.obj
|
||||
]
|
||||
Creating command line "link.exe @C:\TEMP\RSP336.tmp"
|
||||
Creating temporary file "C:\TEMP\RSP337.bat" with contents
|
||||
[
|
||||
@echo off
|
||||
regsvr32 /s /c ".\Debug\MultiFace.dll"
|
||||
echo regsvr32 exec. time > ".\Debug\regsvr32.trg"
|
||||
]
|
||||
Creating command line "C:\TEMP\RSP337.bat"
|
||||
Compiling...
|
||||
MultiFace.cpp
|
||||
Face.cpp
|
||||
Generating Code...
|
||||
Linking...
|
||||
<h3>Output Window</h3>
|
||||
Performing registration
|
||||
RegSvr32: DllRegisterServer in .\Debug\MultiFace.dll succeeded.
|
||||
|
||||
|
||||
|
||||
|
||||
<h3>Results</h3>
|
||||
MultiFace.dll - 0 error(s), 0 warning(s)
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user