1 message in com.perforce.jamming[jamming] Different compilation flags...
FromSent OnAttachments
Leon...@schema.com07 Mar 2001 05:05 
Subject:[jamming] Different compilation flags for dll & exe creation
From:Leon...@schema.com (Leon@schema.com)
Date:03/07/2001 05:05:48 AM
List:com.perforce.jamming

I work in WATCOM project. I want to create some dllls & executables. The problem is that compilation flags for dlls & executables are different (dll compilation flags have -bd, exe compilation flags are without it), but "rule C++" in Jam "don't know", if you should create objects for dll or executable compilation.

How I can solve the problem?