Skip to content
  • Brad King's avatar
    Create a static library's output dir for VS 6 · b38c2929
    Brad King authored
    VS 6 forgets to create the output directory for a static library if it
    differs from the intermediate files directory.  We work around this VS
    bug by creating a pre-link event on the library target to make the
    directory.
    b38c2929