RE: [Nant-users] Build target from command line without dependenc ies

2005-09-22 Thread Martin Gainty
Gainty Boston Ma (mobile) 617-852-7822 From: "Evans, Jonathan (2)" <[EMAIL PROTECTED]> To: "'Martin Gainty'" <[EMAIL PROTECTED]>,"Thibaut Barrère" <[EMAIL PROTECTED]>,"Gary Feldman" <[EMAIL PROTECTED]> CC: nant-users@list

RE: [Nant-users] Build target from command line without dependenc ies

2005-09-22 Thread Evans, Jonathan (2)
Make has always been used in conjunction with shell scripts and other tools; it functions largely as dependency-sensitive glue binding together all of the commands to build and link C programs.  So, if pressed, one could probably write all of the things you mention using Make.  The point of