Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
35920:bd3e9d8df038 | 35921:57761c0cbfe2 |
---|---|
1029 tests: $(addsuffix $(EXESUF),$(TESTS)) | 1029 tests: $(addsuffix $(EXESUF),$(TESTS)) |
1030 | 1030 |
1031 testsclean: | 1031 testsclean: |
1032 -rm -f $(call ADD_ALL_EXESUFS,$(TESTS) $(TESTS-no)) | 1032 -rm -f $(call ADD_ALL_EXESUFS,$(TESTS) $(TESTS-no)) |
1033 | 1033 |
1034 TOOLS-$(ARCH_X86) += fastmemcpybench modify_reg | 1034 TOOLS-$(ARCH_X86) += fastmemcpybench |
1035 TOOLS-$(HAVE_WINDOWS_H) += vfw2menc | 1035 TOOLS-$(HAVE_WINDOWS_H) += vfw2menc |
1036 TOOLS-$(SDL_IMAGE) += bmovl-test | 1036 TOOLS-$(SDL_IMAGE) += bmovl-test |
1037 TOOLS-$(WIN32_EMULATION) += modify_reg | |
1037 | 1038 |
1038 TOOLS := $(addprefix TOOLS/,alaw-gen asfinfo avi-fix avisubdump compare dump_mp4 movinfo netstream subrip vivodump $(TOOLS-yes)) | 1039 TOOLS := $(addprefix TOOLS/,alaw-gen asfinfo avi-fix avisubdump compare dump_mp4 movinfo netstream subrip vivodump $(TOOLS-yes)) |
1039 | 1040 |
1040 TOOLS_DEP_FILES = $(addsuffix .d,$(TOOLS)) | 1041 TOOLS_DEP_FILES = $(addsuffix .d,$(TOOLS)) |
1041 | 1042 |