Mercurial > vim
view src/xxd/Make_bc5.mak @ 12056:0498547dace0 v8.0.0908
patch 8.0.0908: cannot set terminal size with options
commit https://github.com/vim/vim/commit/08d384ff3aa0366c18fb87ed215b1b4bdf9b1745
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Aug 11 21:51:23 2017 +0200
patch 8.0.0908: cannot set terminal size with options
Problem: Cannot set terminal size with options.
Solution: Add "term_rows", "term_cols" and "vertical".
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 11 Aug 2017 22:00:05 +0200 |
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