comparison Makefile @ 714:0f9f4761ad9c v7.0216

updated for version 7.0216
author vimboss
date Mon, 06 Mar 2006 23:29:24 +0000
parents c85bf6a4999b
children 6beb2c667935
comparison
equal deleted inserted replaced
713:0c381fb7846c 714:0f9f4761ad9c
126 # - Set environment for compiling with DJGPP; "gmake -f Make_djg.mak". 126 # - Set environment for compiling with DJGPP; "gmake -f Make_djg.mak".
127 # - "rm testdir/*.out", "gmake -f Make_djg.mak test" and check the output. 127 # - "rm testdir/*.out", "gmake -f Make_djg.mak test" and check the output.
128 # - Rename the executables to "vimd32.exe", "xxdd32.exe", "installd32.exe" and 128 # - Rename the executables to "vimd32.exe", "xxdd32.exe", "installd32.exe" and
129 # "uninstald32.exe". 129 # "uninstald32.exe".
130 # Win32 console version: 130 # Win32 console version:
131 # - Set environment for Visual C++ 5.0: "vcvars32" 131 # - Set environment for Visual C++ Toolkit 2003: "msvcsetup.bat"
132 # - "nmake -f Make_mvc.mak" 132 # - "nmake -f Make_mvc.mak"
133 # - "rm testdir/*.out", "nmake -f Make_mvc.mak test" and check the output. 133 # - "rm testdir/*.out", "nmake -f Make_mvc.mak test" and check the output.
134 # - Rename the executables to "vimw32.exe", "xxdw32.exe". 134 # - Rename the executables to "vimw32.exe", "xxdw32.exe".
135 # - Rename ObjC/vim.pdb to vimw32.pdb.
135 # - When building the Win32s version later, delete vimrun.exe, install.exe and 136 # - When building the Win32s version later, delete vimrun.exe, install.exe and
136 # uninstal.exe. Otherwise rename executables to installw32.exe and 137 # uninstal.exe. Otherwise rename executables to installw32.exe and
137 # uninstalw32.exe. 138 # uninstalw32.exe.
138 # Win32 GUI version: 139 # Win32 GUI version:
139 # - "nmake -f Make_mvc.mak GUI=yes. 140 # - "nmake -f Make_mvc.mak GUI=yes.
140 # - move "gvim.exe" to here (otherwise the OLE version will overwrite it). 141 # - move "gvim.exe" to here (otherwise the OLE version will overwrite it).
142 # - Move ObjC/gvim.pdb to here.
141 # - Delete vimrun.exe, install.exe and uninstall.exe. 143 # - Delete vimrun.exe, install.exe and uninstall.exe.
142 # - Copy "GvimExt/gvimext.dll" to here. 144 # - Copy "GvimExt/gvimext.dll" to here.
143 # Win32 GUI version with OLE, PERL, TCL, PYTHON and dynamic IME: 145 # Win32 GUI version with OLE, PERL, TCL, PYTHON and dynamic IME:
144 # - Run src/bigvim.bat ("nmake -f Make_mvc.mak GUI=yes OLE=yes IME=yes ...) 146 # - Run src/bigvim.bat ("nmake -f Make_mvc.mak GUI=yes OLE=yes IME=yes ...)
145 # - Rename "gvim.exe" to "gvim_ole.exe". 147 # - Rename "gvim.exe" to "gvim_ole.exe".
148 # - Rename ObjC/gvim.pdb to "gvim_ole.pdb".
146 # - Delete install.exe and uninstall.exe. 149 # - Delete install.exe and uninstall.exe.
147 # - If building the Win32s version delete vimrun.exe. 150 # - If building the Win32s version delete vimrun.exe.
148 # Win32s GUI version: 151 # Win32s GUI version:
149 # - Set environment for Visual C++ 4.1 (requires a new console window) 152 # - Set environment for Visual C++ 4.1 (requires a new console window)
150 # - "vcvars32" (use the path for VC 4.1 e:\msdev\bin) 153 # - "vcvars32" (use the path for VC 4.1 e:\msdev\bin)
428 cp vimrun.exe dist/vim/$(VIMRTDIR)/vimrun.exe 431 cp vimrun.exe dist/vim/$(VIMRTDIR)/vimrun.exe
429 cp installw32.exe dist/vim/$(VIMRTDIR)/install.exe 432 cp installw32.exe dist/vim/$(VIMRTDIR)/install.exe
430 cp uninstalw32.exe dist/vim/$(VIMRTDIR)/uninstal.exe 433 cp uninstalw32.exe dist/vim/$(VIMRTDIR)/uninstal.exe
431 cp gvimext.dll dist/vim/$(VIMRTDIR)/gvimext.dll 434 cp gvimext.dll dist/vim/$(VIMRTDIR)/gvimext.dll
432 cd dist && zip -9 -rD -z gvim$(VERSION).zip vim <$(COMMENT_GVIM) 435 cd dist && zip -9 -rD -z gvim$(VERSION).zip vim <$(COMMENT_GVIM)
436 cp gvim.pdb dist/gvim$(VERSION).pdb
433 437
434 # make Win32 console 438 # make Win32 console
435 dosbin_w32: dist no_title.vim dist/$(COMMENT_W32) 439 dosbin_w32: dist no_title.vim dist/$(COMMENT_W32)
436 -rm -rf dist/vim$(VERSION)w32.zip 440 -rm -rf dist/vim$(VERSION)w32.zip
437 -rm -rf dist/vim 441 -rm -rf dist/vim
444 cp vimw32.exe dist/vim/$(VIMRTDIR)/vim.exe 448 cp vimw32.exe dist/vim/$(VIMRTDIR)/vim.exe
445 cp xxdw32.exe dist/vim/$(VIMRTDIR)/xxd.exe 449 cp xxdw32.exe dist/vim/$(VIMRTDIR)/xxd.exe
446 cp installw32.exe dist/vim/$(VIMRTDIR)/install.exe 450 cp installw32.exe dist/vim/$(VIMRTDIR)/install.exe
447 cp uninstalw32.exe dist/vim/$(VIMRTDIR)/uninstal.exe 451 cp uninstalw32.exe dist/vim/$(VIMRTDIR)/uninstal.exe
448 cd dist && zip -9 -rD -z vim$(VERSION)w32.zip vim <$(COMMENT_W32) 452 cd dist && zip -9 -rD -z vim$(VERSION)w32.zip vim <$(COMMENT_W32)
453 cp vimw32.pdb dist/vim$(VERSION)w32.pdb
449 454
450 # make 32bit DOS 455 # make 32bit DOS
451 dosbin_d32: dist no_title.vim dist/$(COMMENT_D32) 456 dosbin_d32: dist no_title.vim dist/$(COMMENT_D32)
452 -rm -rf dist/vim$(VERSION)d32.zip 457 -rm -rf dist/vim$(VERSION)d32.zip
453 -rm -rf dist/vim 458 -rm -rf dist/vim
498 cp gvimext.dll dist/vim/$(VIMRTDIR)/gvimext.dll 503 cp gvimext.dll dist/vim/$(VIMRTDIR)/gvimext.dll
499 cp README_ole.txt dist/vim/$(VIMRTDIR) 504 cp README_ole.txt dist/vim/$(VIMRTDIR)
500 cp src/VisVim/VisVim.dll dist/vim/$(VIMRTDIR)/VisVim.dll 505 cp src/VisVim/VisVim.dll dist/vim/$(VIMRTDIR)/VisVim.dll
501 cp src/VisVim/README_VisVim.txt dist/vim/$(VIMRTDIR) 506 cp src/VisVim/README_VisVim.txt dist/vim/$(VIMRTDIR)
502 cd dist && zip -9 -rD -z gvim$(VERSION)ole.zip vim <$(COMMENT_OLE) 507 cd dist && zip -9 -rD -z gvim$(VERSION)ole.zip vim <$(COMMENT_OLE)
508 cp gvim_ole.pdb dist/gvim$(VERSION)ole.pdb
503 509
504 # make Win32s gvim 510 # make Win32s gvim
505 dosbin_s: dist no_title.vim dist/$(COMMENT_W32S) 511 dosbin_s: dist no_title.vim dist/$(COMMENT_W32S)
506 -rm -rf dist/gvim$(VERSION)_s.zip 512 -rm -rf dist/gvim$(VERSION)_s.zip
507 -rm -rf dist/vim 513 -rm -rf dist/vim