Hi mnz, 2015/5/5 Tue 19:48:07 UTC+9 mnz hz: > i have modified bigvim.bat, and now its content is as follows: > > :: command to build big Vim with OLE, Perl, Python, Ruby and Tcl > SET VCDIR="C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\" > > set SDK_INCLUDE_DIR="C:\Program Files (x86)\Microsoft > SDKs\Windows\v7.1A\Include"
Try this without double quotations: set SDK_INCLUDE_DIR=C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include Regards, Ken Takata -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
