diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-25 20:53:06 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-25 20:53:06 +0200 |
commit | c3301874a66e2b4377fb2dc238e5d07426a25c1c (patch) | |
tree | e78c4abd2e72c00471700f0d304b5675e6496db3 /Makefile | |
parent | 6fc45b55fc317330193e460dc18732b7d6b15a87 (diff) | |
download | vim-git-c3301874a66e2b4377fb2dc238e5d07426a25c1c.tar.gz |
7.3b -> 7.3c
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -68,7 +68,7 @@ all install uninstall tools config configure reconfig proto depend lint tags typ # Before creating an archive first delete all backup files, *.orig, etc. MAJOR = 7 -MINOR = 3b +MINOR = 3c # Uncomment this line if the Win32s version is to be included. DOSBIN_S = dosbin_s @@ -161,8 +161,8 @@ DOSBIN_S = dosbin_s # - Delete install.exe and uninstal.exe. # - If building the Win32s version delete vimrun.exe. # Win32s GUI version: -# - Set environment for Visual C++ 4.1 (requires a new console window) -# - "vcvars32.bat" (use the path for VC 4.1 e:\msdev\bin) +# - Set environment for Visual C++ 4.1 (requires a new console window): +# "vcvars32.bat" (use the path for VC 4.1 e:\msdev\bin) # - "nmake -f Make_mvc.mak GUI=yes INTL=no clean" (use the path for VC 4.1) # - "nmake -f Make_mvc.mak GUI=yes INTL=no" (use the path for VC 4.1) # - Rename "gvim.exe" to "gvim_w32s.exe". |