Mercurial > vim
comparison src/Make_vms.mms @ 9408:6814811b90d5 v7.4.1985
commit https://github.com/vim/vim/commit/3b98b830017b8bf5fd270db93dfe187434df1960
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jul 2 21:45:17 2016 +0200
patch 7.4.1985
Problem: Missing changes in VMS build file.
Solution: Use the right file name.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 02 Jul 2016 22:00:05 +0200 |
parents | 74b15ed0a259 |
children | 299f1669c20e |
comparison
equal
deleted
inserted
replaced
9407:619a98a67f67 | 9408:6814811b90d5 |
---|---|
1 # | 1 # |
2 # Makefile for Vim on OpenVMS | 2 # Makefile for Vim on OpenVMS |
3 # | 3 # |
4 # Maintainer: Zoltan Arpadffy <arpadffy@polarhome.com> | 4 # Maintainer: Zoltan Arpadffy <arpadffy@polarhome.com> |
5 # Last change: 2016 Feb 27 | 5 # Last change: 2016 Jul 02 |
6 # | 6 # |
7 # This has script been tested on VMS 6.2 to 8.2 on DEC Alpha, VAX and IA64 | 7 # This has script been tested on VMS 6.2 to 8.2 on DEC Alpha, VAX and IA64 |
8 # with MMS and MMK | 8 # with MMS and MMK |
9 # | 9 # |
10 # The following could be built: | 10 # The following could be built: |
297 /include=($(C_INC)$(GUI_INC_DIR)$(GUI_INC_VER)$(PERL_INC)$(PYTHON_INC)$(TCL_INC)) | 297 /include=($(C_INC)$(GUI_INC_DIR)$(GUI_INC_VER)$(PERL_INC)$(PYTHON_INC)$(TCL_INC)) |
298 | 298 |
299 ALL_LIBS = $(LIBS) $(GUI_LIB_DIR) $(GUI_LIB) \ | 299 ALL_LIBS = $(LIBS) $(GUI_LIB_DIR) $(GUI_LIB) \ |
300 $(PERL_LIB) $(PYTHON_LIB) $(TCL_LIB) $(RUBY_LIB) | 300 $(PERL_LIB) $(PYTHON_LIB) $(TCL_LIB) $(RUBY_LIB) |
301 | 301 |
302 SRC = blowfish.c buffer.c charset.c crypt.c, crypt_zip.c diff.c digraph.c edit.c eval.c ex_cmds.c ex_cmds2.c \ | 302 SRC = arabic.c blowfish.c buffer.c charset.c crypt.c, crypt_zip.c diff.c digraph.c edit.c eval.c ex_cmds.c ex_cmds2.c \ |
303 ex_docmd.c ex_eval.c ex_getln.c if_xcmdsrv.c fileio.c fold.c getchar.c \ | 303 ex_docmd.c ex_eval.c ex_getln.c if_xcmdsrv.c farsi.c fileio.c fold.c getchar.c \ |
304 hardcopy.c hashtab.c json.c main.c mark.c menu.c mbyte.c memfile.c memline.c message.c misc1.c \ | 304 hardcopy.c hashtab.c json.c main.c mark.c menu.c mbyte.c memfile.c memline.c message.c misc1.c \ |
305 misc2.c move.c normal.c ops.c option.c popupmnu.c quickfix.c regexp.c search.c sha256.c\ | 305 misc2.c move.c normal.c ops.c option.c popupmnu.c quickfix.c regexp.c search.c sha256.c\ |
306 spell.c syntax.c tag.c term.c termlib.c ui.c undo.c version.c screen.c \ | 306 spell.c syntax.c tag.c term.c termlib.c ui.c undo.c version.c screen.c \ |
307 window.c os_unix.c os_vms.c pathdef.c \ | 307 window.c os_unix.c os_vms.c pathdef.c \ |
308 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) \ | 308 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) \ |
309 $(RUBY_SRC) $(HANGULIN_SRC) $(MZSCH_SRC) | 309 $(RUBY_SRC) $(HANGULIN_SRC) $(MZSCH_SRC) |
310 | 310 |
311 OBJ = blowfish.obj buffer.obj charset.obj crypt.obj, crypt_zip.obj diff.obj digraph.obj edit.obj eval.obj \ | 311 OBJ = arabic.obj blowfish.obj buffer.obj charset.obj crypt.obj, crypt_zip.obj diff.obj digraph.obj edit.obj eval.obj \ |
312 ex_cmds.obj ex_cmds2.obj ex_docmd.obj ex_eval.obj ex_getln.obj \ | 312 ex_cmds.obj ex_cmds2.obj ex_docmd.obj ex_eval.obj ex_getln.obj \ |
313 if_xcmdsrv.obj fileio.obj fold.obj getchar.obj hardcopy.obj hashtab.obj json.obj main.obj mark.obj \ | 313 if_xcmdsrv.obj farsi.obj fileio.obj fold.obj getchar.obj hardcopy.obj hashtab.obj json.obj main.obj mark.obj \ |
314 menu.obj memfile.obj memline.obj message.obj misc1.obj misc2.obj \ | 314 menu.obj memfile.obj memline.obj message.obj misc1.obj misc2.obj \ |
315 move.obj mbyte.obj normal.obj ops.obj option.obj popupmnu.obj quickfix.obj \ | 315 move.obj mbyte.obj normal.obj ops.obj option.obj popupmnu.obj quickfix.obj \ |
316 regexp.obj search.obj sha256.obj spell.obj syntax.obj tag.obj term.obj termlib.obj \ | 316 regexp.obj search.obj sha256.obj spell.obj syntax.obj tag.obj term.obj termlib.obj \ |
317 ui.obj undo.obj screen.obj version.obj window.obj os_unix.obj \ | 317 ui.obj undo.obj screen.obj version.obj window.obj os_unix.obj \ |
318 os_vms.obj pathdef.obj if_mzsch.obj\ | 318 os_vms.obj pathdef.obj if_mzsch.obj\ |
484 .ELSE | 484 .ELSE |
485 ruby_env : | 485 ruby_env : |
486 -@ ! | 486 -@ ! |
487 .ENDIF | 487 .ENDIF |
488 | 488 |
489 arabic.obj : arabic.c vim.h | |
490 blowfish.obj : blowfish.c vim.h | |
489 buffer.obj : buffer.c vim.h [.auto]config.h feature.h os_unix.h \ | 491 buffer.obj : buffer.c vim.h [.auto]config.h feature.h os_unix.h \ |
490 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | 492 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
491 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ | 493 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
492 globals.h farsi.h arabic.h version.h | 494 globals.h farsi.h arabic.h version.h |
493 charset.obj : charset.c vim.h [.auto]config.h feature.h os_unix.h \ | 495 charset.obj : charset.c vim.h [.auto]config.h feature.h os_unix.h \ |
528 globals.h farsi.h arabic.h | 530 globals.h farsi.h arabic.h |
529 ex_getln.obj : ex_getln.c vim.h [.auto]config.h feature.h os_unix.h \ | 531 ex_getln.obj : ex_getln.c vim.h [.auto]config.h feature.h os_unix.h \ |
530 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | 532 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
531 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ | 533 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
532 globals.h farsi.h arabic.h | 534 globals.h farsi.h arabic.h |
535 farsi.obj : farsi.c vim.h | |
533 fileio.obj : fileio.c vim.h [.auto]config.h feature.h os_unix.h \ | 536 fileio.obj : fileio.c vim.h [.auto]config.h feature.h os_unix.h \ |
534 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | 537 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
535 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ | 538 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
536 globals.h farsi.h arabic.h | 539 globals.h farsi.h arabic.h |
537 fold.obj : fold.c vim.h [.auto]config.h feature.h os_unix.h \ | 540 fold.obj : fold.c vim.h [.auto]config.h feature.h os_unix.h \ |