Building Condor on Vista

From Ben's Writing

Jump to: navigation, search

Contents

Requirements

Installation

Configuration

Some of this is directly from the NMI installation instructions

Cygwin

Command Prompt

  • Right-click your Command Prompt shortcut, in the Target text box enter:
%comspec% /v:on ...

where ... were the original optional parameters. The /v:on "[e]nables delayed environment variable expansion" which are used in the new MS Platform SDK environment scripts (they us "!" instead of "%" to surround variables). If we don't use this option, these new script will corrupt the environment variables.

  • Click OK

Alternatively, one can make the settings permanent across all command prompts using the following registry hive:

Windows Registry Editor Version 5.00 

[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
"DelayedExpansion"=dword:00000001
  • Also, while you are in the Command Prompt properties dialog: click Advanced ... > Check Run as administrator

Microsoft Visual Studio 2005

File System

Notes

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox