Do not compile dfrotz on Windows

This commit is contained in:
HanzZ 2011-10-21 10:40:22 +02:00
parent 9d0af6d4e2
commit bb938d33f7

View file

@ -7,6 +7,8 @@ if (PROTOBUF_FOUND)
ADD_SUBDIRECTORY(libircclient-qt)
endif()
if (NOT WIN32)
ADD_SUBDIRECTORY(frotz)
endif()
endif()