update MSVC project file libtommath_VS2008.vcproj

This commit is contained in:
Karel Miko 2018-12-02 14:32:08 +01:00
parent c852d5abe6
commit 934ee69bc0
2 changed files with 240 additions and 2167 deletions

View File

@ -224,7 +224,7 @@ sub process_makefiles {
my $write = shift;
my $changed_count = 0;
my @o = map { my $x = $_; $x =~ s/\.c$/.o/; $x } bsd_glob("*.c");
my @all = bsd_glob("*.c");
my @all = bsd_glob("*.{c,h}");
my $var_o = prepare_variable("OBJECTS", @o);
(my $var_obj = $var_o) =~ s/\.o\b/.obj/sg;

File diff suppressed because it is too large Load Diff