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

Don't set WRAPPER_EXPORTS

parent 8b3e1f7b
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ SRC_ROOT = .. ...@@ -2,7 +2,7 @@ SRC_ROOT = ..
# Cross platform/compiler definitions # Cross platform/compiler definitions
!include $(SRC_ROOT)\build\Common.bmake # defines clean and output directory rules !include $(SRC_ROOT)\build\Common.bmake # defines clean and output directory rules
CFLAGS = -w-par -w-aus -w-csu -DWRAPPER_IMPORTS $(CFLAGS) $(XPDEV-MT_CFLAGS) $(CIOLIB-MT_CFLAGS) CFLAGS = -w-par -w-aus -w-csu $(CFLAGS) $(XPDEV-MT_CFLAGS) $(CIOLIB-MT_CFLAGS)
$(UIFCLIB_BUILD): $(OBJS) $(UIFCLIB_BUILD): $(OBJS)
@echo Creating $< ... @echo Creating $< ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment