I have two Tupfiles in different folders (src\a and src\b).  One that 
generates c files

folder a:  Tupfile 
               :foreach *.c|> cp %f %o |> ..\b\%b  ..\<group>

The next one compiles them

folder b : Tupfile
               :foreach *.c | ..\<group>  |> cl %f  /Fo:%o |> %B.o {objs}

Folder b has other c files than the ones generated by Tupfile in a

The Tupfile in b will not pick up the files generated from the Tupfile in 
a.  How do I get tup to pickup these generated files?

I know that a group can be directly could be used directly as input to a 
rule, but I am not sure how foreach could work on a group.

Thanks,
Arun

            

-- 
-- 
tup-users mailing list
email: [email protected]
unsubscribe: [email protected]
options: http://groups.google.com/group/tup-users?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"tup-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to