>GoNeeds=if [[ $(FileNameExt) -nt $(FileName) ]]; then g++ $(CFLAGS) $(LDFLAGS) 
>$(FileNameExt) -o $(FileName); fi
>
>which contains Unix shell commands. This work fine under Linux, but I
>assume these commands are handed over to the Linux shell.
>What can be done under Windows to achieve a similar effect?
>
Get "bash" or "make" for Windows (DJGPP or Cygwin).

Piotr
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to