mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 03:35:39 +01:00
Use \r instead of 0xD in generate_visualc_files.pl
This commit is contained in:
parent
fe52d2af51
commit
c6753cd4cd
@ -93,10 +93,10 @@ sub gen_app {
|
|||||||
$path =~ s!/!\\!g;
|
$path =~ s!/!\\!g;
|
||||||
(my $appname = $path) =~ s/.*\\//;
|
(my $appname = $path) =~ s/.*\\//;
|
||||||
|
|
||||||
my $srcs = "\n <ClCompile Include=\"..\\..\\programs\\$path.c\" \/>
";
|
my $srcs = "\n <ClCompile Include=\"..\\..\\programs\\$path.c\" \/>\r";
|
||||||
if( $appname eq "ssl_client2" or $appname eq "ssl_server2" or
|
if( $appname eq "ssl_client2" or $appname eq "ssl_server2" or
|
||||||
$appname eq "query_compile_time_config" ) {
|
$appname eq "query_compile_time_config" ) {
|
||||||
$srcs .= "\n <ClCompile Include=\"..\\..\\programs\\ssl\\query_config.c\" \/>
";
|
$srcs .= "\n <ClCompile Include=\"..\\..\\programs\\ssl\\query_config.c\" \/>\r";
|
||||||
}
|
}
|
||||||
|
|
||||||
my $content = $template;
|
my $content = $template;
|
||||||
|
Loading…
Reference in New Issue
Block a user