dfhack/plugins/mapexport
Alexander Gavrilov edf77cf270 Link protobuf to dfhack core as a shared library.
- Change protobuf libraries to build as DLLs.
- Move some stream features to the lite library.
- Install the lite library and use it from dfhack.

Note that:

- A couple of protobuf headers had to be tweaked.
- The lite library is used because the full one is
  absolutely incompatible with reloading plugins.
- Shutting down protobuf also can't be allowed.
2012-03-09 19:46:21 +04:00
..
proto Fix tile materials in mapexport. 2012-02-20 19:32:58 -08:00
.gitignore Cleaned up the protobuf and mapexport build scripts a lot, and added two more simple proto files to store map geometry information. 2012-01-20 11:21:29 -08:00
CMakeLists.txt Link protobuf to dfhack core as a shared library. 2012-03-09 19:46:21 +04:00
mapexport.cpp Link protobuf to dfhack core as a shared library. 2012-03-09 19:46:21 +04:00