diff Makefile @ 35921:57761c0cbfe2

build: Only compile modify_reg tool if Win32 emulation is enabled.
author diego
date Tue, 19 Mar 2013 16:50:18 +0000
parents 62bd62d19c4f
children 1cc764869d00
line wrap: on
line diff
--- a/Makefile	Tue Mar 19 16:15:32 2013 +0000
+++ b/Makefile	Tue Mar 19 16:50:18 2013 +0000
@@ -1031,9 +1031,10 @@
 testsclean:
 	-rm -f $(call ADD_ALL_EXESUFS,$(TESTS) $(TESTS-no))
 
-TOOLS-$(ARCH_X86)       += fastmemcpybench modify_reg
+TOOLS-$(ARCH_X86)               += fastmemcpybench
 TOOLS-$(HAVE_WINDOWS_H) += vfw2menc
 TOOLS-$(SDL_IMAGE)      += bmovl-test
+TOOLS-$(WIN32_EMULATION)        += modify_reg
 
 TOOLS := $(addprefix TOOLS/,alaw-gen asfinfo avi-fix avisubdump compare dump_mp4 movinfo netstream subrip vivodump $(TOOLS-yes))