don't try to build dead scriptable plugin on windows, bustage fix

This commit is contained in:
Josh Aas 2008-09-05 16:54:31 -04:00
Родитель bca50b52d7
Коммит 13c332e27d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -45,7 +45,7 @@ include $(DEPTH)/config/autoconf.mk
DIRS = common
ifeq ($(OS_ARCH),WINNT)
DIRS += basic/windows scriptable/windows winless/windows
DIRS += basic/windows winless/windows
endif
include $(topsrcdir)/config/rules.mk