aboutsummaryrefslogtreecommitdiff
path: root/CPP/7zip/UI/Client7z/makefile.gcc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CPP/7zip/UI/Client7z/makefile.gcc10
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
8ifdef SystemDrive 8ifdef SystemDrive
9IS_MINGW = 1
10else
11ifdef SYSTEMDRIVE
12# ifdef OS
13IS_MINGW = 1
14endif
15endif
16
17
18ifdef IS_MINGW
9 19
10SYS_OBJS = \ 20SYS_OBJS = \
11 $O/resource.o \ 21 $O/resource.o \