diff options
author | Ladislav <Zezula> | 2013-11-14 16:01:54 +0100 |
---|---|---|
committer | Ladislav <Zezula> | 2013-11-14 16:01:54 +0100 |
commit | 65a9cc8011c5b3f60664ff2352290ed0680013c1 (patch) | |
tree | da8a6b14102f3c8e235d9e8803c06844b8bb5132 /makefile.w32 | |
parent | a70863499e5e9e6560477b8f4a0a594d6e62650e (diff) |
+ Makefiles fixed
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 2e3b743..8f3424a 100644 --- a/makefile.w32 +++ b/makefile.w32 @@ -27,6 +27,7 @@ OBJS_CPP = src/adpcm/adpcm.o \ src/FileStream.o \ src/SBaseCommon.o \ src/SBaseFileTable.o \ + src/SBaseSubTypes.o \ src/SCompression.o \ src/SFileAddFile.o \ src/SFileAttributes.o \ |