Skip to content
  • Brad King's avatar
    BUG: Create an exe's implib output dir for VS 6 · 962bbbec
    Brad King authored
    VS 6 forgets to create the output directory for an executable's import
    library in case the exe dllexport-s symbols.  We work around this VS bug
    by creating a pre-link event on the executable target to make the
    directory.
    962bbbec