annotate src/msvc2008.bat @ 16764:ef00b6bc186b v8.1.1384

patch 8.1.1384: using "int" for alloc() often results in compiler warnings commit https://github.com/vim/vim/commit/964b3746b9c81e65887e2ac9a335f181db2bb592 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 24 18:54:09 2019 +0200 patch 8.1.1384: using "int" for alloc() often results in compiler warnings Problem: Using "int" for alloc() often results in compiler warnings. Solution: Use "size_t" and remove type casts. Remove alloc_check(), Vim only works with 32 bit ints anyway.
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 May 2019 19:00:07 +0200
parents 71e066e10a47
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1897
044d5e9b1292 updated for version 7.2-194
vimboss
parents: 1620
diff changeset
1 @echo off
1620
73fe8baea242 updated for version 7.2a
vimboss
parents:
diff changeset
2 rem To be used on MS-Windows for Visual C++ 2008 Express Edition
73fe8baea242 updated for version 7.2a
vimboss
parents:
diff changeset
3 rem aka Microsoft Visual Studio 9.0.
73fe8baea242 updated for version 7.2a
vimboss
parents:
diff changeset
4 rem See INSTALLpc.txt for information.
1897
044d5e9b1292 updated for version 7.2-194
vimboss
parents: 1620
diff changeset
5 @echo on
1620
73fe8baea242 updated for version 7.2a
vimboss
parents:
diff changeset
6
5130
71e066e10a47 updated for version 7.3.1308
Bram Moolenaar <bram@vim.org>
parents: 1897
diff changeset
7 call "%VS90COMNTOOLS%vsvars32.bat"