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:
Thomas Goyne 2012-11-18 20:58:32 -08:00
parent 799ca651d0
commit ffa69421cd
2 changed files with 2 additions and 2 deletions

View file

@ -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