summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-05-19 13:41:14 +0200
committerBram Moolenaar <Bram@vim.org>2011-05-19 13:41:14 +0200
commitb07269a548ee40bf509f8ce2c19f3a86d37916e5 (patch)
tree2ffea40e095946ceb9f0ab51477728153ee345bc /src/Makefile
parent20f90cf99a156ba6fa93fc44047264685f210824 (diff)
downloadvim-git-b07269a548ee40bf509f8ce2c19f3a86d37916e5.tar.gz
updated for version 7.3.191v7.3.191
Problem: Still some RISC OS stuff to remove. Solution: Remove files and lines. (Hong Xu) Remove the 'osfiletype' option code.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/Makefile b/src/Makefile
index 539c69f9b..5d5b6005a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -29,7 +29,7 @@
# - Uncomment the line "CONF_OPT_X = --without-x" if you have X11 but
# want to disable using X11 libraries. This speeds up starting Vim,
# but the window title will not be set and the X11 selection can not
-# used.
+# be used.
# - Uncomment the line "CONF_OPT_XSMP = --disable-xsmp" if you have the
# X11 Session Management Protocol (XSMP) library (libSM) but do not
# want to use it.
@@ -730,12 +730,6 @@ LINT_OPTIONS = -beprxzF
### USL for Unix Systems Laboratories (SYSV 4.2)
#EXTRA_DEFS = -DUSL
-### RISCos on MIPS without X11
-#EXTRA_DEFS = -DMIPS
-
-### RISCos on MIPS with X11
-#EXTRA_LIBS = -lsun
-
### (6) A/UX 3.1.1 with gcc (Jim Jagielski)
#CC= gcc -D_POSIX_SOURCE
#CFLAGS= -O2
@@ -1633,7 +1627,7 @@ PRO_AUTO = \
RSRC_DIR = os_mac_rsrc
PRO_MANUAL = os_amiga.pro os_msdos.pro os_win16.pro os_win32.pro \
- os_mswin.pro os_beos.pro os_vms.pro os_riscos.pro $(PERL_PRO)
+ os_mswin.pro os_beos.pro os_vms.pro $(PERL_PRO)
# Default target is making the executable and tools
all: $(VIMTARGET) $(TOOLS) languages $(GUI_BUNDLE)