Mercurial > vim
view src/xxd/Make_mvc.mak @ 5286:74a211a0d3a3 v7.4b.019
updated for version 7.4b.019
Problem: Tabline is not updated properly when closing a tab on Win32.
Solution: Only reduce flickering when adding a tab. (Ken Takata)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Wed, 07 Aug 2013 21:13:23 +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