For one project I have found the need to create a custom Win32API file using InCLEAN that will analyze your source and generate a smaller Win32API.
I don't need this customized version in every project. Is there a way in the ENVIRONMENT options to specify a path string with multiple search paths? This would allow a local (to the project working directory) WinAPI directory but if not present would search the standard one.
I played with some separators (comma / semi-colon) but they did not work.
By the way --- My custom Win32API.INC removed over 1,000 function declarations.
Thanks.
hmmm.... not really. There is no automatic way to automate this type of behaviour from within FireFly. Maybe you could create a batch file or application that automates the copying of your custom inc file into the PB Include directory and rename the existing one; and maybe another batch file to do the opposite.