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

Commit43befcc

Browse files
committed
Build FSharp.Build against Microsoft.FSharp.Tasks.v4.0.dll
Also,turn off the DEBUG symbol when building release (which is what wedo by default)
1 parent2f76f88 commit43befcc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎config.make.in‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,13 @@ DEFINES_GENERAL = \
6262
--define:TRACE \
6363
--define:MONO
6464

65+
ifeq ($(CONFIG),debug)
6566
DEFINES_DEBUG = \
6667
--define:CODE_ANALYSIS \
6768
--define:DEBUG
69+
else
70+
DEFINES_DEBUG =
71+
endif
6872

6973
DEFINES_2_0 = \
7074
$(DEFINES_GENERAL) \
@@ -117,8 +121,8 @@ REFERENCES_2_1 = \
117121
REFERENCES_4_0 = \
118122
-r:$(monolibdir)Microsoft.Build.Engine.dll \
119123
-r:$(monolibdir)Microsoft.Build.Framework.dll \
120-
-r:$(monolibdir35)Microsoft.Build.Tasks.v3.5.dll \
121-
-r:$(monolibdir35)Microsoft.Build.Utilities.v3.5.dll \
124+
-r:$(monolibdir)Microsoft.Build.Tasks.v4.0.dll \
125+
-r:$(monolibdir)Microsoft.Build.Utilities.v4.0.dll \
122126
-r:$(monolibdir)mscorlib.dll \
123127
-r:$(monolibdir)System.Core.dll \
124128
-r:$(monolibdir)System.dll \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp