diff options
author | Ladislav Zezula <ladislav.zezula@avg.com> | 2013-12-12 11:15:16 +0100 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avg.com> | 2013-12-12 11:15:16 +0100 |
commit | 6961cd51b65e8df7f807e25ab6ffc4da8c205449 (patch) | |
tree | 48bcfa6c0bb51171b3cb25330abb0e5caf051ff9 /makefile.w32 | |
parent | 5106d34fdaaf6378abf0fa8bb0b30d54a487e398 (diff) |
+ Fixed warnings
+ Added SBaseDumpData to the makefiles
Diffstat (limited to 'makefile.w32')
-rw-r--r-- | makefile.w32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile.w32 b/makefile.w32 index 7435bd8..3ea576a 100644 --- a/makefile.w32 +++ b/makefile.w32 @@ -26,6 +26,7 @@ OBJS_CPP = src/adpcm/adpcm.o \ src/sparse/sparse.o \ src/FileStream.o \ src/SBaseCommon.o \ + src/SBaseDumpData.o \ src/SBaseFileTable.o \ src/SBaseSubTypes.o \ src/SCompression.o \ |