fips
fips copied to clipboard
Building DLLs on Windows: handle static .lib stub file
Currently when building DLLs, the DLL itself is copied to the deploy directory, but not the static .lib file needed to link the DLL. fips should take of this automatically.
Also, for extra comfort, add the deploy directory to the library search path, so that the DLL can be easily linked with apps in the same project.