Someone can tell me how to solve the following problem, about windows environment:
In makefile I have:
INCLUDE = $(wildcard $(addsuffix /*.h,$(INCLUDEDIR)))
where are the headers. But I need it to appear \ instead of /*.h. The problem is that when I put the contrabarra. The INCLUDE variable is empty. and with the include bar returns echo .. \ header / Sales_data.h. which logically is not a valid route.
Greetings and thanks