diff options
Diffstat (limited to '')
-rw-r--r-- | CPP/7zip/UI/Client7z/makefile.gcc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CPP/7zip/UI/Client7z/makefile.gcc b/CPP/7zip/UI/Client7z/makefile.gcc index 3f97205..fe27011 100644 --- a/CPP/7zip/UI/Client7z/makefile.gcc +++ b/CPP/7zip/UI/Client7z/makefile.gcc | |||
@@ -57,8 +57,11 @@ WIN_OBJS = \ | |||
57 | 7ZIP_COMMON_OBJS = \ | 57 | 7ZIP_COMMON_OBJS = \ |
58 | $O/FileStreams.o \ | 58 | $O/FileStreams.o \ |
59 | 59 | ||
60 | C_OBJS = \ | ||
61 | $O/Alloc.o \ | ||
60 | 62 | ||
61 | OBJS = \ | 63 | OBJS = \ |
64 | $(C_OBJS) \ | ||
62 | $(COMMON_OBJS) \ | 65 | $(COMMON_OBJS) \ |
63 | $(WIN_OBJS) \ | 66 | $(WIN_OBJS) \ |
64 | $(SYS_OBJS) \ | 67 | $(SYS_OBJS) \ |