Mercurial > vim
view src/xxd/Make_bc5.mak @ 12826:f690da1b3c04
Update runtime files.
commit https://github.com/vim/vim/commit/7f2e9d7c9cdfc5201a899b7b610edf64bf80c45f
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Nov 11 20:58:53 2017 +0100
Update runtime files.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 11 Nov 2017 21:00:05 +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