forked from mia/Aegisub
Rename setup.h to setup-build.h
build is in the include path for git_version.h, so build/wx/setup.h would get included rather than $PREFIX/include/wx/setup.h.
This commit is contained in:
parent
799ca651d0
commit
ffa69421cd
2 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@
|
||||||
Outputs="@(WxLibrary)"
|
Outputs="@(WxLibrary)"
|
||||||
>
|
>
|
||||||
<Copy
|
<Copy
|
||||||
SourceFiles="setup.h"
|
SourceFiles="setup-build.h"
|
||||||
DestinationFolder="$(WxSrcDir)\include\wx\msw"
|
DestinationFiles="$(WxSrcDir)\include\wx\msw\setup.h"
|
||||||
SkipUnchangedFiles="true"
|
SkipUnchangedFiles="true"
|
||||||
/>
|
/>
|
||||||
<Exec
|
<Exec
|
||||||
|
|
Loading…
Reference in a new issue