comparison src/Make_cyg.mak @ 5356:0978e99043d2 v7.4.030

updated for version 7.4.030 Problem: The -mno-cygwin argument is no longer supported by Cygwin. Solution: Remove the arguments. (Steve Hall)
author Bram Moolenaar <bram@vim.org>
date Thu, 19 Sep 2013 20:49:04 +0200
parents afbc9dd67cea
children de9a01851ebd
comparison
equal deleted inserted replaced
5355:5a05fecfb2ad 5356:0978e99043d2
1 # 1 #
2 # Makefile for VIM on Win32, using Cygnus gcc 2 # Makefile for VIM on Win32, using Cygnus gcc
3 # Last updated by Dan Sharp. Last Change: 2013 Apr 22 3 # Last updated by Dan Sharp. Last Change: 2013 Sep 19
4 # 4 #
5 # Also read INSTALLpc.txt! 5 # Also read INSTALLpc.txt!
6 # 6 #
7 # This compiles Vim as a Windows application. If you want Vim to run as a 7 # This compiles Vim as a Windows application. If you want Vim to run as a
8 # Cygwin application use the Makefile (just like on Unix). 8 # Cygwin application use the Makefile (just like on Unix).
437 # USEDLL=yes will build a Cygwin32 executable that relies on cygwin1.dll. 437 # USEDLL=yes will build a Cygwin32 executable that relies on cygwin1.dll.
438 # USEDLL=no will build a Mingw32 executable with no extra dll dependencies. 438 # USEDLL=no will build a Mingw32 executable with no extra dll dependencies.
439 ############################## 439 ##############################
440 ifeq (yes, $(USEDLL)) 440 ifeq (yes, $(USEDLL))
441 DEFINES += -D_MAX_PATH=256 -D__CYGWIN__ 441 DEFINES += -D_MAX_PATH=256 -D__CYGWIN__
442 else
443 INCLUDES += -mno-cygwin
444 endif 442 endif
445 443
446 ############################## 444 ##############################
447 ifeq (yes, $(POSTSCRIPT)) 445 ifeq (yes, $(POSTSCRIPT))
448 DEFINES += -DMSWINPS 446 DEFINES += -DMSWINPS