$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Nicolas Fleury (nidoizo_at_[hidden])
Date: 2006-03-17 11:15:12
Hi,
I'm wondering if anybody is having the same problem as me. When
using a makefile project in VC, cancelling a build with ctrl-break
results in killing jam and its call to cl.exe in such a way there's
sometimes empty .obj files. The solution I thought about is to add in
rules a call to something like "SHELL myDeleteEmpty.exe $(objs)", but it
slows down a bit the startup when building a large project. Has anyone
met this kind of problem and what are your solutions?
Thx and regards,
Nicolas