[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lib/stat_.h
From: |
Derek R. Price |
Subject: |
Re: lib/stat_.h |
Date: |
Thu, 13 Jul 2006 08:08:23 -0400 |
User-agent: |
Thunderbird 1.5.0.4 (Windows/20060516) |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Derek R. Price wrote:
> Hey all,
>
> I wanted to use the <sys/stat.h> replacement from GNULIB on Windows if
> we could. It would eliminate windows-NT/mkdir.c and a little associated
> cruft. The only problem is that it is expecting @ABSOLUTE_SYS_STAT_H@
> to be filled in unconditionally. Is there any way to make this work on
> Windows?
Does MSVC know the path to its system includes, and could it echo it out
to a file as part of a build rule? So the new file would look like:
#include <%SYSTEM_INCLUDES%/sys/stat.h>
That would work.
Derek
- --
Derek R. Price
CVS Solutions Architect
Get CVS support at Ximbiot <http://ximbiot.com>!
v: +1 248.835.1260
f: +1 248.835.1263
<mailto:derek@ximbiot.com>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFEtje3LD1OTBfyMaQRApxVAJ9ybNOLYY6XzxfsRmHJgJ4S8iX8XACcCzG/
MHp5krNCshYSuPXthhGOzKI=
=whDR
-----END PGP SIGNATURE-----
- lib/stat_.h, Derek R. Price, 2006/07/11
- Re: lib/stat_.h,
Derek R. Price <=