Skip to content
  • Brad King's avatar
    ENH: Generalize exe implib dir creation for VS · 764ac980
    Brad King authored
    In VS 7,8,9 executable targets we generate a build event to create the
    output directory for the import library in case the executable marks
    symbols with dllexport (VS forgets to create this directory).  This
    generalizes computation of the custom command line to support future use
    with other VS versions.
    764ac980