From 0f3bc505c3cd6337ed0032a318867524dbc132bd Mon Sep 17 00:00:00 2001 From: faust3 Date: Sun, 27 Jun 2004 17:54:31 +0000 Subject: mingw crosscompiling step 1 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12707 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'osdep') diff --git a/osdep/Makefile b/osdep/Makefile index 9c39fddd3a..4052aa4cd7 100644 --- a/osdep/Makefile +++ b/osdep/Makefile @@ -17,10 +17,10 @@ timer = timer-lx.c ifeq ($(TARGET_OS),Darwin) timer = timer-darwin.c endif -ifeq ($(TARGET_CYGWIN),yes) +ifeq ($(TARGET_OS),CYGWIN) timer = timer-win2.c endif -ifeq ($(TARGET_MINGW32),yes) +ifeq ($(TARGET_OS),MINGW32) timer = timer-win2.c getch = getch2-win.c SRCS += glob-win.c -- cgit v1.2.3