Update df2mc, fix build.

develop
Petr Mrázek 2011-11-05 02:22:15 +01:00
parent 25257fe598
commit d1849e6bef
3 changed files with 6 additions and 6 deletions

@ -25,6 +25,11 @@ if(BUILD_DEV_PLUGINS)
add_subdirectory (devel)
endif()
OPTION(BUILD_DF2MC "Build DF2MC (needs a checkout first)." ON)
if(BUILD_DF2MC)
add_subdirectory (df2mc)
endif()
DFHACK_PLUGIN(reveal reveal.cpp)
DFHACK_PLUGIN(probe probe.cpp)

@ -9,8 +9,3 @@ DFHACK_PLUGIN(notes notes.cpp)
DFHACK_PLUGIN(memview memview.cpp)
DFHACK_PLUGIN(buildprobe buildprobe.cpp)
#DFHACK_PLUGIN(tiles tiles.cpp)
OPTION(BUILD_DF2MC "Build DF2MC (needs a checkout first)." ON)
if(BUILD_DF2MC)
add_subdirectory (df2mc)
endif()

@ -1 +1 @@
Subproject commit 193ea1f4345d44798c7b4889e4c151902d0817b4
Subproject commit 679275e96f77064acea57cce05f2f786d0b29fba