fips icon indicating copy to clipboard operation
fips copied to clipboard

Building DLLs on Windows: handle static .lib stub file

Open floooh opened this issue 10 years ago • 0 comments

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.

floooh avatar Mar 04 '15 20:03 floooh