The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Makefile::Update::VCProj - Update list of sources and headers in Visual C++ projects.

VERSION

version 0.4

SYNOPSIS

The function update_vcproj() can be used to update the list of headers and sources in the given Visual C++ project file project.vcproj:

    use Makefile::Update::VCProj;
    upmake_msbuild_project('project.vcproj', \@sources, \@headers);

FUNCTIONS

update_vcproj

Update sources and headers in a VC++ project.

Parameters: input and output file handles, array references to the sources and the headers to be used in this project and a callback used to determine the filter for the new files.

Returns 1 if any changes were made.

SEE ALSO

Makefile::Update, Makefile::Update::MSBuild

AUTHOR

Vadim Zeitlin <vz-cpan@zeitlins.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Vadim Zeitlin.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.