Skip to content
Snippets Groups Projects
Commit 28f3ce19 authored by deuce's avatar deuce
Browse files

Fix makefile to use XPDEV CFLAGS.

parent fa350780
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ SRC_ROOT = ..
# Cross platform/compiler definitions
include $(SRC_ROOT)/build/Common.gmake # defines clean and output directory rules
CFLAGS += -DWRAPPER_IMPORTS -I$(XPDEV_SRC) $(CIOLIB-MT_CFLAGS)
CFLAGS += -DWRAPPER_IMPORTS -I$(XPDEV_SRC) $(CIOLIB-MT_CFLAGS) $(XPDEV-MT_CFLAGS)
# UIFC Library Link Rule
$(UIFCLIB_BUILD): $(OBJS)
......
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