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

De-uglify.

parent ab6e8778
No related branches found
No related tags found
No related merge requests found
SRC_ROOT = .. 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 -DWRAPPER_IMPORTS $(CFLAGS) $(XPDEV-MT_CFLAGS) $(CIOLIB-MT_CFLAGS)
$(UIFCLIB_BUILD): $(OBJS) $(UIFCLIB_BUILD): $(OBJS)
@echo Creating $< ... @echo Creating $< ...
-$(QUIET)$(DELETE) $@ -$(QUIET)$(DELETE) $@
&$(QUIET)tlib $@ +$** &$(QUIET)tlib $@ +$**
$(UIFCLIB-MT_BUILD): $(MT_OBJS) $(UIFCLIB-MT_BUILD): $(MT_OBJS)
@echo Creating $< ... @echo Creating $< ...
-$(QUIET)$(DELETE) $@ -$(QUIET)$(DELETE) $@
&$(QUIET)tlib $@ +$** &$(QUIET)tlib $@ +$**
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment