Nguyen
Cc: [EMAIL PROTECTED]
Subject: Re: [Nant-users] Task to build C++ projects or workspace
Daniel,
What makes you think the task takes one file at a time ? It takes a
fileset tag. See the task doc at
http://nant.sourceforge.net/help/tasks/cltask.html. There is currently
no tool to
Daniel,
What makes you think the task takes one file at a time ? It takes a
fileset tag. See the task doc at
http://nant.sourceforge.net/help/tasks/cltask.html. There is currently
no tool to automatically convert vs.net c++ projects to nant builds but
it should be possible using a combination
Greeting,
I checked the docs and didn't
see any task handling C++ projects or workspace excepts for the which
only compiles one file at a time. Unfortunately, several of my builds
contain several projects so I'm looking for a way to compile them without doing
one file at a time. Does an