Add an 'XLFLAGS' make variable to Makefile.vc, permitting user-
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 20 Dec 2010 13:04:34 +0000 (13:04 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 20 Dec 2010 13:04:34 +0000 (13:04 +0000)
commitd7656baf81b698f0e60de5ea11893a0aaf9d1c6b
treeba478a578afef0d84261f5bfc6b66e26f1dcb577
parente6efa7044af89eb78f6d2c139fe719ef4d1002f9
Add an 'XLFLAGS' make variable to Makefile.vc, permitting user-
supplied extra link flags. This makes it reasonably convenient to
compile for Visual Studio debugging: just build using

  nmake /f Makefile.vc XFLAGS="/Zi /Od" XLFLAGS="/debug"

then load the resulting executable into Visual Studio (using 'Open
Project' rather than 'Open File') and the debugger should be able to
access the source.

git-svn-id: svn://svn.tartarus.org/sgt/putty@9038 cda61777-01e9-0310-a592-d414129be87e
mkfiles.pl