EPICS_DLL => EPICS_DLL_NO

This commit is contained in:
Jeff Hill
1998-06-22 23:22:34 +00:00
parent 94fdaba021
commit 90f9be472c
+2 -2
View File
@@ -65,8 +65,8 @@ ACC_OPT_NO = /Zi /Fr
# /MTd static multithreaded C RTL (debug version)
# /MD multithreaded C RTL in DLL
# /MDd multithreaded C RTL in DLL (debug version)
VISC_EPICS_DLL_NO =
VISC_EPICS_DLL_YES = -DEPICS_DLL
VISC_EPICS_DLL_NO = -DEPICS_DLL_NO
VISC_EPICS_DLL_YES =
VISC_EPICS_DLL = $(VISC_EPICS_DLL_$(SHARED_LIBRARIES))
VISC_SFLAGS_DEBUG_NO = d
VISC_SFLAGS_DEBUG_YES =