Bug 487757 - Remove Win16 reference from config.mk; (Av1) Just remove it; r=kairo

This commit is contained in:
Serge Gautherie 2009-07-27 01:46:45 +02:00
Родитель 76aba08c3b
Коммит 5d9b5dcc5a
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -98,12 +98,7 @@ else
MAKE_JARS_TARGET = $(FINAL_TARGET)
endif
#
# The VERSION_NUMBER is suffixed onto the end of the DLLs we ship.
# Since the longest of these is 5 characters without the suffix,
# be sure to not set VERSION_NUMBER to anything longer than 3
# characters for Win16's sake.
#
VERSION_NUMBER = 50
ifeq ($(HOST_OS_ARCH),WINNT)