| | Creating temporary file "c:\temp\SimplePad\Debug\BAT00000B.bat" with contents
[
@echo off
echo // Generated Help Map file. Used by SimplePad.HHP. > "hlp\HTMLDefines.h"
echo. > "hlp\HTMLDefines.h"
echo // Commands (ID_* and IDM_*) >> "hlp\HTMLDefines.h"
makehm /h ID_,HID_,0x10000 IDM_,HIDM_,0x10000 "Resource.h" >> "hlp\HTMLDefines.h"
echo. >> "hlp\HTMLDefines.h"
echo // Prompts (IDP_*) >> "hlp\HTMLDefines.h"
makehm /h IDP_,HIDP_,0x30000 "Resource.h" >> "hlp\HTMLDefines.h"
echo. >> "hlp\HTMLDefines.h"
echo // Resources (IDR_*) >> "hlp\HTMLDefines.h"
makehm /h IDR_,HIDR_,0x20000 "Resource.h" >> "hlp\HTMLDefines.h"
echo. >> "hlp\HTMLDefines.h"
echo // Dialogs (IDD_*) >> "hlp\HTMLDefines.h"
makehm /h IDD_,HIDD_,0x20000 "Resource.h" >> "hlp\HTMLDefines.h"
echo. >> "hlp\HTMLDefines.h"
echo // Frame Controls (IDW_*) >> "hlp\HTMLDefines.h"
makehm /h /a afxhh.h IDW_,HIDW_,0x50000 "Resource.h" >> "hlp\HTMLDefines.h"
if errorlevel 1 goto VCReportError
goto VCEnd
:VCReportError
echo Project : error PRJ0019: A tool returned an error code: "Generating map file for help compiler..."
exit 1
:VCEnd
]
Creating command line "c:\temp\SimplePad\Debug\BAT00000B.bat"
Creating temporary file "c:\temp\SimplePad\Debug\BAT00000C.bat" with contents
[
@echo off
start /wait hhc "hlp\SimplePad.hhp"
if not exist "hlp\SimplePad.chm" goto :HelpError
copy "hlp\SimplePad.chm" "Debug\SimplePad.chm"
goto :HelpDone
:HelpError
echo hlp\SimplePad.hhp(1) : error:Problem encountered creating help file
echo.
:HelpDone
echo.
if errorlevel 1 goto VCReportError
goto VCEnd
:VCReportError
echo Project : error PRJ0019: A tool returned an error code: "Making help file..."
exit 1
:VCEnd
]
Creating command line "c:\temp\SimplePad\Debug\BAT00000C.bat"
Creating temporary file "c:\temp\SimplePad\Debug\RSP00000D.rsp" with contents
[
/Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "_AFXDLL" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Zc:wchar_t /Yu"stdafx.h" /Fp"Debug/SimplePad.pch" /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI /TP
SimplePadView.cpp
SimplePadDoc.cpp
ChildFrm.cpp
MainFrm.cpp
SimplePad.cpp
]
Creating command line "cl.exe @c:\temp\SimplePad\Debug\RSP00000D.rsp /nologo"
Creating temporary file "c:\temp\SimplePad\Debug\RSP00000E.rsp" with contents
[
/Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "_AFXDLL" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Zc:wchar_t /Yc"stdafx.h" /Fp"Debug/SimplePad.pch" /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI /TP
stdafx.cpp
]
Creating command line "cl.exe @c:\temp\SimplePad\Debug\RSP00000E.rsp /nologo"
Creating command line "rc.exe /d "_DEBUG" /d "_AFXDLL" /l 0x409 /I "Debug" /fo"Debug/SimplePad.res" SimplePad.rc"
Creating temporary file "c:\temp\SimplePad\Debug\RSP00000F.rsp" with contents
[
/OUT:"Debug/SimplePad.exe" /INCREMENTAL /NOLOGO /DEBUG /PDB:"Debug/SimplePad.pdb" /SUBSYSTEM:WINDOWS /MACHINE:IX86
debug\SimplePad.obj
debug\stdafx.obj
debug\MainFrm.obj
debug\ChildFrm.obj
debug\SimplePadDoc.obj
debug\SimplePadView.obj
debug\SimplePad.res
]
Creating command line "link.exe @c:\temp\SimplePad\Debug\RSP00000F.rsp"
|