Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita5da4c7

Browse files
nmischpull[bot]
authored andcommitted
src/tools/msvc: Move all.sym temporary file back to Debug/postgres.
Commit70df2df moved it to thetop_srcdir, where it caused "git status" noise.
1 parent310b305 commita5da4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/tools/msvc/MSBuildProject.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ EOF
381381
print$f<<EOF;
382382
<PreLinkEvent>
383383
<Message>Generate DEF file</Message>
384-
<Command>perl src\\tools\\msvc\\gendef.pl --arch$arch --deffile$cfgname\\$self->{name}\\$self->{name}.def$cfgname\\$self->{name}</Command>
384+
<Command>perl src\\tools\\msvc\\gendef.pl --arch$arch --deffile$cfgname\\$self->{name}\\$self->{name}.def--tempdir$cfgname\\$self->{name}$cfgname\\$self->{name}</Command>
385385
</PreLinkEvent>
386386
EOF
387387
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp