Hi, I've no experience with programming under Windows. For SciTE under Linux I have (in cpp.properties)
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? Many thanks for a hint, Helmut Jarausch Lehrstuhl fuer Numerische Mathematik RWTH - Aachen University D 52056 Aachen, Germany _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
