Bugzilla Bug 294333: enable building on Windows Me with Cygwin. Thanks

to Jacek Piskozub <piskozub@iopan.gda.pl> for reporting the bug and
verifying the fix.  r=cls,nelsonb.
This commit is contained in:
wtchang%redhat.com 2005-05-17 21:26:14 +00:00
Родитель 73a05db3b1
Коммит 350ca73f9f
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -210,6 +210,10 @@ ifeq ($(OS_ARCH),CYGWIN_98-4.10)
OS_ARCH = CYGWIN_NT-4.0
OS_TARGET = WIN95
endif
ifeq ($(OS_ARCH),CYGWIN_ME-4.90)
OS_ARCH = CYGWIN_NT-4.0
OS_TARGET = WIN95
endif
#
# On WIN32, we also define the variable CPU_ARCH, if it isn't already.