Skip to content

Commit

Permalink
updated for version 7.0-243
Browse files Browse the repository at this point in the history
  • Loading branch information
vimboss committed May 5, 2007
1 parent 590634a commit 52ca0ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/GvimExt/Makefile
Expand Up @@ -19,6 +19,7 @@ gvimext.dll: gvimext.obj \
# $(implib) /NOLOGO -machine:$(CPU) -def:gvimext.def $** -out:gvimext.lib
# $(link) $(dlllflags) -base:0x1C000000 -out:$*.dll $** $(olelibsdll) shell32.lib gvimext.lib comctl32.lib gvimext.exp
$(link) $(lflags) -dll -def:gvimext.def -base:0x1C000000 -out:$*.dll $** $(olelibsdll) shell32.lib comctl32.lib
if exist $*.dll.manifest mt -nologo -manifest $*.dll.manifest -outputresource:$*.dll;2

gvimext.obj: gvimext.h

Expand All @@ -34,3 +35,4 @@ clean:
- if exist gvimext.exp del gvimext.exp
- if exist gvimext.obj del gvimext.obj
- if exist gvimext.res del gvimext.res
- if exist gvimext.dll.manifest del gvimext.dll.manifest
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -666,6 +666,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
243,
/**/
242,
/**/
Expand Down

0 comments on commit 52ca0ec

Please sign in to comment.