Hi,
Supposed I have a compiler my_compiler, which converts files *.my_ext into
*.my_compiled
In the target I use currently:
<exec program="my_compiler.exe"
        commandline=" ${current}.my_ext ${current_out}.my_compiled"
        />

</target>

 Is it possible like in gmake create a target, which converts *.ext into
*.my_compiled and which knows that *.my_compiled needs only to be recompiled
if *.ext changed
Thanks for any advice,
Boni


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to