$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-07-01 01:11:17
Reece Dunn wrote:
> Surely the easiest way would be to perform RC --> RES, then apply a
> specific RES --> OBJ for GCC targets, or am I missing something?
Now we have RC->OBJ convertion, which should work everywhere. We can have
RC->RES and special RES->OBJ for GCC but that's more complex. Is there a
reason to prefer it?
- Volodya