DIRS_CE

This keyword specifies a set of directories in which Build.exe looks for dirs and sources files. Build.exe builds the source code in the directories specified by DIRS_CE only if the source code is written for a Windows CE-based platform. Build.exe processes the directory entries in the order listed. Spaces or tabs separate entries in this list.

Required

Yes

DIRS_CE=directory [directory]...

Parameters

  • directory
    The directory in which Build.exe searches for a dirs or sources file.

Example

DIRS_CE= \
  Proj1 \
  Proj2

Build.exe searches for a dirs or sources file in the Proj1 and Proj2 subdirectories under the current directory.

 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.