diff options
-rw-r--r-- | projects/version_vs80.vcproj | 2 | ||||
-rw-r--r-- | projects/version_vs90.vcproj | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/projects/version_vs80.vcproj b/projects/version_vs80.vcproj index c2f5428d2..8d689425e 100644 --- a/projects/version_vs80.vcproj +++ b/projects/version_vs80.vcproj @@ -24,7 +24,7 @@ <Tool Name="VCPreBuildEventTool" Description="Determining version number" - CommandLine=""$(InputDir)/determineversion.vbs"" + CommandLine="cscript "$(InputDir)/determineversion.vbs"" /> <Tool Name="VCPostBuildEventTool" diff --git a/projects/version_vs90.vcproj b/projects/version_vs90.vcproj index c0bfbbeae..061bf9285 100644 --- a/projects/version_vs90.vcproj +++ b/projects/version_vs90.vcproj @@ -25,7 +25,7 @@ <Tool Name="VCPreBuildEventTool" Description="Determining version number" - CommandLine=""$(InputDir)/determineversion.vbs"" + CommandLine="cscript "$(InputDir)/determineversion.vbs"" /> <Tool Name="VCPostBuildEventTool" |