#############################################################
# Copyright (c) 2005, 2006 IBM Corporation and others. 
# All rights reserved.   This program and the accompanying materials 
# are made available under the terms of the Eclipse Public License v1.0 
# which accompanies this distribution, and is available at 
# http://www.eclipse.org/legal/epl-v10.html         
# $Id: readme.txt,v 1.2 2006/02/06 20:18:10 nmehrega Exp $ 
#  
# Contributors: 
# IBM - Initial contribution
#############################################################

You must set JDK_HOME and RASERVER_SDK before 
running nmake or Visual Studio.

Set JDK_HOME to a JDK home directory, one with an "include" subdirectory.

Set RASERVER_SDK to a Hyades DataCollector SDK directory,
where you'll find include\piAgentExtension.h among other files.

When running Visual Studio, set those variables in a shell window
and then run this command:
    msdev -useenv ProbeAgentExtension.dsw

(Without the "-useenv" option, msdev will ignore 
your local environment settings.)