Skip to content
Snippets Groups Projects
Commit 78d3a0b5 authored by Dirk Zimoch's avatar Dirk Zimoch
Browse files

Windows version added

parent 898bab44
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ LIB_SRCS += require_registerRecordDeviceDriver.cpp
LIB_SRCS += require.c
LIB_SRCS_vxWorks = asprintf.c strdup.c
LIB_SRCS_WIN32 = asprintf.c
require_DBD += require.dbd
......@@ -20,6 +21,8 @@ USR_INCLUDES_Linux=-idirafter ${EPICS_BASE}/include
# Pass T_A to the code
USR_CFLAGS += -DT_A=${T_A}
USR_CFLAGS_WIN32 += -D_WIN32_WINNT=0x501
# This should really go into some global WIN32 config file
USR_CFLAGS_WIN32 += /D_WIN32_WINNT=0x501
include $(TOP)/configure/RULES
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment