view src/xxd/Make_mvc.mak @ 12502:ed85dd1b8c80

Add back terminal.c commit https://github.com/vim/vim/commit/2e6ab18729a634f3223a92be318e98e87b572a7b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 20 10:03:07 2017 +0200 Add back terminal.c
author Christian Brabandt <cb@256bit.org>
date Wed, 20 Sep 2017 10:15:05 +0200
parents 0f9f4761ad9c
children 590424e87b65
line wrap: on
line source

# The most simplistic Makefile for Win32 using Microsoft Visual C++
# (NT and Windows 95)

xxd: xxd.exe

xxd.exe: xxd.c
     cl /nologo -DWIN32 xxd.c

# This was for an older compiler
#    cl /nologo -DWIN32 xxd.c /link setargv.obj

clean:
     - if exist xxd.obj del xxd.obj
     - if exist xxd.exe del xxd.exe