From 78a3bf6c9b7d253dddcbea4da066b4b8a3999745 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 8 Nov 2006 00:13:33 +0000 Subject: Create binaries with proper executable suffix under Windows. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20771 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/bmovl-test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TOOLS/bmovl-test/Makefile') diff --git a/TOOLS/bmovl-test/Makefile b/TOOLS/bmovl-test/Makefile index 0ba25590e5..7b1d7a8f53 100644 --- a/TOOLS/bmovl-test/Makefile +++ b/TOOLS/bmovl-test/Makefile @@ -1,7 +1,7 @@ include ../../config.mak -bmovl-test: bmovl-test.c - $(CC) -O3 $(SDL_INC) -lSDL_image -o bmovl-test bmovl-test.c +bmovl-test$(EXESUF): bmovl-test.c + $(CC) -O3 $(SDL_INC) -lSDL_image -o $@ bmovl-test.c clean: rm -f bmovl-test -- cgit v1.2.3