diff libdha/Makefile @ 12069:841fd0c2f2e3

fix compilation on cygwin
author faust3
date Fri, 26 Mar 2004 12:15:54 +0000
parents 38ce28265e5f
children 797e602bf1dd
line wrap: on
line diff
--- a/libdha/Makefile	Thu Mar 25 21:49:48 2004 +0000
+++ b/libdha/Makefile	Fri Mar 26 12:15:54 2004 +0000
@@ -15,7 +15,7 @@
 #SHORTNAME = libdha.so
 VSHORTNAME = libdha.so
 endif
-ifeq ($(TARGET_MINGW32),yes)
+ifeq ($(TARGET_WIN32),yes)
 LIBNAME = libdha.a
 SHORTNAME = libdha.a
 else
@@ -48,7 +48,7 @@
 	$(CC) -c $(CFLAGS) -o $@ $<
 
 $(LIBNAME):     $(OBJS)
-ifeq ($(TARGET_MINGW32),yes)
+ifeq ($(TARGET_WIN32),yes)
 	$(AR) r $(LIBNAME) $(OBJS)
 else
 	#$(CC) -shared $(SONAME_FLAGS) -o $(LIBNAME) $(OBJS) $(LIBS)