diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-03-14 14:55:27 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-03-14 14:55:27 +0200 |
commit | beb70d756ae09e4bab3f45eea54b8abe4b081b41 (patch) | |
tree | f09de96a438895ca07b14a040766233b57754f5d /icu | |
parent | 222b8352289dee2b8c5ce4445a402993105a1f2c (diff) |
Build the Relase configuration with msbuild
Diffstat (limited to 'icu')
-rw-r--r-- | icu/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk index a15e4a211daf..d8f2e6af23b9 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -213,7 +213,7 @@ ICU_BUILD_LIBPOST= CONFIGURE_ACTION+= $(PERL) ..$/..$/..$/..$/..$/createmak.pl ..$/..$/..$/..$/..$/createmak.cfg . -BUILD_ACTION=cd allinone && msbuild.exe allinone.sln && cd ..$/.. +BUILD_ACTION=cd allinone && msbuild.exe /p:Configuration=Release allinone.sln && cd ..$/.. OUT2LIB= \ $(BUILD_DIR)$/..$/lib$/icudata.lib \ |