diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-02 20:27:50 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-02 20:27:50 +0200 |
commit | 75464dc434c43efac60e8bfd9bec2a8b736407e9 (patch) | |
tree | 03b1a4f18d738e9c9bd21f5663d27279427622e8 /src/Make_ivc.mak | |
parent | 951fa1819ad0e74d73e885d0ec04dd6c70f8d2f7 (diff) | |
download | vim-git-75464dc434c43efac60e8bfd9bec2a8b736407e9.tar.gz |
patch 7.4.1983v7.4.1983
Problem: farsi.c and arabic.c are included in a strange way.
Solution: Build them like other files.
Diffstat (limited to 'src/Make_ivc.mak')
-rw-r--r-- | src/Make_ivc.mak | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Make_ivc.mak b/src/Make_ivc.mak index 2dbe95768..f3251c3ed 100644 --- a/src/Make_ivc.mak +++ b/src/Make_ivc.mak @@ -210,6 +210,7 @@ ALL : .\$(VIM).exe vimrun.exe install.exe uninstal.exe xxd/xxd.exe GvimExt/gvime LINK32_OBJS= \ $(EXTRAS) \ + "$(INTDIR)/arabic.obj" \ "$(INTDIR)/blowfish.obj" \ "$(INTDIR)/buffer.obj" \ "$(INTDIR)/charset.obj" \ @@ -224,6 +225,7 @@ LINK32_OBJS= \ "$(INTDIR)/ex_docmd.obj" \ "$(INTDIR)/ex_eval.obj" \ "$(INTDIR)/ex_getln.obj" \ + "$(INTDIR)/farsi.obj" \ "$(INTDIR)/fileio.obj" \ "$(INTDIR)/fold.obj" \ "$(INTDIR)/getchar.obj" \ @@ -330,6 +332,10 @@ GvimExt/gvimext.dll: GvimExt/gvimext.cpp GvimExt/gvimext.rc GvimExt/gvimext.h # Begin Source File +SOURCE=.\arabic.c +# End Source File +# Begin Source File + SOURCE=.\blowfish.c # End Source File # Begin Source File @@ -386,6 +392,10 @@ SOURCE=.\ex_getln.c # End Source File # Begin Source File +SOURCE=.\farsi.c +# End Source File +# Begin Source File + SOURCE=.\fileio.c # End Source File # Begin Source File |