2011-08-07 16:55:17 -06:00
|
|
|
IF(UNIX)
|
|
|
|
DFHACK_PLUGIN(vectors vectors.cpp)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
DFHACK_PLUGIN(kittens kittens.cpp)
|
|
|
|
DFHACK_PLUGIN(rawdump rawdump.cpp)
|
|
|
|
DFHACK_PLUGIN(itemhacks itemhacks.cpp)
|
|
|
|
DFHACK_PLUGIN(notes notes.cpp)
|
2011-08-23 07:00:31 -06:00
|
|
|
DFHACK_PLUGIN(memview memview.cpp)
|
2012-02-13 09:43:41 -07:00
|
|
|
DFHACK_PLUGIN(catsplosion catsplosion.cpp)
|
2011-10-13 19:27:59 -06:00
|
|
|
DFHACK_PLUGIN(buildprobe buildprobe.cpp)
|
2012-02-16 08:22:05 -07:00
|
|
|
DFHACK_PLUGIN(tilesieve tilesieve.cpp)
|
2012-02-17 15:20:17 -07:00
|
|
|
DFHACK_PLUGIN(frozen frozen.cpp)
|
2012-02-22 13:00:37 -07:00
|
|
|
DFHACK_PLUGIN(dumpmats dumpmats.cpp)
|
2011-08-07 16:55:17 -06:00
|
|
|
#DFHACK_PLUGIN(tiles tiles.cpp)
|