File tree Expand file tree Collapse file tree 4 files changed +1
-17
lines changed
Expand file tree Collapse file tree 4 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -2944,7 +2944,7 @@ RELEASEDIR = MacVim/build/Release
29442944DMGDIR = MacVim/build/dmg
29452945
29462946macvim : $(VIMTARGET )
2947- xcodebuild -project MacVim/$( XCODEPROJ ) $(XCODEFLAGS )
2947+ xcodebuild -project MacVim/MacVim.xcodeproj $(XCODEFLAGS )
29482948
29492949macvim-dmg : macvim
29502950 mkdir -p $(DMGDIR )
Original file line number Diff line number Diff line change @@ -623,7 +623,6 @@ ac_subst_vars='LTLIBOBJS
623623LIBOBJS
624624LINK_AS_NEEDED
625625DEPEND_CFLAGS_FILTER
626- XCODEPROJ
627626XCODEFLAGS
628627MAKEMO
629628MSGFMT
@@ -13482,13 +13481,6 @@ fi
1348213481
1348313482
1348413483
13485-
13486- macosx_version=` /usr/bin/sw_vers -productVersion| /usr/bin/sed -e ' s/^\([0-9]*\.[0-9]*\).*/\1/' `
13487- case " $macosx_version " in
13488- 10.4|10.5) XCODEPROJ=" MacVim_legacy.xcodeproj" ;;
13489- * ) XCODEPROJ=" MacVim.xcodeproj" ;;
13490- esac
13491-
1349213484fi
1349313485
1349413486
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ CC = @CC@
2121DEFS = @DEFS@
2222CFLAGS = @CFLAGS@
2323CPPFLAGS = @CPPFLAGS@
24- XCODEPROJ = @XCODEPROJ@
2524XCODEFLAGS = @XCODEFLAGS@
2625srcdir = @srcdir@
2726VPATH = @srcdir@
Original file line number Diff line number Diff line change @@ -4084,13 +4084,6 @@ if test "x$MACOSX" = "xyes"; then
40844084 [ AC_MSG_RESULT(using default) ])
40854085
40864086 AC_SUBST(XCODEFLAGS)
4087-
4088- macosx_version=`/usr/bin/sw_vers -productVersion|/usr/bin/sed -e 's/^\([[0-9]]*\.[[0-9]]*\).*/\1/'`
4089- case "$macosx_version" in
4090- 10.4|10.5) XCODEPROJ="MacVim_legacy.xcodeproj";;
4091- *) XCODEPROJ="MacVim.xcodeproj";;
4092- esac
4093- AC_SUBST(XCODEPROJ)
40944087fi
40954088
40964089
You can’t perform that action at this time.
0 commit comments