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

Commitc8843c2

Browse files
committed
Merge pull requestfsharp#178 from jack-pappas/build-bat-fix
Fixed build.bat so it works correctly under paths containing a space
2 parentsed3e00e +185ab0f commitc8843c2

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