OSRLogo
OSRLogoOSRLogoOSRLogo x Subscribe to The NT Insider
OSRLogo
x

Everything Windows Driver Development

x
x
x
GoToHomePage xLoginx
 
 

    Thu, 14 Mar 2019     118020 members

   Login
   Join


 
 
Contents
  Online Dump Analyzer
OSR Dev Blog
The NT Insider
The Basics
File Systems
Downloads
ListServer / Forum
  Express Links
  · The NT Insider Digital Edition - May-June 2016 Now Available!
  · Windows 8.1 Update: VS Express Now Supported
  · HCK Client install on Windows N versions
  · There's a WDFSTRING?
  · When CAN You Call WdfIoQueueP...ously

Definition of “CPU” Environment Variable Changed

The definition of the build environment variable CPU has changed since release of the Windows XP® DDK. In both the XP SP1 and Windows .NET (beta) DDK's the variable value CPU has change from "i386" to "x86". However, the platform specific sub-directory generated for objects and build products is still "i386". This means that if you are using CPU in your sources file to indicate the target platform in a path, you must now use an asterisk (*) instead. Use of the asterisk will correctly reference the "i386" directory when building on x86.

For example, if mylib.lib is built using a sources file that defines TARGETPATH, it will be built in the directory (TARGETPATH)\i386 when building on x86. To access this lib for another build, I must use the following line in my sources file: 

TARGETLIBS=(TARGETPATH)\*\mylib.lib

When building on x86, this is equivalent to:

TARGETLIBS=(TARGETPATH)\i386\mylib.lib

Related Articles
Don't Define NT_UP
Just Checking - Installing a Partially Checked Build
Taming the Beast - The Windows 2000 Build Environment
Build Tricks: Checked and Free Revisited
Save the Environment! - Integrating Build and Developer Studio
If You Build It - Visual Studio and Build Revisited
Building Within Visual Studio (IDE)
New Build Definitions?
Definition of DDKBUILDENV Changed in Windows XP®

User Comments
Rate this article and give us feedback. Do you find anything missing? Share your opinion with the community!
Post Your Comment

Post Your Comments.
Print this article.
Email this article.
bottom nav links