diff options
Diffstat (limited to '')
-rw-r--r-- | CPP/7zip/UI/Client7z/makefile.gcc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CPP/7zip/UI/Client7z/makefile.gcc b/CPP/7zip/UI/Client7z/makefile.gcc index b65095b..3f97205 100644 --- a/CPP/7zip/UI/Client7z/makefile.gcc +++ b/CPP/7zip/UI/Client7z/makefile.gcc | |||
@@ -6,6 +6,16 @@ IS_NOT_STANDALONE = 1 | |||
6 | 6 | ||
7 | 7 | ||
8 | ifdef SystemDrive | 8 | ifdef SystemDrive |
9 | IS_MINGW = 1 | ||
10 | else | ||
11 | ifdef SYSTEMDRIVE | ||
12 | # ifdef OS | ||
13 | IS_MINGW = 1 | ||
14 | endif | ||
15 | endif | ||
16 | |||
17 | |||
18 | ifdef IS_MINGW | ||
9 | 19 | ||
10 | SYS_OBJS = \ | 20 | SYS_OBJS = \ |
11 | $O/resource.o \ | 21 | $O/resource.o \ |