summaryrefslogtreecommitdiff
path: root/templates/automakedll.mpt
blob: f8fbb94d32d7c5d326041af610086b2dad7de3e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// -*- MPC -*-
conditional_include "common"

lib_prefix = lib
lib_ext    = .la
dll_ext    = .la
exe_ext    =

linkflags =
includedir =

conditional_include "user_automakedll"