diff options
Diffstat (limited to 'winbuild/Version.rules')
-rw-r--r-- | winbuild/Version.rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winbuild/Version.rules b/winbuild/Version.rules index f19d094..43faeb1 100644 --- a/winbuild/Version.rules +++ b/winbuild/Version.rules @@ -7,8 +7,8 @@ <CustomBuildRule Name="Version" DisplayName="Version" - CommandLine="python $(InputPath)" - Outputs="$(InputDir)..\src\$(InputName).cpp" + CommandLine="python $(InputPath) $(IntDir)" + Outputs="$(IntDir)\$(InputName).cpp" FileExtensions="*.py" AdditionalDependencies="$(ProjectDir)..\configure" ExecutionDescription="Executing Version ..." |