comparison src/Make_ming.mak @ 2594:56b638f2029e v7.3.018

updated for version 7.3.018 Problem: Missing argument to windres in MingW makefiles. Solution: Add the argument that was wrapped in the patch. (Jon Maken)
author Bram Moolenaar <bram@vim.org>
date Wed, 29 Sep 2010 18:42:28 +0200
parents 5df74a812b7b
children 5c4b2fc4f067
comparison
equal deleted inserted replaced
2593:103dea654543 2594:56b638f2029e
301 MKDIR = mkdir 301 MKDIR = mkdir
302 DIRSLASH = \\ 302 DIRSLASH = \\
303 endif 303 endif
304 endif 304 endif
305 CC := $(CROSS_COMPILE)gcc 305 CC := $(CROSS_COMPILE)gcc
306 WINDRES := $(CROSS_COMPILE)windres --preprocessor="$(CC) -E -xc" - 306 WINDRES := $(CROSS_COMPILE)windres --preprocessor="$(CC) -E -xc" -DRC_INVOKED
307 307
308 #>>>>> end of choices 308 #>>>>> end of choices
309 ########################################################################### 309 ###########################################################################
310 310
311 CFLAGS = -Iproto $(DEFINES) -pipe -w -march=$(ARCH) -Wall 311 CFLAGS = -Iproto $(DEFINES) -pipe -w -march=$(ARCH) -Wall