How to disable for 1 project in a project group

delphi package - automated exception handling
Post Reply
skellish
Posts: 1
Joined: Fri Nov 12, 2004 7:13 pm

How to disable for 1 project in a project group

Post by skellish »

I have a project group containing two projects of which one is a resource DLL. I want disable madExcept checking just for the DLL but madExcept keeps putting in

uses madExcept, madLinkDisAsm;

Is there anyway to disable it just for this project. I know that the workaround would be to have two seperate projects instead of using a project group but I would like to keep them together,
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Please double click on the resource dll in the project group, so it gets bold. Then open the madExcept settings dialog and uncheck all the "main tasks" (except maybe "append map file to binary"). Afterwards you should have what you want. madExcept doesn't store its settings per project group, but per project.
Post Reply