diff osdep/Makefile @ 12706:51d61721906b

mingw crosscompiling step 1
author faust3
date Sun, 27 Jun 2004 17:54:31 +0000
parents 9a495bdc3a1e
children c0bde085511c
line wrap: on
line diff
--- a/osdep/Makefile	Sun Jun 27 15:47:18 2004 +0000
+++ b/osdep/Makefile	Sun Jun 27 17:54:31 2004 +0000
@@ -17,10 +17,10 @@
 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