Creating temporary file "c:\temp\Interop\TestATL\DebugPS\BAT00006261366428.bat" with contents
[
@echo off
if exist dlldata.c goto :END
echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
Exit 1
:END
if errorlevel 1 goto VCReportError
goto VCEnd
:VCReportError
echo Project : error PRJ0019: A tool returned an error code from "Checking for required files"
exit 1
:VCEnd
]
Creating command line "c:\temp\Interop\TestATL\DebugPS\BAT00006261366428.bat"
Creating temporary file "c:\temp\Interop\TestATL\DebugPS\RSP00006361366428.rsp" with contents
[
/D "WIN32" /D "_WIN32_WINNT=0x0500" /D "REGISTER_PROXY_DLL" /D "_DEBUG" /D "_WINDLL" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MDd /Fo"DebugPS\\" /Fd"DebugPS\vc90.pdb" /c /TC .\dlldata.c
.\TestATL_p.c
.\TestATL_i.c
]
Creating command line "cl.exe @c:\temp\Interop\TestATL\DebugPS\RSP00006361366428.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\temp\Interop\TestATL\DebugPS\RSP00006461366428.rsp" with contents
[
/OUT:"DebugPS\TestATLPS.dll" /DLL /MANIFEST /MANIFESTFILE:"DebugPS\TestATLPS.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEF:"TestATLPS.def" /DYNAMICBASE /NXCOMPAT kernel32.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.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
".\DebugPS\TestATL_i.obj"
".\DebugPS\TestATL_p.obj"
".\DebugPS\dlldata.obj"
]
Creating command line "link.exe @c:\temp\Interop\TestATL\DebugPS\RSP00006461366428.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\temp\Interop\TestATL\DebugPS\RSP00006561366428.rsp" with contents
[
/outputresource:".\DebugPS\TestATLPS.dll;#2" /manifest
.\DebugPS\TestATLPS.dll.intermediate.manifest
]
Creating command line "mt.exe @c:\temp\Interop\TestATL\DebugPS\RSP00006561366428.rsp /nologo"
Creating temporary file "c:\temp\Interop\TestATL\DebugPS\BAT00006661366428.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\DebugPS\mt.dep
]
Creating command line "c:\temp\Interop\TestATL\DebugPS\BAT00006661366428.bat"
Creating temporary file "c:\temp\Interop\TestATL\DebugPS\BAT00006761366428.bat" with contents
[
@echo off
cd .\DebugPS
regsvr32 /s ".\TestATLPS.dll"
if errorlevel 1 goto VCReportError
goto VCEnd
:VCReportError
echo Project : error PRJ0050: Failed to register output. Please try enabling Per-user Redirection or register the component from a command prompt with elevated permissions.
:VCEnd
]
Creating command line "c:\temp\Interop\TestATL\DebugPS\BAT00006761366428.bat"
|