Mercurial > vim
annotate src/msvc2008.bat @ 29232:204944c81b19 v8.2.5135
patch 8.2.5135: running configure gives warnings for main() return type
Commit: https://github.com/vim/vim/commit/0f0d3a7fb6473760b6f6679e3c8a81376220c869
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jun 19 18:02:05 2022 +0100
patch 8.2.5135: running configure gives warnings for main() return type
Problem: Running configure gives warnings for main() return type.
Solution: Specify "int" return type. Avoid a few more warnings.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 19 Jun 2022 19:15:03 +0200 |
parents | 71e066e10a47 |
children |
rev | line source |
---|---|
1897 | 1 @echo off |
1620 | 2 rem To be used on MS-Windows for Visual C++ 2008 Express Edition |
3 rem aka Microsoft Visual Studio 9.0. | |
4 rem See INSTALLpc.txt for information. | |
1897 | 5 @echo on |
1620 | 6 |
5130
71e066e10a47
updated for version 7.3.1308
Bram Moolenaar <bram@vim.org>
parents:
1897
diff
changeset
|
7 call "%VS90COMNTOOLS%vsvars32.bat" |