JiphuTzu / pococapsule

Automatically exported from code.google.com/p/pococapsule
0 stars 0 forks source link

Better to have a separate folder for runtime part headers. #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Generated files require "poco.h" be placed right in $INCLUDE folder.
It's better to move them into subfolder -  so that something like the
following could be compiled:

#include <pococapsule/pococapsule.h>  // and rename poco.h to pococapsule.h

Original issue reported on code.google.com by seasm...@gmail.com on 21 Mar 2010 at 9:51

GoogleCodeExporter commented 9 years ago
I am not sure I fully understood the problem. Please feel free to correct me if 
I am
worng. The generate file allows poco.h to be placed in any directories/folders 
and/or
sub-directories/sub-folders user like. On the contrary, hardcode (or generate) 
the
sub-folder name explicitly in the include path would force these files have to 
be put
in a sub-folder of that name.

Original comment by kjin...@gmail.com on 25 Mar 2010 at 3:58

GoogleCodeExporter commented 9 years ago

Original comment by kjin...@gmail.com on 25 Mar 2010 at 4:10