mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Forgot to make World Editor an MFC-only tool.
This commit is contained in:
parent
fb8dff80cf
commit
8b4d5ee5d3
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
||||||
ADD_SUBDIRECTORY(land_export)
|
ADD_SUBDIRECTORY(land_export)
|
||||||
ADD_SUBDIRECTORY(land_export_lib)
|
ADD_SUBDIRECTORY(land_export_lib)
|
||||||
|
|
||||||
ADD_SUBDIRECTORY(world_editor)
|
IF(WITH_MFC)
|
||||||
ADD_SUBDIRECTORY(world_editor_primitive_plugin)
|
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.
|
# This is an old plugin and is deprecated. It doesn't even compile anymore.
|
||||||
#ADD_SUBDIRECTORY(world_editor_plugin)
|
#ADD_SUBDIRECTORY(world_editor_plugin)
|
||||||
|
|
Loading…
Reference in a new issue