r=cls
Turn on building of the NPNULL plugin on OS/2
This commit is contained in:
mkaply%us.ibm.com 2002-06-28 05:39:00 +00:00
Родитель bbe207a207
Коммит 42765f4b10
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -43,6 +43,10 @@ endif
ifeq ($(OS_ARCH),WINNT)
DIRS += samples/default/windows
endif
ifeq ($(OS_ARCH),OS2)
DIRS += samples/default/os2
endif
include $(topsrcdir)/config/rules.mk