diff options
author | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2023-06-21 00:00:00 +0000 |
---|---|---|
committer | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2023-12-17 14:59:19 +0500 |
commit | 5b39dc76f1bc82f941d5c800ab9f34407a06b53a (patch) | |
tree | fe5e17420300b715021a76328444088d32047963 /C/Util/7zipUninstall/makefile | |
parent | 93be7d4abfd4233228f58ee1fbbcd76d91be66a4 (diff) | |
download | 7zip-23.01.tar.gz 7zip-23.01.tar.bz2 7zip-23.01.zip |
23.0123.01
Diffstat (limited to 'C/Util/7zipUninstall/makefile')
-rw-r--r-- | C/Util/7zipUninstall/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/C/Util/7zipUninstall/makefile b/C/Util/7zipUninstall/makefile index 60c2fe2..9d8aafc 100644 --- a/C/Util/7zipUninstall/makefile +++ b/C/Util/7zipUninstall/makefile | |||
@@ -1,8 +1,8 @@ | |||
1 | PROG = 7zipUninstall.exe | 1 | PROG = 7zipUninstall.exe |
2 | MY_FIXED = 1 | 2 | MY_FIXED = 1 |
3 | 3 | ||
4 | !IFDEF _64BIT_INSTALLER | 4 | !IFDEF Z7_64BIT_INSTALLER |
5 | CFLAGS = $(CFLAGS) -D_64BIT_INSTALLER | 5 | CFLAGS = $(CFLAGS) -DZ7_64BIT_INSTALLER |
6 | !ENDIF | 6 | !ENDIF |
7 | 7 | ||
8 | MAIN_OBJS = \ | 8 | MAIN_OBJS = \ |