Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit185ab0f

Browse files
author
Jack Pappas
committed
Fixed build.bat so it works correctly when the repository has been checked out into a folder whose name contains one or more spaces.
1 parented3e00e commit185ab0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎build.bat‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ del /F /S /Q lib\release
1414
pushd .
1515
cd .\src
1616
setABS_PATH=%CD%
17-
%MSBUILD%%ABS_PATH%/fsharp-proto-build.proj
18-
%MSBUILD%%ABS_PATH%/fsharp-library-build.proj /p:TargetFramework=net40 /p:Configuration=Release
19-
%MSBUILD%%ABS_PATH%/fsharp-compiler-build.proj /p:TargetFramework=net40 /p:Configuration=Release
17+
%MSBUILD%"%ABS_PATH%\fsharp-proto-build.proj"
18+
%MSBUILD%"%ABS_PATH%\fsharp-library-build.proj" /p:TargetFramework=net40 /p:Configuration=Release
19+
%MSBUILD%"%ABS_PATH%\fsharp-compiler-build.proj" /p:TargetFramework=net40 /p:Configuration=Release
2020
popd

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp