[Insight-developers] make clean with visual studio (newbie question)

Dan Mueller dan.muel at gmail.com
Tue Jun 16 12:39:22 EDT 2009


Hi Gaëtan,

To clean the entire solution within the Visual Studio IDE right-click
on "ALL_BUILD" and select "Clean".

To achieve the same from the command prompt, execute the following:
    devenv.exe ALL_BUILD.vcproj /Clean

Hope this helps.

Cheers, Dan

2009/6/16 Gaëtan Lehmann <gaetan.lehmann at jouy.inra.fr>:
>
> Dear developers,
>
> I'm setting a new build host for wrapitk. I'd like to clean the build before
> rebuilding everything. On unix, I run "make clean" before running "ctest -D
> Nightly" in the build directory.
>
> Can someone tell me what is the best way to do that with visual studio?
>
> Sorry for the newbie question.
>
> Regards,
>
> Gaëtan
>
> --
> Gaëtan Lehmann
> Biologie du Développement et de la Reproduction
> INRA de Jouy-en-Josas (France)
> tel: +33 1 34 65 29 66    fax: 01 34 65 29 09
> http://voxel.jouy.inra.fr  http://www.itk.org
> http://www.mandriva.org  http://www.bepo.fr
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-developers
>
>


More information about the Insight-developers mailing list