summaryrefslogtreecommitdiffstats
path: root/winbuild/Version.rules
diff options
context:
space:
mode:
Diffstat (limited to 'winbuild/Version.rules')
-rw-r--r--winbuild/Version.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/winbuild/Version.rules b/winbuild/Version.rules
index 43faeb1..3dfdf04 100644
--- a/winbuild/Version.rules
+++ b/winbuild/Version.rules
@@ -7,7 +7,7 @@
<CustomBuildRule
Name="Version"
DisplayName="Version"
- CommandLine="python $(InputPath) $(IntDir)"
+ CommandLine="python &quot;$(InputPath)&quot; $(IntDir)"
Outputs="$(IntDir)\$(InputName).cpp"
FileExtensions="*.py"
AdditionalDependencies="$(ProjectDir)..\configure"