From 6f808a629f58f0e34a131e8d70c7ec986a555cfd Mon Sep 17 00:00:00 2001 From: welch Date: Tue, 4 Aug 1998 15:43:17 +0000 Subject: *** empty log message *** --- win/README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/win/README b/win/README index 3dbeefd..162a9f0 100644 --- a/win/README +++ b/win/README @@ -91,6 +91,7 @@ EXPORT - this is really an import/export flag, depending on if you are described below. STATIC_BUILD - define this if you are *not* building a DLL (e.g., a main program) +DLL_BUILD - define this if you *are* building a DLL DLLIMPORT - If STATIC_BUILD is defined, this becomes nothing. (On UNIX, DLLIMPORT is defined to be empty) Otherwise, this this expands to __declspec(dllimport) @@ -114,7 +115,7 @@ presense of BUILD_Foo, like this: * if the BUILD_foo macro is defined, the assumption is that we are * building the dynamic library. */ -#ifdef BUILD_foo +#ifdef BUILD_Foo # undef EXPORT # define EXPORT DLLEXPORT #endif -- cgit v0.12