[prev in list] [next in list] [prev in thread] [next in thread] 

List:       cairo
Subject:    [cairo] [PATCH 2/3] Windows: do not hide compiler invocations
From:       Simon Richter <Simon.Richter () hogyros ! de>
Date:       2019-12-20 12:39:15
Message-ID: 1576845556-31696-2-git-send-email-Simon.Richter () hogyros ! de
[Download RAW message or body]

---
 build/Makefile.win32.common | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/Makefile.win32.common b/build/Makefile.win32.common
index 093b0223a..43d9e9e85 100644
--- a/build/Makefile.win32.common
+++ b/build/Makefile.win32.common
@@ -64,11 +64,11 @@ CAIRO_ARFLAGS = $(DEFAULT_ARFLAGS) $(LDFLAGS)
 
 $(CFG)/%.obj: %.c $(top_srcdir)/src/cairo-features.h
 	@mkdir -p $(CFG)/`dirname $<`
-	@$(CC) $(CAIRO_CFLAGS) -c -Fo"$@" $<
+	$(CC) $(CAIRO_CFLAGS) -c -Fo"$@" $<
 
 $(CFG)/%-static.obj: %.c $(top_srcdir)/src/cairo-features.h
 	@mkdir -p $(CFG)/`dirname $<`
-	@$(CC) $(CAIRO_CFLAGS) -c -DCAIRO_WIN32_STATIC_BUILD=1 -Fo"$@" $<
+	$(CC) $(CAIRO_CFLAGS) -c -DCAIRO_WIN32_STATIC_BUILD=1 -Fo"$@" $<
 
 clean:
 	@rm -f $(CFG)/*.obj $(CFG)/*.dll $(CFG)/*.lib $(CFG)/*.pdb $(CFG)/*.ilk || exit 0
-- 
2.20.1

-- 
cairo mailing list
cairo@cairographics.org
https://lists.cairographics.org/mailman/listinfo/cairo
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic