[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[cdt-dev] Path mappings in .project file
|
- From: "Miguel A. Figueroa-Villanueva" <miguelf@xxxxxxxx>
- Date: Wed, 20 Feb 2008 15:44:31 -0400
- Delivered-to: cdt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=0AqIfqTNHNRTTdpfn0WmPdxl/oyJH6Y+EpsNL4QqK8M=; b=K8NMCtEMxqUwJO0QiXsESZS5JscBntK2xqL3ea45wYyLhlgk7v7KYSPg3bXx2SdSzba/1qjm6dtA+vVLO8pBMZY1gWl7yyVfxQYne3zhEaOoancXE/pAGnS4n1LkJdcU0g2cYjLmetyi6SM3XRtwEIqp/wSsr+H6EQkCqTaldKc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=kJt/ZOCrfscUGHd6FQST8NqGVu8w4p0JqVz7sea5IcIAq2atIQZu4vQDM3XnmrvEPp7vHTW0SfOKdxeEsbPijtnDzIqKd58xRpixHPfw/JOkJiUI3sdlZYEXS5xZKbwMTK0HflgT/icDj6nm3XTPiy5ShBkku40ogJkSKDqsyi8=
Hello Everyone.
I would like to know if there is a way to add the path mappings
information in the .project or .cproject files as opposed to adding it
in the .metadata folder as it is currently done. I need to add the
following mapping: /c/ to C:/ , so that when I'm debugging eclipse can
find the source files.
Thanks,
--Miguel