Mercurial > vim
view src/xxd/Make_bc5.mak @ 15330:a6330a49e036 v8.1.0673
patch 8.1.0673: functionality for signs is spread out over several files
commit https://github.com/vim/vim/commit/bbea47075cc4e7826e9f8c203e4272ba023ed7b0
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Jan 1 13:20:31 2019 +0100
patch 8.1.0673: functionality for signs is spread out over several files
Problem: Functionality for signs is spread out over several files.
Solution: Move most of the sign functionality into sign.c. (Yegappan
Lakshmanan, closes #3751)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 01 Jan 2019 13:30:09 +0100 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
# The most simplistic Makefile for Win32 (NT and Windows 95). # Used for Borland C++. !if ("$(BOR)"=="") BOR = c:\bc5 !endif !if ("$(BCC)"=="") BCC = bcc32 !endif xxd: xxd.exe xxd.exe: xxd.c $(BCC) -I$(BOR)\include -L$(BOR)\lib -DWIN32 xxd.c $(BOR)\lib\wildargs.obj clean: - del xxd.obj - del xxd.exe