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

Commitc5d650d

Browse files
committed
Merge pull requestfsharp#120 from Heather/heather
nothing but build script
2 parentsd603cee +b4087ae commitc5d650d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

‎build.bat‎

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
@echooff
2+
::Env
3+
if%PROCESSOR_ARCHITECTURE%==x86 (
4+
setMSBuild="%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe"
5+
)else (
6+
setMSBUILD=%WINDIR%\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe
7+
)
8+
9+
::Clean
10+
rm -rf lib/proto
11+
rm -rf lib/release
12+
13+
::Build
14+
pushd .
15+
cd ./src
16+
setABS_PATH=%CD%
17+
%MSBUILD%%ABS_PATH%/fsharp-proto-build.proj /p:TargetFramework=net40
18+
mv"../lib/release""../lib/proto"
19+
20+
%MSBUILD%%ABS_PATH%/fsharp-library-build.proj /p:TargetFramework=net40 /p:Configuration=Release
21+
%MSBUILD%%ABS_PATH%/fsharp-compiler-build.proj /p:TargetFramework=net40 /p:Configuration=Release
22+
popd

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp