]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Add an 'XLFLAGS' make variable to Makefile.vc, permitting user-
authorSimon Tatham <anakin@pobox.com>
Mon, 20 Dec 2010 13:04:34 +0000 (13:04 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 20 Dec 2010 13:04:34 +0000 (13:04 +0000)
commitd31d1f4bb5f675eced02b9fa61106a002e894209
treeba478a578afef0d84261f5bfc6b66e26f1dcb577
parent3e8287839a881674ccfd7c9ce031b1b924316cf0
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.

[originally from svn r9038]
mkfiles.pl