forked from aniani/vim
patch 7.4.1320
Problem: Building with Cygwin or MingW with channel but without Netbeans doesn't work. Solution: Set NETBEANS to "no" when not used.
This commit is contained in:
@@ -679,8 +679,10 @@ ifneq ($(CHANNEL),yes)
|
|||||||
# Cannot use Netbeans without CHANNEL
|
# Cannot use Netbeans without CHANNEL
|
||||||
NETBEANS=no
|
NETBEANS=no
|
||||||
else
|
else
|
||||||
# Only allow NETBEANS for a GUI build.
|
ifneq (yes, $(GUI))
|
||||||
ifeq (yes, $(GUI))
|
# Cannot use Netbeans without GUI.
|
||||||
|
NETBEANS=no
|
||||||
|
else
|
||||||
OBJ += $(OUTDIR)/netbeans.o
|
OBJ += $(OUTDIR)/netbeans.o
|
||||||
LIB += -lwsock32
|
LIB += -lwsock32
|
||||||
endif
|
endif
|
||||||
|
@@ -747,6 +747,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1320,
|
||||||
/**/
|
/**/
|
||||||
1319,
|
1319,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user