Best regards,
Tanya
You must also include some item (forgot what) to SOURCES for MAKEFILE.INC
to be employed.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
ma...@storagecraft.com
http://www.storagecraft.com
"ssylee" <ssy...@discussions.microsoft.com> wrote in message
news:D884B68C-5408-4496...@microsoft.com...
But, yes - you can put some batch file commands (cd , copy, etc) in the
makefile.inc.
Best regards,
Tanya
Why to do this in the SOURCES?
Can you check exit status of build.exe - where ever you launch it from -
and then run your batch file?
--PA
Please see the Windows command line help on how to check exit status of a
program.
........
build.exe <options>
if %errorlevel% GTR 1 goto :fail
Regards,
--PA