Skip to content

Commit

Permalink
codepage attribute otherwise mcs will refuse to compile Bamboo.Preval…
Browse files Browse the repository at this point in the history
…ence.Indexing
  • Loading branch information
bamboo committed Jul 23, 2004
1 parent eeebcd7 commit 534ee9b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Bamboo.Prevalence.build
Expand Up @@ -181,7 +181,11 @@

<target name='Bamboo.Prevalence.Indexing.Tests' depends='Bamboo.Prevalence.Indexing' if="${nant.tasks.nunit2}">

<csc target='library' output='bin/Bamboo.Prevalence.Indexing.Tests.dll' debug='true'>
<csc
target='library'
output='bin/Bamboo.Prevalence.Indexing.Tests.dll'
debug='true'
codepage="utf8">

<sources>
<include name='src/Bamboo.Prevalence.Indexing.Tests/*.cs' />
Expand All @@ -203,7 +207,8 @@
target='library'
output='bin/Bamboo.Prevalence.Indexing.dll'
debug='${debug}'
optimize='${optimize}'>
optimize='${optimize}'
codepage="utf8">

<sources>
<include name='src/Bamboo.Prevalence.Indexing/**.cs' />
Expand Down

0 comments on commit 534ee9b

Please sign in to comment.