This code is supposed to show you how to program an action support dll for VAC3.00.
This is a dll where you can set settings for your tool and that the make utility will use to build a dependency list.
The sample code does this for tool sc.exe.
You will find file "iwftech.inf" from IBM in the internet that describes for the older version VAC2.00 what an action support dll is.

The code comes without any warranty, use at your own risk.

You activate an action support dll by doing the following:
1.) copy the dll to a dir on your libpath, preferrably ibmcpp\dll
2.) open the tools overview via "Tools Setup","Actions"
3.) open the tools main setting, you might need to open the default project when your tool is inherited from the default project
4.) from the context menu, select "SOM Compiler" and choose "Change"
5.) On Notebook page "Support" under "Action Support Dll","Name" enter the dll name without extension, for the enclosed sample, enter "iwftools"
6.) Under "Entrypoint" the string "COMPILE" should come up (if you choose the dropdown list)
7.) Save by clicking "OK"
8.) Now, if you want to set "File Options" for the SOM compiler, you should get a new notebook (like for icc.exe) where you can conveniently set
you settings
