# Boost.Build Configuration # Modified to produce Cygwin-style suffixes on MinGW # Will be overwritten the next time Boost configure is run # Compiler configuration using gcc ; import type ; type.set-generated-target-suffix STATIC_LIB : gcc : a ; type.set-generated-target-suffix IMPORT_LIB : gcc : dll.a ; type.set-generated-target-prefix IMPORT_LIB : gcc : lib ;