[MPlayer-cvslog] r22600 - trunk/libdha/Makefile

diego subversion at mplayerhq.hu
Thu Mar 15 10:05:03 CET 2007


Author: diego
Date: Thu Mar 15 10:05:03 2007
New Revision: 22600

Modified:
   trunk/libdha/Makefile

Log:
Remove Cygwin case from conditional, it's overridden by the Win32 case.
This time without stray garbage mixed in...


Modified: trunk/libdha/Makefile
==============================================================================
--- trunk/libdha/Makefile	(original)
+++ trunk/libdha/Makefile	Thu Mar 15 10:05:03 2007
@@ -4,12 +4,8 @@ MAJOR_VERSION = 1
 MINOR_VERSION = 0
 VERSION = $(MAJOR_VERSION).$(MINOR_VERSION)
 
-ifeq ($(TARGET_OS),CYGWIN)
-SHORTNAME = libdha.dll
-else
 SHORTNAME = libdha.so.$(MAJOR_VERSION)
 VSHORTNAME = libdha.so
-endif
 ifeq ($(TARGET_WIN32),yes)
 LIBNAME = libdha.a
 SHORTNAME = libdha.a



More information about the MPlayer-cvslog mailing list