Skip to content

Commit

Permalink
Remove xcodeproj configure stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
splhack committed Dec 19, 2015
1 parent c0a5310 commit ce495b8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2944,7 +2944,7 @@ RELEASEDIR = MacVim/build/Release
DMGDIR = MacVim/build/dmg

macvim: $(VIMTARGET)
xcodebuild -project MacVim/$(XCODEPROJ) $(XCODEFLAGS)
xcodebuild -project MacVim/MacVim.xcodeproj $(XCODEFLAGS)

macvim-dmg: macvim
mkdir -p $(DMGDIR)
Expand Down
8 changes: 0 additions & 8 deletions src/auto/configure
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,6 @@ ac_subst_vars='LTLIBOBJS
LIBOBJS
LINK_AS_NEEDED
DEPEND_CFLAGS_FILTER
XCODEPROJ
XCODEFLAGS
MAKEMO
MSGFMT
Expand Down Expand Up @@ -13471,13 +13470,6 @@ fi




macosx_version=`/usr/bin/sw_vers -productVersion|/usr/bin/sed -e 's/^\([0-9]*\.[0-9]*\).*/\1/'`
case "$macosx_version" in
10.4|10.5) XCODEPROJ="MacVim_legacy.xcodeproj";;
*) XCODEPROJ="MacVim.xcodeproj";;
esac

fi


Expand Down
1 change: 0 additions & 1 deletion src/config.mk.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ CC = @CC@
DEFS = @DEFS@
CFLAGS = @CFLAGS@
CPPFLAGS = @CPPFLAGS@
XCODEPROJ = @XCODEPROJ@
XCODEFLAGS = @XCODEFLAGS@
srcdir = @srcdir@
VPATH = @srcdir@
Expand Down
7 changes: 0 additions & 7 deletions src/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -4079,13 +4079,6 @@ if test "x$MACOSX" = "xyes"; then
[ AC_MSG_RESULT(using default) ])

AC_SUBST(XCODEFLAGS)

macosx_version=`/usr/bin/sw_vers -productVersion|/usr/bin/sed -e 's/^\([[0-9]]*\.[[0-9]]*\).*/\1/'`
case "$macosx_version" in
10.4|10.5) XCODEPROJ="MacVim_legacy.xcodeproj";;
*) XCODEPROJ="MacVim.xcodeproj";;
esac
AC_SUBST(XCODEPROJ)
fi


Expand Down

0 comments on commit ce495b8

Please sign in to comment.