Merge pull request #39 from jwillemsen/jwi-bcc32c
[MPC.git] / templates / automakedll.mpt
blobf8fbb94d32d7c5d326041af610086b2dad7de3e8
1 // -*- MPC -*-
2 conditional_include "common"
4 lib_prefix = lib
5 lib_ext    = .la
6 dll_ext    = .la
7 exe_ext    =
9 linkflags =
10 includedir =
12 conditional_include "user_automakedll"