summaryrefslogtreecommitdiffstats
path: root/winbuild/Version.rules
diff options
context:
space:
mode:
Diffstat (limited to 'winbuild/Version.rules')
-rw-r--r--winbuild/Version.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/winbuild/Version.rules b/winbuild/Version.rules
index 7e85679..149d97b 100644
--- a/winbuild/Version.rules
+++ b/winbuild/Version.rules
@@ -8,9 +8,9 @@
Name="Version"
DisplayName="Version"
CommandLine="python $(InputPath) [AllOptions] [AdditionalOptions] [inputs]"
- Outputs="$(InputDir)../src/$(InputName).cpp"
+ Outputs="$(InputDir)..\src\$(InputName).cpp"
FileExtensions="*.py"
- AdditionalDependencies="$(ProjectDir)..\src\configure"
+ AdditionalDependencies="$(ProjectDir)..\configure"
ExecutionDescription="Executing Version ..."
ShowOnlyRuleProperties="false"
>