Remove Cygwin case from conditional, it's overridden by the Win32 case.

This time without stray garbage mixed in...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22600 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-15 09:05:03 +00:00
parent a6dd4af10d
commit 5ed5b18cd0
1 changed files with 0 additions and 4 deletions

View File

@ -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