view src/xxd/Make_mvc.mak @ 8287:56dbae4b73c6 v7.4.1436

commit https://github.com/vim/vim/commit/e98991b8cfaf29016d14b8ec437d3dedfc0a5eb7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 27 19:26:01 2016 +0100 patch 7.4.1436 Problem: Sniff files still referenced in distribution. Solution: Remove sniff files from distribution.
author Christian Brabandt <cb@256bit.org>
date Sat, 27 Feb 2016 19:30:05 +0100
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