mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.2-205
This commit is contained in:
@@ -1040,7 +1040,7 @@ $(OUTDIR)/window.obj: $(OUTDIR) window.c $(INCL)
|
|||||||
$(OUTDIR)/xpm_w32.obj: $(OUTDIR) xpm_w32.c
|
$(OUTDIR)/xpm_w32.obj: $(OUTDIR) xpm_w32.c
|
||||||
$(CC) $(CFLAGS) $(XPM_INC) xpm_w32.c
|
$(CC) $(CFLAGS) $(XPM_INC) xpm_w32.c
|
||||||
|
|
||||||
$(OUTDIR)/vim.res: $(OUTDIR) vim.rc version.h tools.bmp tearoff.bmp \
|
$(OUTDIR)/vim.res: $(OUTDIR) vim.rc gvim.exe.mnf version.h tools.bmp tearoff.bmp \
|
||||||
vim.ico vim_error.ico vim_alert.ico vim_info.ico vim_quest.ico
|
vim.ico vim_error.ico vim_alert.ico vim_info.ico vim_quest.ico
|
||||||
$(RC) /l 0x409 /Fo$(OUTDIR)/vim.res $(RCFLAGS) vim.rc
|
$(RC) /l 0x409 /Fo$(OUTDIR)/vim.res $(RCFLAGS) vim.rc
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >
|
||||||
<assemblyIdentity
|
<assemblyIdentity
|
||||||
processorArchitecture="*"
|
processorArchitecture="*"
|
||||||
version="7.2.0.0"
|
version="7.2.0.0"
|
||||||
@@ -29,4 +29,10 @@
|
|||||||
</requestedPrivileges>
|
</requestedPrivileges>
|
||||||
</security>
|
</security>
|
||||||
</trustInfo>
|
</trustInfo>
|
||||||
|
<!-- Vista High DPI aware -->
|
||||||
|
<asmv3:application>
|
||||||
|
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
|
||||||
|
<dpiAware>true</dpiAware>
|
||||||
|
</asmv3:windowsSettings>
|
||||||
|
</asmv3:application>
|
||||||
</assembly>
|
</assembly>
|
||||||
|
@@ -676,6 +676,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
205,
|
||||||
/**/
|
/**/
|
||||||
204,
|
204,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user