forked from aniani/vim
updated for version 7.1-122
This commit is contained in:
11
src/main.aap
11
src/main.aap
@@ -56,9 +56,16 @@
|
|||||||
config {virtual} auto/config.h auto/config.aap :
|
config {virtual} auto/config.h auto/config.aap :
|
||||||
auto/configure.aap configure.aap
|
auto/configure.aap configure.aap
|
||||||
config.arg config.h.in config.aap.in
|
config.arg config.h.in config.aap.in
|
||||||
|
# Use "uname -a" to detect the architecture of the system.
|
||||||
|
@ok, uname = redir_system('uname -a', 0)
|
||||||
|
@if string.find(uname, "i386") >= 0:
|
||||||
|
@ arch = "i386"
|
||||||
|
@else:
|
||||||
|
@ arch = "ppc"
|
||||||
|
:print Building for $arch system
|
||||||
:sys CONFIG_STATUS=auto/config.status
|
:sys CONFIG_STATUS=auto/config.status
|
||||||
./configure.aap `file2string("config.arg")`
|
./configure.aap `file2string("config.arg")`
|
||||||
--with-mac-arch=ppc
|
--with-mac-arch=$arch
|
||||||
--cache-file=auto/config.cache
|
--cache-file=auto/config.cache
|
||||||
|
|
||||||
# Configure arguments: create an empty "config.arg" file when its missing
|
# Configure arguments: create an empty "config.arg" file when its missing
|
||||||
@@ -1167,7 +1174,7 @@ install_macosx {virtual}: gui_bundle
|
|||||||
:symlink `os.getcwd()`/../runtime $RESDIR/vim/runtime
|
:symlink `os.getcwd()`/../runtime $RESDIR/vim/runtime
|
||||||
# TODO: Create the vimtutor application.
|
# TODO: Create the vimtutor application.
|
||||||
|
|
||||||
gui_bundle {virtual}: $(RESDIR) bundle-dir bundle-executable bundle-info
|
gui_bundle {virtual}: $(RESDIR) bundle-dir bundle-executable bundle-info \
|
||||||
bundle-resource bundle-language
|
bundle-resource bundle-language
|
||||||
|
|
||||||
bundle-dir {virtual}: $(APPDIR)/Contents $(VIMTARGET)
|
bundle-dir {virtual}: $(APPDIR)/Contents $(VIMTARGET)
|
||||||
|
@@ -666,6 +666,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 */
|
||||||
|
/**/
|
||||||
|
122,
|
||||||
/**/
|
/**/
|
||||||
121,
|
121,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user