From 32fc4c654465fa29e81dbdfafb3d75088af9085a Mon Sep 17 00:00:00 2001 From: deuce <> Date: Mon, 20 Sep 2004 08:41:26 +0000 Subject: [PATCH] De-uglify. --- src/uifc/Makefile | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/uifc/Makefile b/src/uifc/Makefile index 3b84263e1f..b438616caf 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 $@ +$** -- GitLab