comparison src/Make_ivc.mak @ 9403:9b048dced116 v7.4.1983

commit https://github.com/vim/vim/commit/75464dc434c43efac60e8bfd9bec2a8b736407e9 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 2 20:27:50 2016 +0200 patch 7.4.1983 Problem: farsi.c and arabic.c are included in a strange way. Solution: Build them like other files.
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Jul 2016 20:30:06 +0200
parents bce3b5ddb393
children b6a459b326f3
comparison
equal deleted inserted replaced
9402:165d9b2513e9 9403:9b048dced116
208 208
209 ALL : .\$(VIM).exe vimrun.exe install.exe uninstal.exe xxd/xxd.exe GvimExt/gvimext.dll 209 ALL : .\$(VIM).exe vimrun.exe install.exe uninstal.exe xxd/xxd.exe GvimExt/gvimext.dll
210 210
211 LINK32_OBJS= \ 211 LINK32_OBJS= \
212 $(EXTRAS) \ 212 $(EXTRAS) \
213 "$(INTDIR)/arabic.obj" \
213 "$(INTDIR)/blowfish.obj" \ 214 "$(INTDIR)/blowfish.obj" \
214 "$(INTDIR)/buffer.obj" \ 215 "$(INTDIR)/buffer.obj" \
215 "$(INTDIR)/charset.obj" \ 216 "$(INTDIR)/charset.obj" \
216 "$(INTDIR)/crypt.obj" \ 217 "$(INTDIR)/crypt.obj" \
217 "$(INTDIR)/crypt_zip.obj" \ 218 "$(INTDIR)/crypt_zip.obj" \
222 "$(INTDIR)/ex_cmds.obj" \ 223 "$(INTDIR)/ex_cmds.obj" \
223 "$(INTDIR)/ex_cmds2.obj" \ 224 "$(INTDIR)/ex_cmds2.obj" \
224 "$(INTDIR)/ex_docmd.obj" \ 225 "$(INTDIR)/ex_docmd.obj" \
225 "$(INTDIR)/ex_eval.obj" \ 226 "$(INTDIR)/ex_eval.obj" \
226 "$(INTDIR)/ex_getln.obj" \ 227 "$(INTDIR)/ex_getln.obj" \
228 "$(INTDIR)/farsi.obj" \
227 "$(INTDIR)/fileio.obj" \ 229 "$(INTDIR)/fileio.obj" \
228 "$(INTDIR)/fold.obj" \ 230 "$(INTDIR)/fold.obj" \
229 "$(INTDIR)/getchar.obj" \ 231 "$(INTDIR)/getchar.obj" \
230 "$(INTDIR)/hardcopy.obj" \ 232 "$(INTDIR)/hardcopy.obj" \
231 "$(INTDIR)/hashtab.obj" \ 233 "$(INTDIR)/hashtab.obj" \
328 # Name "Vim - Win32 Release vim" 330 # Name "Vim - Win32 Release vim"
329 # Name "Vim - Win32 Debug vim" 331 # Name "Vim - Win32 Debug vim"
330 332
331 # Begin Source File 333 # Begin Source File
332 334
335 SOURCE=.\arabic.c
336 # End Source File
337 # Begin Source File
338
333 SOURCE=.\blowfish.c 339 SOURCE=.\blowfish.c
334 # End Source File 340 # End Source File
335 # Begin Source File 341 # Begin Source File
336 342
337 SOURCE=.\buffer.c 343 SOURCE=.\buffer.c
381 SOURCE=.\ex_eval.c 387 SOURCE=.\ex_eval.c
382 # End Source File 388 # End Source File
383 # Begin Source File 389 # Begin Source File
384 390
385 SOURCE=.\ex_getln.c 391 SOURCE=.\ex_getln.c
392 # End Source File
393 # Begin Source File
394
395 SOURCE=.\farsi.c
386 # End Source File 396 # End Source File
387 # Begin Source File 397 # Begin Source File
388 398
389 SOURCE=.\fileio.c 399 SOURCE=.\fileio.c
390 # End Source File 400 # End Source File