This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to specify full path in Makefile?


On 12/16/2010 06:48 PM, gviewer wrote:
>  Can I replace the relative path "data" with a full
> path like
> 
> DATA_DIR ="C:\GeneTagger\data" // or DATA_DIR ="C:/GeneTagger/data"

No, because those aren't posix-style paths.  But you can use
DATA_DIR="/cygdrive/c/GeneTagger/data" instead.

-- 
Eric Blake   eblake@redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]