Mercurial > vim
view src/xxd/Make_mvc.mak @ 352:e5f0dd64a9c6
updated for version 7.0091
author | vimboss |
---|---|
date | Thu, 23 Jun 2005 22:31:01 +0000 |
parents | 3fc0f57ecb91 |
children | 0f9f4761ad9c |
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 /link setargv.obj clean: - if exist xxd.obj del xxd.obj - if exist xxd.exe del xxd.exe