From 3786032100c34e2196bbb8af1e89226b05fbc324 Mon Sep 17 00:00:00 2001 From: lloyd Date: Thu, 19 Nov 2009 23:34:17 +0000 Subject: Most compilers had empty dll_*_flags; remove them since the default is empty anyway. For VC++ (only user) set BOTAN_DLL to dllimport by default (for apps), and then redefine as dllexport when building the library. --- src/build-data/cc/sunwspro.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/build-data/cc/sunwspro.txt') diff --git a/src/build-data/cc/sunwspro.txt b/src/build-data/cc/sunwspro.txt index ee41ebeca..bd86ade33 100644 --- a/src/build-data/cc/sunwspro.txt +++ b/src/build-data/cc/sunwspro.txt @@ -18,9 +18,6 @@ shared_flags "-KPIC" warning_flags "+w" lang_flags "+p -D__EXTENSIONS__" -dll_import_flags "" -dll_export_flags "" - makefile_style unix -- cgit v1.2.3