Interface HasImportLibrary
-
- All Known Implementing Classes:
WindowsLinker
public interface HasImportLibrary
A windows shared library consists of two files: (1) a dll to be used at runtime and (2) an import library (static library) to be used to link against a given shared library. Wnen creating a dll, link.exe produces a dll file and a corresponding import library file. This interface represents those concepts.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<Arg>
importLibrary(Path output)
Path
importLibraryPath(Path output)
-