Some great info from syphilis on this and I wanted to post it here so anyone else hitting the same issue can have the steps that worked for me.
I have my "Microsoft Platform SDK for Windows Server 2003 R2" installed in C:\_64\Platform_SDK .
I have a batch file (sdk.bat) that contains the followng 2 lines
set INCLUDE=
C:\_64\Platform_SDK\SetEnv.cmd /XP64 /RETAIL
To use that compiler, I just run 'sdk.bat' from the command line, and that sets up the environment correctly so that things like nmake (which is located in C:\_64\Platform_SDK\Bin) get found automatically.
The first line of that batch file simply clears the existing INCLUDE setting. The "XP64" part is
obviously the right thing to specify on XP - and it's the right thing to specify on Vista.
Note, the SetEnv.cmd file actually notes in the beginning of the file the proper flag to use for various Windows OS versions, if unsure what it should be check that file before creating your batch.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.