Skip to content
Snippets Groups Projects
  1. Oct 02, 2009
  2. Oct 01, 2009
  3. Sep 30, 2009
  4. Sep 29, 2009
    • Brad King's avatar
      Test use of module .def files for MS tools · 0db2c850
      Brad King authored
      This adds a "ModuleDefinition" test enabled when using MSVC tools.  It
      checks that .def files can be used to export .dll and .exe symbols and
      create corresponding .lib files that can be linked.  See issue #9613.
      0db2c850
    • Brad King's avatar
      Fix use of module .def files for MS tools · 024d05ad
      Brad King authored
      We recognize .def source files and map them to the /DEF:<file> option in
      the MSVC tools.  Previously this worked only for shared libraries.  This
      commit cleans up the implementation and makes it work for executables
      too.  See issue #9613.
      024d05ad
Loading