aboutsummaryrefslogtreecommitdiff
path: root/butl/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-07-26 22:36:33 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-07-28 19:44:42 +0300
commit6597c9b777b608a96974b4a7a8c15234b05ffdd8 (patch)
tree59f588c71ffdf7069e5c765a8ddf5f93610e7e4f /butl/buildfile
parent2ddc00326a9d6b647e7213212d0241a60be68256 (diff)
Cleanup DLL export/import
Diffstat (limited to 'butl/buildfile')
-rw-r--r--butl/buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/butl/buildfile b/butl/buildfile
index 7a3c442..d2d16ac 100644
--- a/butl/buildfile
+++ b/butl/buildfile
@@ -34,8 +34,8 @@ cxx.poptions =+ -I$src_root
lib{butl}: cxx.export.poptions = -I$src_root
-liba{hello}: cxx.export.poptions += -DLIBBUTL_STATIC
-libs{hello}: cxx.export.poptions += -DLIBBUTL_SHARED
+liba{butl}: cxx.export.poptions += -DLIBBUTL_STATIC
+libs{butl}: cxx.export.poptions += -DLIBBUTL_SHARED
obja{*}: cxx.poptions += -DLIBBUTL_STATIC_BUILD
objs{*}: cxx.poptions += -DLIBBUTL_SHARED_BUILD