The ide's project window has two tabs. The second is named 'Target files'.
If this is selected, I can right-click my compiled dll and get a context menu where I can select
'properties -> build commands'.
I would like to copy my target to a certain place, using environment variables.
For example I would like to copy in the folder:
%PellesCDir%\Bin\Wizards
But the compiler says: 'invalid macro'
I need to use environment variables because I use different installations of Pelles C.
Is there a simple workaround (without using a batch file)?