diff --git a/src/uifc/Makefile b/src/uifc/Makefile index 3b84263e1f241a078624e0e9f9f703c4f68ac088..b438616caf7c94bca207ba8ffd0ebd785384cb03 100644 --- a/src/uifc/Makefile +++ b/src/uifc/Makefile @@ -1,15 +1,15 @@ -SRC_ROOT = .. -# Cross platform/compiler definitions -!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) - -$(UIFCLIB_BUILD): $(OBJS) - @echo Creating $< ... - -$(QUIET)$(DELETE) $@ - &$(QUIET)tlib $@ +$** - -$(UIFCLIB-MT_BUILD): $(MT_OBJS) - @echo Creating $< ... - -$(QUIET)$(DELETE) $@ - &$(QUIET)tlib $@ +$** +SRC_ROOT = .. +# Cross platform/compiler definitions +!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) + +$(UIFCLIB_BUILD): $(OBJS) + @echo Creating $< ... + -$(QUIET)$(DELETE) $@ + &$(QUIET)tlib $@ +$** + +$(UIFCLIB-MT_BUILD): $(MT_OBJS) + @echo Creating $< ... + -$(QUIET)$(DELETE) $@ + &$(QUIET)tlib $@ +$**