Skip to content
Snippets Groups Projects
Commit 34ac393b authored by rswindell's avatar rswindell
Browse files

Build thread-safe linked-list module in xpdev_mt.

parent 11e0c640
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@ ifdef XP_SEM
MTOBJS += $(MTOBJODIR)$(DIRSEP)xpsem$(OFILE)
endif
MT_CFLAGS += LINK_LIST_THREADSAFE
# Executable Build Rule
$(WRAPTEST): $(OBJODIR)/wraptest.o $(DEPS)
@echo Linking $@
......
......@@ -4,6 +4,8 @@ SRC_ROOT = ..
#The following is necessary only when DLL-exporting wrapper functions
#CFLAGS = $(CFLAGS) -DWRAPPER_EXPORTS
MT_CFLAGS = $(MT_CFLAGS) -DLINK_LIST_THREADSAFE
$(XPDEV_LIB_BUILD): $(OBJS)
@echo Creating $< ...
-$(QUIET)$(DELETE) $@
......
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