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

Don't define WRAPPER_IMPORTS unconditionally for uifc via gmake.

parent 80304111
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) $(XPDEV-MT_CFLAGS)
CFLAGS += -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