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

Commitb4087ae

Browse files
committed
build script
1 parent5276da1 commitb4087ae

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