From 7874801f3daf6457d12e1803d6ac5c4fa111ca3e Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Fri, 28 Nov 2008 08:31:21 +0000 Subject: [PATCH] remove the mc.exe detection, it not available anyway --- Makefile | 3 --- config.mak.in | 1 - configure.ac | 1 - 3 files changed, 5 deletions(-) diff --git a/Makefile b/Makefile index 84ddfe0..776e04b 100644 --- a/Makefile +++ b/Makefile @@ -186,9 +186,6 @@ asm: $(asms) ifeq ($(PORTNAME),win32) -$(srcdir)/win32/eventmsg.rc: $(srcdir)/win32/eventmsg.mc - $(MC) $< -o $@ --include-dir=$(srcdir)/win32 - $(builddir)/lib/eventmsg.o: $(srcdir)/win32/eventmsg.rc $(E) " WINDRES" $< $(Q) $(WINDRES) $< -o $@ --include-dir=$(srcdir)/win32 diff --git a/config.mak.in b/config.mak.in index 37fb1c9..15cf9fb 100644 --- a/config.mak.in +++ b/config.mak.in @@ -13,7 +13,6 @@ LDFLAGS = @LDFLAGS@ XMLTO = @XMLTO@ ASCIIDOC = @ASCIIDOC@ -MC = @MC@ DLLWRAP = @DLLWRAP@ DLLTOOL = @DLLTOOL@ WINDRES = @WINDRES@ diff --git a/configure.ac b/configure.ac index 925bcd3..5c32b8c 100644 --- a/configure.ac +++ b/configure.ac @@ -71,7 +71,6 @@ fi dnl check for windows tools if test "$PORTNAME" = "win32"; then - AC_CHECK_TOOL([MC], [mc]) AC_CHECK_TOOL([WINDRES], [windres]) AC_CHECK_TOOL([DLLWRAP], [dllwrap]) AC_CHECK_TOOL([DLLTOOL], [dlltool]) -- 2.40.0