comparison src/Make_mvc.mak @ 30645:101f08b49ed3 v9.0.0657

patch 9.0.0657: too many #ifdefs Commit: https://github.com/vim/vim/commit/7904fa420eb577274c4c3711295240100167d495 Author: Martin Tournoij <martin@arp242.net> Date: Tue Oct 4 16:28:45 2022 +0100 patch 9.0.0657: too many #ifdefs Problem: Too many #ifdefs. Solution: Graduate the +cmdwin feature. Now the tiny and small builds are equal, drop the small build. (Martin Tournoij, closes #11268)
author Bram Moolenaar <Bram@vim.org>
date Tue, 04 Oct 2022 17:30:06 +0200
parents 425b686c5244
children 2295ee9c025d
comparison
equal deleted inserted replaced
30644:0c102a723b9a 30645:101f08b49ed3
14 # This will build the console version of Vim with no additional interfaces. 14 # This will build the console version of Vim with no additional interfaces.
15 # To add features, define any of the following: 15 # To add features, define any of the following:
16 # 16 #
17 # !!!! After changing any features do "nmake clean" first !!!! 17 # !!!! After changing any features do "nmake clean" first !!!!
18 # 18 #
19 # Feature Set: FEATURES=[TINY, SMALL, NORMAL, BIG, HUGE] (default is HUGE) 19 # Feature Set: FEATURES=[TINY, NORMAL, BIG, HUGE] (default is HUGE)
20 # 20 #
21 # Name to add to the version: MODIFIED_BY=[name of modifier] 21 # Name to add to the version: MODIFIED_BY=[name of modifier]
22 # 22 #
23 # GUI interface: GUI=yes (default is no) 23 # GUI interface: GUI=yes (default is no)
24 # 24 #
1122 !if "$(POSTSCRIPT)" == "yes" 1122 !if "$(POSTSCRIPT)" == "yes"
1123 CFLAGS = $(CFLAGS) -DMSWINPS 1123 CFLAGS = $(CFLAGS) -DMSWINPS
1124 !endif # POSTSCRIPT 1124 !endif # POSTSCRIPT
1125 1125
1126 # 1126 #
1127 # FEATURES: TINY, SMALL, NORMAL, BIG or HUGE 1127 # FEATURES: TINY, NORMAL, BIG or HUGE
1128 # 1128 #
1129 CFLAGS = $(CFLAGS) -DFEAT_$(FEATURES) 1129 CFLAGS = $(CFLAGS) -DFEAT_$(FEATURES)
1130 1130
1131 # 1131 #
1132 # MODIFIED_BY - Name of who modified a release version 1132 # MODIFIED_BY - Name of who modified a release version