r22600 - trunk/libdha/Makefile
15 Mar
2007
15 Mar
'07
5:05 a.m.
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
6816
Age (days ago)
6816
Last active (days ago)
0 comments
1 participants
participants (1)
-
diego