comparison src/Makefile @ 2154:7c8c7c95a865 vim73

First step in the Vim 7.3 branch. Changed version numbers.
author Bram Moolenaar <bram@zimbu.org>
date Sat, 15 May 2010 13:56:02 +0200
parents e9c9f37be306
children 733f0dc510c3 f60a0c9cbe6c
comparison
equal deleted inserted replaced
2152:b9e314fe473f 2154:7c8c7c95a865
534 #CFLAGS = -O6 -fno-strength-reduce -Wall -Wshadow -Wmissing-prototypes 534 #CFLAGS = -O6 -fno-strength-reduce -Wall -Wshadow -Wmissing-prototypes
535 #CFLAGS = -g -DDEBUG -Wall -Wshadow -Wmissing-prototypes 535 #CFLAGS = -g -DDEBUG -Wall -Wshadow -Wmissing-prototypes
536 #CFLAGS = -g -O2 '-DSTARTUPTIME="vimstartup"' -fno-strength-reduce -Wall -Wmissing-prototypes 536 #CFLAGS = -g -O2 '-DSTARTUPTIME="vimstartup"' -fno-strength-reduce -Wall -Wmissing-prototypes
537 537
538 # Use this with GCC to check for mistakes, unused arguments, etc. 538 # Use this with GCC to check for mistakes, unused arguments, etc.
539 #CFLAGS = -g -Wall -Wextra -Wmissing-prototypes -Wunreachable-code 539 #CFLAGS = -g -Wall -Wextra -Wmissing-prototypes -Wunreachable-code -D_FORTIFY_SOURCE=1
540 #PYTHON_CFLAGS_EXTRA = -Wno-missing-field-initializers 540 #PYTHON_CFLAGS_EXTRA = -Wno-missing-field-initializers
541 #MZSCHEME_CFLAGS_EXTRA = -Wno-unreachable-code -Wno-unused-parameter 541 #MZSCHEME_CFLAGS_EXTRA = -Wno-unreachable-code -Wno-unused-parameter
542 542
543 # EFENCE - Electric-Fence malloc debugging: catches memory accesses beyond 543 # EFENCE - Electric-Fence malloc debugging: catches memory accesses beyond
544 # allocated memory (and makes every malloc()/free() very slow). 544 # allocated memory (and makes every malloc()/free() very slow).
912 ### Directory of the man pages 912 ### Directory of the man pages
913 MAN1DIR = /man1 913 MAN1DIR = /man1
914 914
915 ### Vim version (adjusted by a script) 915 ### Vim version (adjusted by a script)
916 VIMMAJOR = 7 916 VIMMAJOR = 7
917 VIMMINOR = 2 917 VIMMINOR = 3a
918 918
919 ### Location of Vim files (should not need to be changed, and {{{1 919 ### Location of Vim files (should not need to be changed, and {{{1
920 ### some things might not work when they are changed!) 920 ### some things might not work when they are changed!)
921 VIMDIR = /vim 921 VIMDIR = /vim
922 VIMRTDIR = /vim$(VIMMAJOR)$(VIMMINOR) 922 VIMRTDIR = /vim$(VIMMAJOR)$(VIMMINOR)