diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-04 21:52:38 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-04 21:52:38 +0000 |
commit | c70646c652f5dfdcf6706b19c31f3fc62aea9621 (patch) | |
tree | 53e7eff8250fab363a7670cf916b38a3daf198b5 /src/Make_morph.mak | |
parent | 0a56cb85a67baca0ce2a530a56c5cb213899ae22 (diff) | |
download | vim-git-c70646c652f5dfdcf6706b19c31f3fc62aea9621.tar.gz |
updated for version 7.0030v7.0030
Diffstat (limited to 'src/Make_morph.mak')
-rw-r--r-- | src/Make_morph.mak | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Make_morph.mak b/src/Make_morph.mak index f9ceb50c5..ffcb81454 100644 --- a/src/Make_morph.mak +++ b/src/Make_morph.mak @@ -2,16 +2,6 @@ # Makefile for VIM, using MorphOS SDK (gcc 2.95.3) # -# Uncomment the following two lines and comment the two after in -# case you want to play with GVIM MorphOS. But it's still known -# to not work at all. So meanwhile it's better to stick with VIM. - -# GVIM = -DFEAT_GUI_AMIGA -# GVIMSRC = gui_amiga.c gui.c - -GVIM = -GVIMSRC = - CFLAGS = -c \ -pipe \ -O2 \ @@ -19,7 +9,6 @@ CFLAGS = -c \ \ -DNO_ARP \ -DUSE_TMPNAM \ - ${GVIM} \ \ -I proto \ \ @@ -74,7 +63,6 @@ SRC = buffer.c \ undo.c \ version.c \ window.c \ - ${GVIMSRC} OBJ = $(SRC:.c=.o) |