Mercurial > vim
view src/xxd/Make_mvc.mak @ 5893:99374096a76b v7.4.289
updated for version 7.4.289
Problem: Pattern with repeated backreference does not match with new regexp
engine. (Urtica Dioica)
Solution: Also check the end of a submatch when deciding to put a state in
the state list.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Tue, 13 May 2014 15:56:51 +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