1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-03 07:31:00 +01:00

* Deal with directory components in header file references (e.g.,

`#include "foo/../bar/bla.h"') by building an appropriate tree of
  symlinks.
This commit is contained in:
Eelco Dolstra 2004-07-06 13:45:14 +00:00
parent 08de98f8b6
commit 0920fe3038
6 changed files with 87 additions and 7 deletions

View file

@ -0,0 +1,3 @@
#define HELLO "Hello"
#include "../../bar/hello.h"