??? 01/11/07 18:10 Read: times |
#130678 - Unix utilities for Windows Responding to: ???'s previous message |
Attila Strba said:
What I am having a problem is with generating the dependencies automaticly. I am using Windows so my hands are tied (no sed usage or awk). Two options: a) Install cygwin, which gives you a bash shell and all of the usual unix goodies, or b) Install Unix Utilities for Windows, which includes make, sed and awk and some other inscrutable commands. My makefile till now looks like this (collecting dependencies to .d files):
INCDIR = -IHAL/LL/sd_spi/sw/fw/drivers -IHAL/TL -IHAL/COMMON VPATH= HAL/Common;HAL/TL;HAL/LL/sd_spi/sw/fw/drivers Watch it! Unix uses forward slashes for path separators; Windows uses backslashes. -a |