Conrad T. Pino wrote: >Conditional compilation on Windows compiles code that doesn't >use the "file_name_concat" function which lead me to omit the >file "lib/filenamecat.c" from the "libcvs" project. However >the '#include "filenamecat.h"' in "lib/canonicalize.c" is >unconditional triggering VC6 to create a false dependency. > >Does surrounding the '#include ...' in "lib/canonicalize.c" >with the same conditional compilation logic as found later on >in the same file seem useful to the project as a whole? > >
I would hazard that that should be fine, though the change should be submitted to GNULIB. Regards, Derek _______________________________________________ Bug-cvs mailing list Bug-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/bug-cvs