diff options
| author | Petr Mrázek | 2011-08-28 22:28:23 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2011-08-28 22:28:23 +0200 |
| commit | d451c6910b3dae537449585de09e57f48aaafc13 (patch) | |
| tree | 494c9306fa6a864acaba32c09c5047cd71849e50 /.gitmodules | |
| parent | e5f0c7637ee4482abba8aca476c81598b4d952e3 (diff) | |
| download | dfhack-d451c6910b3dae537449585de09e57f48aaafc13.tar.gz dfhack-d451c6910b3dae537449585de09e57f48aaafc13.tar.bz2 dfhack-d451c6910b3dae537449585de09e57f48aaafc13.tar.xz | |
Add stonesense as a submodule, fix MSVC build of vdig module
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..071f19cf --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "plugins/stonesense"] + path = plugins/stonesense + url = git://github.com/peterix/stonesense.git |
