diff options
Diffstat (limited to 'CPP/7zip/UI/Client7z/makefile.gcc')
-rw-r--r-- | CPP/7zip/UI/Client7z/makefile.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/7zip/UI/Client7z/makefile.gcc b/CPP/7zip/UI/Client7z/makefile.gcc index fe27011..0f89cb0 100644 --- a/CPP/7zip/UI/Client7z/makefile.gcc +++ b/CPP/7zip/UI/Client7z/makefile.gcc | |||
@@ -24,7 +24,6 @@ else | |||
24 | 24 | ||
25 | SYS_OBJS = \ | 25 | SYS_OBJS = \ |
26 | $O/MyWindows.o \ | 26 | $O/MyWindows.o \ |
27 | $O/TimeUtils.o \ | ||
28 | 27 | ||
29 | endif | 28 | endif |
30 | 29 | ||
@@ -53,6 +52,7 @@ WIN_OBJS = \ | |||
53 | $O/FileName.o \ | 52 | $O/FileName.o \ |
54 | $O/PropVariant.o \ | 53 | $O/PropVariant.o \ |
55 | $O/PropVariantConv.o \ | 54 | $O/PropVariantConv.o \ |
55 | $O/TimeUtils.o \ | ||
56 | 56 | ||
57 | 7ZIP_COMMON_OBJS = \ | 57 | 7ZIP_COMMON_OBJS = \ |
58 | $O/FileStreams.o \ | 58 | $O/FileStreams.o \ |