coapp / coapp.powershell

ClrPlus Signing
52 stars 43 forks source link

Multiple nested includes #59

Open CausticYarn opened 10 years ago

CausticYarn commented 10 years ago

Is there a way to have multiple nested includes? I have a library that has .h files in "include" and "foo" and they're both referenced by the their path, e.g. include "include\bar.h", include "foo\baz.h".

yodantauber commented 10 years ago

The name "nestedInclude" itself doesn't do anything. If you have multiple folders, you can use "nestedInclude1", "nestedInclude2", etc.