Changed: Forgot to make World Editor an MFC-only tool.

This commit is contained in:
"Matt Raykowski" 2010-11-22 20:31:25 -06:00
parent 6a657037b1
commit 7e56c729b0

View file

@ -1,8 +1,10 @@
ADD_SUBDIRECTORY(land_export)
ADD_SUBDIRECTORY(land_export_lib)
IF(WITH_MFC)
ADD_SUBDIRECTORY(world_editor)
ADD_SUBDIRECTORY(world_editor_primitive_plugin)
ENDIF(WITH_MFC)
# This is an old plugin and is deprecated. It doesn't even compile anymore.
#ADD_SUBDIRECTORY(world_editor_plugin)