I have already done some of this. The key difference between failing and non-failing is whether layoutex is built early or later in the build. See the attached files for sample build outputs.

I believe layoutex has a dependency on icuin.lib that is not properly declared in the makefile etc., allowing layoutex to be built too soon. If so, the best fix would be to declare the dependency, but I don't know enough about the dmake and configuration stuff to make that change without some study first.

Patricia

On 2/9/2016 9:40 AM, Damjan Jovanovic wrote:
The icu module has a complicated build with scripts generating makefiles...

I am not sure what approach to even take debugging this, but some ideas
might be:
* make a copy of a main/icu[/wntmsci12.pro] directory that builds and a
copy of one that doesn't, then diff the files to see what's different
* compare build logs with it working and not working, to see what steps
differ (eg. build order of some files might be different)
* try and follow the makefile to understand the problem analytically; my
first try didn't get me far
* give up completely, and just hack it. Make a loop in build.pl that just
keeps cleaning and rebuilding the module. If it builds 50% of the time,
with 10 retries only 1 in 1024 builds will fail, with 20 retries only 1 in
2^20 will fail, etc. Something like this might already have been tried in
the past, as build.pl contains the following code which is only run on
Windows:

sub give_second_chance {
     my $pid = shift;
     # A malicious hack for mysterious windows problems - try 2 times
     # to run dmake in the same directory if errors occurs
     my $child_nick = $processes_hash{$pid};
     $running_children{$folders_hashes{$child_nick}}--;
     delete $processes_hash{$pid};
     start_child($child_nick, $folders_hashes{$child_nick});
};


On Sun, Feb 7, 2016 at 1:42 AM, Patricia Shanahan <p...@acm.org> wrote:

My next step is to try to get rid of the intermittent failure of the icu
build. It seems to be the one thing standing between me a repeatable
unattended build. If you know anything about its cause, please let me know.

Here is a typical failure output:

Generating Code...
         link.exe @C:\cygwin32\tmp\nm2E74.tmp
    Creating library .\..\..\lib\icule.lib and object .\..\..\lib\icule.exp
         if exist ..\..\bin\icule40.dll.manifest mt.exe -manifest
..\..\bin\icule40.dll.manifest -outputresource:..\..\bin\icule40.dll;2
         copy ".\LEFontInstance.h" ..\..\include\layout
         1 file(s) copied.
         copy ".\LEGlyphFilter.h" ..\..\include\layout
         1 file(s) copied.
         copy ".\LEGlyphStorage.h" ..\..\include\layout
         1 file(s) copied.
         copy ".\LEInsertionList.h" ..\..\include\layout
         1 file(s) copied.
         copy ".\LELanguages.h" ..\..\include\layout
         1 file(s) copied.
         copy ".\LEScripts.h" ..\..\include\layout
         1 file(s) copied.
         copy ".\LESwaps.h" ..\..\include\layout
         1 file(s) copied.
         copy ".\LETypes.h" ..\..\include\layout
         1 file(s) copied.
         copy ".\LayoutEngine.h" ..\..\include\layout
         1 file(s) copied.
         copy ".\loengine.h" ..\..\include\layout
         1 file(s) copied.
         cd "..\allinone"
         cd "C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro
\misc\build\icu\source\allinone\..\layoutex"
         C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F
layoutex.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

         if not exist ".\Release/" mkdir ".\Release"
         rc.exe /l 0x409 /fo".\Release\layoutex.res" /i "..\common" /d
"NDEBUG" .\layoutex.rc
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385
Copyright (C) Microsoft Corporation.  All rights reserved.

NMAKE : fatal error U1073: don't know how to make '".\..\..\lib\icuin.lib"'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe' :
return code '0x2'
Stop.
dmake:  Error code 2, while making './
wntmsci12.pro/misc/build/so_built_so_icu'

1 module(s):
         icu
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making
/cygdrive/c/OpenOfficeDev/Trunk/main/icu

When you have fixed the errors in that module you can resume the build by
running:

         build --all:icu


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



build -- version: 275224


=============
Building module icu
=============

Entering /cygdrive/c/OpenOfficeDev/Trunk/main/icu

mkout -- version: 1.8
if [ -d ./wntmsci12.pro/misc/build/icu ] ; then echo "moving" && mv 
./wntmsci12.pro/misc/build/icu ./wntmsci12.pro/misc/build/icu_removeme ; fi
make writeable...
patching file icu/source/config/mh-bsd-gcc
patching file icu/source/common/putil.c
patching file icu/source/common/unicode/pwin32.h
patching file icu/source/config/mh-darwin
patching file icu/source/config/mh-linux
patching file icu/source/config/mh-mingw
patching file icu/source/config/mh-solaris
patching file icu/source/layout/ArabicShaping.cpp
patching file icu/source/layoutex/ParagraphLayout.cpp
patching file icu/source/tools/pkgdata/cmnmode.c
patching file icu/source/tools/pkgdata/dllmode.c
patching file icu/source/tools/pkgdata/make.c
patching file icu/source/tools/pkgdata/pkgdata.c
patching file icu/source/tools/pkgdata/sttcmode.c
patching file icu/source/common/uloc.c
patching file icu/source/tools/genuca/genuca.cpp
patching file icu/source/data/Makefile.in
patching file icu//source/data/Makefile.in
mkdir: cannot create directory './wntmsci12.pro/misc/build/icu/source': File 
exists
203EC78A-0531-43F0-A636-285439BDE025  stubdata  "..\stubdata\stubdata.vcproj"
73C0A65B-D1F2-4DE1-B3A6-15DAD2C23F3D  common  "..\common\common.vcproj"
C920062A-0647-4553-A3B2-37C58065664B  layout  "..\layout\layout.vcproj"
37FC2C7F-1904-4811-8955-2F478830EAD1  layoutex  "..\layoutex\layoutex.vcproj"
0178B127-6269-407D-B112-93877BB62776  i18n  "..\i18n\i18n.vcproj"
C2B04507-2521-4801-BF0D-5FD79D6D518C  io  "..\io\io.vcproj"
6B231032-3CB5-4EED-9210-810D666A23A0  toolutil  
"..\tools\toolutil\toolutil.vcproj"
DBC0AF0B-B9FF-4B23-905B-4D4CDC2A91CB  genpname  
"..\tools\genpname\genpname.vcproj"
39690C2A-AD89-45E4-893A-899496B85785  icuswap  "..\tools\icuswap\icuswap.vcproj"
62D4B15D-7A90-4ECB-BA19-5E021D6A21BC  icupkg  "..\tools\icupkg\icupkg.vcproj"
C2BE5000-7501-4E87-9724-B8D82494FAE6  genbrk  "..\tools\genbrk\genbrk.vcproj"
D3065ADB-8820-4CC7-9B6C-9510833961A3  derb  "..\tools\genrb\derb.vcproj"
DB312A49-12A9-4E07-9E96-451DC2D8FF61  gencase  "..\tools\gencase\gencase.vcproj"
ECA6B435-B4FA-4F9F-BF95-F451D078FC47  ctestfw  "..\tools\ctestfw\ctestfw.vcproj"
3D1246AE-1B32-479B-BECA-AEFA97BE2321  cintltst  
"..\test\cintltst\cintltst.vcproj"
E4993E82-D68A-46CA-BAE0-9D35E172E46F  iotest  "..\test\iotest\iotest.vcproj"
77C78066-746F-4EA6-B3FE-B8C8A4A97891  gentest  "..\tools\gentest\gentest.vcproj"
73632960-B3A6-464D-83A3-4B43365F19B8  intltest  
"..\test\intltest\intltest.vcproj"
67351485-4D18-4245-BE39-A7EF0675ACD2  letest  "..\test\letest\letest.vcproj"
631C23CE-6C1D-4875-88F0-85E0A42B36EA  gensprep  
"..\tools\gensprep\gensprep.vcproj"
8B41752B-5A52-41E4-B7E0-07921C0CC6BF  gencnval  
"..\tools\gencnval\gencnval.vcproj"
9D4211F7-2C77-439C-82F0-30A4E43BA569  genctd  "..\tools\genctd\genctd.vcproj"
F5213103-6CBE-46E6-B4CC-2570B6837D86  gennorm  "..\tools\gennorm\gennorm.vcproj"
DB312A49-12A9-4E07-9E96-451DC2D8FF62  genbidi  "..\tools\genbidi\genbidi.vcproj"
F5AD9738-1A3D-4906-B9C4-A7D9CE33DC2C  makeconv  
"..\tools\makeconv\makeconv.vcproj"
A8D36F8D-09E6-4174-91C3-7BEAA9C3F04F  gencmn  "..\tools\gencmn\gencmn.vcproj"
6F744648-D15F-478A-90C6-58E353B5DDB3  genprops  
"..\tools\genprops\genprops.vcproj"
FDD3C4F2-9805-44EB-9A77-BC1C1C95B547  genccode  
"..\tools\genccode\genccode.vcproj"
4C8454FE-81D3-4CA3-9927-29BA96F03DAC  pkgdata  "..\tools\pkgdata\pkgdata.vcproj"
F5281B04-A9E0-4680-BBA8-1D7F7D115458  gennames  
"..\tools\gennames\gennames.vcproj"
97521D06-EC47-45D4-8BD0-9E16B3F93B2A  genrb  "..\tools\genrb\genrb.vcproj"
DBA4088D-F6F9-4F8F-8820-082A4765C16C  uconv  "..\extra\uconv\uconv.vcproj"
86829694-A375-4C58-B4EA-96EF514E3225  genuca  "..\tools\genuca\genuca.vcproj"
D9DF7F2F-93B7-4810-B5CD-96F4F33C079B  makedata  "..\data\makedata.vcproj"
.................................
done
mkdir: cannot create directory './wntmsci12.pro/misc/build/icu/source': File 
exists

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\stubdata"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
stubdata.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        rc.exe /l 0x409 /fo".\Release\icudata.res" /i "..\common" /d "NDEBUG" 
..\data\misc\icudata.rc
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385

Copyright (C) Microsoft Corporation.  All rights reserved.


        cl @C:\cygwin32\tmp\nm66BD.tmp
cl : Command line warning D9002 : ignoring unknown option '-Op'
stubdata.c
        echo "File with stubdata build time, used as a dependency to trigger 
fresh data build, since stubdata dll will overwrite the real one." > 
.\stubdatabuilt.txt
        link.exe kernel32.lib user32.lib /nologo /dll /incremental:yes 
/machine:I386 /pdb:".\Release\icudt.pdb" /out:"..\..\bin\icudt40.dll" 
/implib:"..\..\lib\icudata.lib" .\Release\stubdata.obj  .\Release\icudata.res
   Creating library ..\..\lib\icudata.lib and object ..\..\lib\icudata.exp
        cd "..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\common"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
common.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nm694E.tmp
cl : Command line warning D9035 : option 'Ze' has been deprecated and will be 
removed in a future release
putil.c
        cl @C:\cygwin32\tmp\nm6A58.tmp
ucol_swp.c
        cl @C:\cygwin32\tmp\nm6AB7.tmp
cl : Command line warning D9035 : option 'Ze' has been deprecated and will be 
removed in a future release
umapfile.c
        cl @C:\cygwin32\tmp\nm6B64.tmp
cl : Command line warning D9035 : option 'Ze' has been deprecated and will be 
removed in a future release
umutex.c
        cl @C:\cygwin32\tmp\nm6C30.tmp
cl : Command line warning D9035 : option 'Ze' has been deprecated and will be 
removed in a future release
wintz.c
        rc.exe /l 0x409 /fo".\Release\common.res" /i "..\common" /d "NDEBUG" 
.\common.rc
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385

Copyright (C) Microsoft Corporation.  All rights reserved.


        cl @C:\cygwin32\tmp\nm6D2B.tmp
bmpset.cpp
brkeng.cpp
brkiter.cpp
caniter.cpp
chariter.cpp
dictbe.cpp
dtintrv.cpp
locbased.cpp
locid.cpp
locutil.cpp
normlzr.cpp
parsepos.cpp
propname.cpp
rbbi.cpp
rbbidata.cpp
rbbinode.cpp
rbbirb.cpp
rbbiscan.cpp
rbbisetb.cpp
rbbistbl.cpp
Generating Code...
Compiling...
rbbitblb.cpp
resbund.cpp
resbund_cnv.cpp
ruleiter.cpp
schriter.cpp
serv.cpp
servlk.cpp
servlkf.cpp
servls.cpp
servnotf.cpp
servrbf.cpp
servslkf.cpp
triedict.cpp
ubrk.cpp
uchriter.cpp
uhash_us.cpp
uidna.cpp
uiter.cpp
unifilt.cpp
unifunct.cpp
Generating Code...
Compiling...
uniset.cpp
uniset_props.cpp
unisetspan.cpp
unistr.cpp
unistr_case.cpp
unistr_cnv.cpp
unistr_props.cpp
unorm.cpp
unormcmp.cpp
uobject.cpp
uset.cpp
uset_props.cpp
usetiter.cpp
usprep.cpp
ustack.cpp
ustrenum.cpp
utext.cpp
util.cpp
util_props.cpp
uvector.cpp
Generating Code...
Compiling...
uvectr32.cpp
Generating Code...
        cl @C:\cygwin32\tmp\nm9352.tmp
cmemory.c
cstring.c
cwchar.c
locmap.c
punycode.c
uarrsort.c
ubidi.c
ubidi_props.c
ubidiln.c
ubidiwrt.c
ucase.c
ucasemap.c
ucat.c
uchar.c
ucln_cmn.c
ucmndata.c
ucnv.c
ucnv2022.c
ucnv2022.c(2637) : warning C4244: '=' : conversion from 'UChar' to 'uint8_t', 
possible loss of data
ucnv_bld.c
ucnv_cb.c
Generating Code...
Compiling...
ucnv_cnv.c
ucnv_err.c
ucnv_ext.c
ucnv_io.c
ucnv_lmb.c
ucnv_set.c
ucnv_u16.c
ucnv_u32.c
ucnv_u7.c
ucnv_u8.c
ucnvbocu.c
ucnvdisp.c
ucnvhz.c
ucnvisci.c
ucnvlat1.c
ucnvmbcs.c
ucnvscsu.c
udata.c
udatamem.c
udataswp.c
Generating Code...
Compiling...
uenum.c
uhash.c
uinit.c
uinvchar.c
uloc.c
umath.c
unames.c
unorm_it.c
uprops.c
ures_cnv.c
uresbund.c
uresdata.c
usc_impl.c
uscript.c
ushape.c
ustr_cnv.c
ustr_wcs.c
ustrcase.c
ustrcase.c(220) : warning C4101: 'indexSave' : unreferenced local variable
ustrcase.c(220) : warning C4101: 'titleLimitSave' : unreferenced local variable
ustrfmt.c
ustring.c
Generating Code...
Compiling...
ustrtrns.c
utf_impl.c
utrace.c
utrie.c
utypes.c
Generating Code...
        link.exe @C:\cygwin32\tmp\nmA6DB.tmp
   Creating library .\..\..\lib\icuuc.lib and object .\..\..\lib\icuuc.exp
        if exist ..\..\bin\icuuc40.dll.manifest mt.exe -manifest 
..\..\bin\icuuc40.dll.manifest -outputresource:..\..\bin\icuuc40.dll;2
Microsoft (R) Manifest Tool version 5.2.3790.2076

Copyright (c) Microsoft Corporation 2005. 

All rights reserved.

        copy ".\unicode\brkiter.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\caniter.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\chariter.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\dbbi.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\docmain.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\locid.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\normlzr.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\parseerr.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\parsepos.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\putil.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\pwin32.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\rbbi.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\rep.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\resbund.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\schriter.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\strenum.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\symtable.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ubidi.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ubrk.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ucasemap.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ucat.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uchar.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uchriter.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uclean.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ucnv.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ucnv_cb.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ucnv_err.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uconfig.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\udata.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\udeprctd.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\udraft.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uenum.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uidna.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uintrnal.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uiter.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uloc.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\umachine.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\umisc.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\unifilt.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\unifunct.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\unimatch.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uniset.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\unistr.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\unorm.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uobject.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uobslete.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\urename.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\urep.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ures.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uscript.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uset.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\usetiter.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ushape.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\usprep.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ustring.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\usystem.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\utext.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\utf.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\utf16.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\utf32.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\utf8.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\utf_old.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\utrace.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\utypes.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uversion.h" ..\..\include\unicode
        1 file(s) copied.
        cd "..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\layout"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
layout.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        rc.exe /l 0x409 /fo".\Release\layout.res" /i "..\common" /d "NDEBUG" 
.\layout.rc
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385

Copyright (C) Microsoft Corporation.  All rights reserved.


        cl @C:\cygwin32\tmp\nmAF11.tmp
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

cl    -Za -GF -Gy -W3 -EHa -Zc:wchar_t- -O2 -I..\..\include -I..\common -DWIN32 
-DNDEBUG -D_CRT_SECURE_NO_DEPRECATE -DU_LAYOUT_IMPLEMENTATION -D 
"LAYOUT_EXPORTS" -D "_WINDOWS" -D "_MBCS" -D "_USRDLL" -FD -Fo".\Release\\" 
-Fd".\Release\\" -c "AlternateSubstSubtables.cpp" "AnchorTables.cpp" 
"ArabicLayoutEngine.cpp" "ArabicShaping.cpp" "CanonData.cpp" "CanonShaping.cpp" 
"ClassDefinitionTables.cpp" "ContextualGlyphSubstProc.cpp" 
"ContextualSubstSubtables.cpp" "CoverageTables.cpp" 
"CursiveAttachmentSubtables.cpp" "DeviceTables.cpp" "ExtensionSubtables.cpp" 
"Features.cpp" "GDEFMarkFilter.cpp" "GXLayoutEngine.cpp" 
"GlyphDefinitionTables.cpp" "GlyphIterator.cpp" "GlyphLookupTables.cpp" 
"GlyphPositionAdjustments.cpp" "GlyphPositioningTables.cpp" 
"GlyphPosnLookupProc.cpp" "GlyphSubstLookupProc.cpp" 
"GlyphSubstitutionTables.cpp" "HanLayoutEngine.cpp" "HangulLayoutEngine.cpp" 
"IndicClassTables.cpp" "IndicLayoutEngine.cpp" 
"IndicRearrangementProcessor.cpp" "IndicReordering.cpp" "KernTable.cpp" 
"KhmerLayoutEngine.cpp" "KhmerReordering.cpp" "LEFontInstance.cpp" 
"LEGlyphStorage.cpp" "LEInsertionList.cpp" "LayoutEngine.cpp" 
"LigatureSubstProc.cpp" "LigatureSubstSubtables.cpp" "LookupProcessor.cpp" 
"LookupTables.cpp" "Lookups.cpp" "MPreFixups.cpp" "MarkArrays.cpp" 
"MarkToBasePosnSubtables.cpp" "MarkToLigaturePosnSubtables.cpp" 
"MarkToMarkPosnSubtables.cpp" "MirroredCharData.cpp" "MorphTables.cpp" 
"MultipleSubstSubtables.cpp" "NonContextualGlyphSubstProc.cpp" 
"OpenTypeLayoutEngine.cpp" "OpenTypeUtilities.cpp" 
"PairPositioningSubtables.cpp" "ScriptAndLanguage.cpp" 
"ScriptAndLanguageTags.cpp" "SegmentArrayProcessor.cpp" 
"SegmentSingleProcessor.cpp" "ShapingTypeData.cpp" "SimpleArrayProcessor.cpp" 
"SinglePositioningSubtables.cpp" "SingleSubstitutionSubtables.cpp" 
"SingleTableProcessor.cpp" "StateTableProcessor.cpp" "SubstitutionLookups.cpp" 
"SubtableProcessor.cpp" "ThaiLayoutEngine.cpp" "ThaiShaping.cpp" 
"ThaiStateTables.cpp" "TibetanLayoutEngine.cpp" "TibetanReordering.cpp" 
"TrimmedArrayProcessor.cpp" "ValueRecords.cpp" "loengine.cpp" 

AlternateSubstSubtables.cpp
AnchorTables.cpp
ArabicLayoutEngine.cpp
ArabicShaping.cpp
CanonData.cpp
CanonShaping.cpp
ClassDefinitionTables.cpp
ContextualGlyphSubstProc.cpp
ContextualSubstSubtables.cpp
CoverageTables.cpp
CursiveAttachmentSubtables.cpp
DeviceTables.cpp
ExtensionSubtables.cpp
Features.cpp
GDEFMarkFilter.cpp
GXLayoutEngine.cpp
GlyphDefinitionTables.cpp
GlyphIterator.cpp
GlyphLookupTables.cpp
GlyphPositionAdjustments.cpp
Generating Code...
Compiling...
GlyphPositioningTables.cpp
GlyphPosnLookupProc.cpp
GlyphSubstLookupProc.cpp
GlyphSubstitutionTables.cpp
HanLayoutEngine.cpp
HangulLayoutEngine.cpp
IndicClassTables.cpp
IndicLayoutEngine.cpp
IndicRearrangementProcessor.cpp
IndicReordering.cpp
KernTable.cpp
KhmerLayoutEngine.cpp
KhmerReordering.cpp
LEFontInstance.cpp
LEGlyphStorage.cpp
LEInsertionList.cpp
LayoutEngine.cpp
LigatureSubstProc.cpp
LigatureSubstSubtables.cpp
LookupProcessor.cpp
Generating Code...
Compiling...
LookupTables.cpp
Lookups.cpp
MPreFixups.cpp
MarkArrays.cpp
MarkToBasePosnSubtables.cpp
MarkToLigaturePosnSubtables.cpp
MarkToMarkPosnSubtables.cpp
MirroredCharData.cpp
MorphTables.cpp
MultipleSubstSubtables.cpp
NonContextualGlyphSubstProc.cpp
OpenTypeLayoutEngine.cpp
OpenTypeUtilities.cpp
PairPositioningSubtables.cpp
ScriptAndLanguage.cpp
ScriptAndLanguageTags.cpp
SegmentArrayProcessor.cpp
SegmentSingleProcessor.cpp
ShapingTypeData.cpp
SimpleArrayProcessor.cpp
Generating Code...
Compiling...
SinglePositioningSubtables.cpp
SingleSubstitutionSubtables.cpp
SingleTableProcessor.cpp
StateTableProcessor.cpp
SubstitutionLookups.cpp
SubtableProcessor.cpp
ThaiLayoutEngine.cpp
ThaiShaping.cpp
ThaiStateTables.cpp
TibetanLayoutEngine.cpp
TibetanReordering.cpp
TrimmedArrayProcessor.cpp
ValueRecords.cpp
loengine.cpp
Generating Code...
        link.exe @C:\cygwin32\tmp\nmBF2F.tmp
   Creating library .\..\..\lib\icule.lib and object .\..\..\lib\icule.exp
        if exist ..\..\bin\icule40.dll.manifest mt.exe -manifest 
..\..\bin\icule40.dll.manifest -outputresource:..\..\bin\icule40.dll;2
        copy ".\LEFontInstance.h" ..\..\include\layout
        1 file(s) copied.
        copy ".\LEGlyphFilter.h" ..\..\include\layout
        1 file(s) copied.
        copy ".\LEGlyphStorage.h" ..\..\include\layout
        1 file(s) copied.
        copy ".\LEInsertionList.h" ..\..\include\layout
        1 file(s) copied.
        copy ".\LELanguages.h" ..\..\include\layout
        1 file(s) copied.
        copy ".\LEScripts.h" ..\..\include\layout
        1 file(s) copied.
        copy ".\LESwaps.h" ..\..\include\layout
        1 file(s) copied.
        copy ".\LETypes.h" ..\..\include\layout
        1 file(s) copied.
        copy ".\LayoutEngine.h" ..\..\include\layout
        1 file(s) copied.
        copy ".\loengine.h" ..\..\include\layout
        1 file(s) copied.
        cd "..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\layoutex"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
layoutex.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        rc.exe /l 0x409 /fo".\Release\layoutex.res" /i "..\common" /d "NDEBUG" 
.\layoutex.rc
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385

Copyright (C) Microsoft Corporation.  All rights reserved.


NMAKE : fatal error U1073: don't know how to make '".\..\..\lib\icuin.lib"'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe' : return 
code '0x2'
Stop.
dmake:  Error code 2, while making './wntmsci12.pro/misc/build/so_built_so_icu'
ERROR: error 65280 occurred while making 
/cygdrive/c/OpenOfficeDev/Trunk/main/icu

build -- version: 275224


=============
Building module icu
=============

Entering /cygdrive/c/OpenOfficeDev/Trunk/main/icu

mkout -- version: 1.8
if [ -d ./wntmsci12.pro/misc/build/icu ] ; then echo "moving" && mv 
./wntmsci12.pro/misc/build/icu ./wntmsci12.pro/misc/build/icu_removeme ; fi
make writeable...
patching file icu/source/config/mh-bsd-gcc
patching file icu/source/common/putil.c
patching file icu/source/common/unicode/pwin32.h
patching file icu/source/config/mh-darwin
patching file icu/source/config/mh-linux
patching file icu/source/config/mh-mingw
patching file icu/source/config/mh-solaris
patching file icu/source/layout/ArabicShaping.cpp
patching file icu/source/layoutex/ParagraphLayout.cpp
patching file icu/source/tools/pkgdata/cmnmode.c
patching file icu/source/tools/pkgdata/dllmode.c
patching file icu/source/tools/pkgdata/make.c
patching file icu/source/tools/pkgdata/pkgdata.c
patching file icu/source/tools/pkgdata/sttcmode.c
patching file icu/source/common/uloc.c
patching file icu/source/tools/genuca/genuca.cpp
patching file icu/source/data/Makefile.in
patching file icu//source/data/Makefile.in
mkdir: cannot create directory './wntmsci12.pro/misc/build/icu/source': File 
exists
203EC78A-0531-43F0-A636-285439BDE025  stubdata  "..\stubdata\stubdata.vcproj"
73C0A65B-D1F2-4DE1-B3A6-15DAD2C23F3D  common  "..\common\common.vcproj"
0178B127-6269-407D-B112-93877BB62776  i18n  "..\i18n\i18n.vcproj"
6B231032-3CB5-4EED-9210-810D666A23A0  toolutil  
"..\tools\toolutil\toolutil.vcproj"
39690C2A-AD89-45E4-893A-899496B85785  icuswap  "..\tools\icuswap\icuswap.vcproj"
C2BE5000-7501-4E87-9724-B8D82494FAE6  genbrk  "..\tools\genbrk\genbrk.vcproj"
F5213103-6CBE-46E6-B4CC-2570B6837D86  gennorm  "..\tools\gennorm\gennorm.vcproj"
A8D36F8D-09E6-4174-91C3-7BEAA9C3F04F  gencmn  "..\tools\gencmn\gencmn.vcproj"
FDD3C4F2-9805-44EB-9A77-BC1C1C95B547  genccode  
"..\tools\genccode\genccode.vcproj"
9D4211F7-2C77-439C-82F0-30A4E43BA569  genctd  "..\tools\genctd\genctd.vcproj"
62D4B15D-7A90-4ECB-BA19-5E021D6A21BC  icupkg  "..\tools\icupkg\icupkg.vcproj"
4C8454FE-81D3-4CA3-9927-29BA96F03DAC  pkgdata  "..\tools\pkgdata\pkgdata.vcproj"
631C23CE-6C1D-4875-88F0-85E0A42B36EA  gensprep  
"..\tools\gensprep\gensprep.vcproj"
DB312A49-12A9-4E07-9E96-451DC2D8FF62  genbidi  "..\tools\genbidi\genbidi.vcproj"
F5281B04-A9E0-4680-BBA8-1D7F7D115458  gennames  
"..\tools\gennames\gennames.vcproj"
6F744648-D15F-478A-90C6-58E353B5DDB3  genprops  
"..\tools\genprops\genprops.vcproj"
86829694-A375-4C58-B4EA-96EF514E3225  genuca  "..\tools\genuca\genuca.vcproj"
D3065ADB-8820-4CC7-9B6C-9510833961A3  derb  "..\tools\genrb\derb.vcproj"
8B41752B-5A52-41E4-B7E0-07921C0CC6BF  gencnval  
"..\tools\gencnval\gencnval.vcproj"
DB312A49-12A9-4E07-9E96-451DC2D8FF61  gencase  "..\tools\gencase\gencase.vcproj"
DBC0AF0B-B9FF-4B23-905B-4D4CDC2A91CB  genpname  
"..\tools\genpname\genpname.vcproj"
F5AD9738-1A3D-4906-B9C4-A7D9CE33DC2C  makeconv  
"..\tools\makeconv\makeconv.vcproj"
ECA6B435-B4FA-4F9F-BF95-F451D078FC47  ctestfw  "..\tools\ctestfw\ctestfw.vcproj"
77C78066-746F-4EA6-B3FE-B8C8A4A97891  gentest  "..\tools\gentest\gentest.vcproj"
3D1246AE-1B32-479B-BECA-AEFA97BE2321  cintltst  
"..\test\cintltst\cintltst.vcproj"
73632960-B3A6-464D-83A3-4B43365F19B8  intltest  
"..\test\intltest\intltest.vcproj"
97521D06-EC47-45D4-8BD0-9E16B3F93B2A  genrb  "..\tools\genrb\genrb.vcproj"
DBA4088D-F6F9-4F8F-8820-082A4765C16C  uconv  "..\extra\uconv\uconv.vcproj"
C2B04507-2521-4801-BF0D-5FD79D6D518C  io  "..\io\io.vcproj"
E4993E82-D68A-46CA-BAE0-9D35E172E46F  iotest  "..\test\iotest\iotest.vcproj"
C920062A-0647-4553-A3B2-37C58065664B  layout  "..\layout\layout.vcproj"
37FC2C7F-1904-4811-8955-2F478830EAD1  layoutex  "..\layoutex\layoutex.vcproj"
67351485-4D18-4245-BE39-A7EF0675ACD2  letest  "..\test\letest\letest.vcproj"
D9DF7F2F-93B7-4810-B5CD-96F4F33C079B  makedata  "..\data\makedata.vcproj"
.................................
done
mkdir: cannot create directory './wntmsci12.pro/misc/build/icu/source': File 
exists

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\stubdata"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
stubdata.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        rc.exe /l 0x409 /fo".\Release\icudata.res" /i "..\common" /d "NDEBUG" 
..\data\misc\icudata.rc
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385

Copyright (C) Microsoft Corporation.  All rights reserved.


        cl @C:\cygwin32\tmp\nmCC5E.tmp
cl : Command line warning D9002 : ignoring unknown option '-Op'
stubdata.c
        echo "File with stubdata build time, used as a dependency to trigger 
fresh data build, since stubdata dll will overwrite the real one." > 
.\stubdatabuilt.txt
        link.exe kernel32.lib user32.lib /nologo /dll /incremental:yes 
/machine:I386 /pdb:".\Release\icudt.pdb" /out:"..\..\bin\icudt40.dll" 
/implib:"..\..\lib\icudata.lib" .\Release\stubdata.obj  .\Release\icudata.res
   Creating library ..\..\lib\icudata.lib and object ..\..\lib\icudata.exp
        cd "..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\common"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
common.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nmCD58.tmp
cl : Command line warning D9035 : option 'Ze' has been deprecated and will be 
removed in a future release
putil.c
        cl @C:\cygwin32\tmp\nmCE73.tmp
ucol_swp.c
        cl @C:\cygwin32\tmp\nmCED1.tmp
cl : Command line warning D9035 : option 'Ze' has been deprecated and will be 
removed in a future release
umapfile.c
        cl @C:\cygwin32\tmp\nmCF6F.tmp
cl : Command line warning D9035 : option 'Ze' has been deprecated and will be 
removed in a future release
umutex.c
        cl @C:\cygwin32\tmp\nmD03B.tmp
cl : Command line warning D9035 : option 'Ze' has been deprecated and will be 
removed in a future release
wintz.c
        rc.exe /l 0x409 /fo".\Release\common.res" /i "..\common" /d "NDEBUG" 
.\common.rc
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385

Copyright (C) Microsoft Corporation.  All rights reserved.


        cl @C:\cygwin32\tmp\nmD136.tmp
bmpset.cpp
brkeng.cpp
brkiter.cpp
caniter.cpp
chariter.cpp
dictbe.cpp
dtintrv.cpp
locbased.cpp
locid.cpp
locutil.cpp
normlzr.cpp
parsepos.cpp
propname.cpp
rbbi.cpp
rbbidata.cpp
rbbinode.cpp
rbbirb.cpp
rbbiscan.cpp
rbbisetb.cpp
rbbistbl.cpp
Generating Code...
Compiling...
rbbitblb.cpp
resbund.cpp
resbund_cnv.cpp
ruleiter.cpp
schriter.cpp
serv.cpp
servlk.cpp
servlkf.cpp
servls.cpp
servnotf.cpp
servrbf.cpp
servslkf.cpp
triedict.cpp
ubrk.cpp
uchriter.cpp
uhash_us.cpp
uidna.cpp
uiter.cpp
unifilt.cpp
unifunct.cpp
Generating Code...
Compiling...
uniset.cpp
uniset_props.cpp
unisetspan.cpp
unistr.cpp
unistr_case.cpp
unistr_cnv.cpp
unistr_props.cpp
unorm.cpp
unormcmp.cpp
uobject.cpp
uset.cpp
uset_props.cpp
usetiter.cpp
usprep.cpp
ustack.cpp
ustrenum.cpp
utext.cpp
util.cpp
util_props.cpp
uvector.cpp
Generating Code...
Compiling...
uvectr32.cpp
Generating Code...
        cl @C:\cygwin32\tmp\nmFF8A.tmp
cmemory.c
cstring.c
cwchar.c
locmap.c
punycode.c
uarrsort.c
ubidi.c
ubidi_props.c
ubidiln.c
ubidiwrt.c
ucase.c
ucasemap.c
ucat.c
uchar.c
ucln_cmn.c
ucmndata.c
ucnv.c
ucnv2022.c
ucnv2022.c(2637) : warning C4244: '=' : conversion from 'UChar' to 'uint8_t', 
possible loss of data
ucnv_bld.c
ucnv_cb.c
Generating Code...
Compiling...
ucnv_cnv.c
ucnv_err.c
ucnv_ext.c
ucnv_io.c
ucnv_lmb.c
ucnv_set.c
ucnv_u16.c
ucnv_u32.c
ucnv_u7.c
ucnv_u8.c
ucnvbocu.c
ucnvdisp.c
ucnvhz.c
ucnvisci.c
ucnvlat1.c
ucnvmbcs.c
ucnvscsu.c
udata.c
udatamem.c
udataswp.c
Generating Code...
Compiling...
uenum.c
uhash.c
uinit.c
uinvchar.c
uloc.c
umath.c
unames.c
unorm_it.c
uprops.c
ures_cnv.c
uresbund.c
uresdata.c
usc_impl.c
uscript.c
ushape.c
ustr_cnv.c
ustr_wcs.c
ustrcase.c
ustrcase.c(220) : warning C4101: 'indexSave' : unreferenced local variable
ustrcase.c(220) : warning C4101: 'titleLimitSave' : unreferenced local variable
ustrfmt.c
ustring.c
Generating Code...
Compiling...
ustrtrns.c
utf_impl.c
utrace.c
utrie.c
utypes.c
Generating Code...
        link.exe @C:\cygwin32\tmp\nm19E9.tmp
   Creating library .\..\..\lib\icuuc.lib and object .\..\..\lib\icuuc.exp
        if exist ..\..\bin\icuuc40.dll.manifest mt.exe -manifest 
..\..\bin\icuuc40.dll.manifest -outputresource:..\..\bin\icuuc40.dll;2
Microsoft (R) Manifest Tool version 5.2.3790.2076

Copyright (c) Microsoft Corporation 2005. 

All rights reserved.

        copy ".\unicode\brkiter.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\caniter.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\chariter.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\dbbi.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\docmain.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\locid.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\normlzr.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\parseerr.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\parsepos.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\putil.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\pwin32.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\rbbi.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\rep.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\resbund.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\schriter.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\strenum.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\symtable.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ubidi.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ubrk.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ucasemap.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ucat.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uchar.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uchriter.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uclean.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ucnv.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ucnv_cb.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ucnv_err.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uconfig.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\udata.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\udeprctd.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\udraft.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uenum.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uidna.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uintrnal.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uiter.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uloc.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\umachine.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\umisc.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\unifilt.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\unifunct.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\unimatch.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uniset.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\unistr.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\unorm.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uobject.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uobslete.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\urename.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\urep.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ures.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uscript.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uset.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\usetiter.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ushape.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\usprep.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ustring.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\usystem.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\utext.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\utf.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\utf16.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\utf32.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\utf8.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\utf_old.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\utrace.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\utypes.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uversion.h" ..\..\include\unicode
        1 file(s) copied.
        cd "..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\i18n"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F i18n.mak 
EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nm230A.tmp
cl : Command line warning D9035 : option 'Ze' has been deprecated and will be 
removed in a future release
cl : Command line warning D9002 : ignoring unknown option '-Op'
windtfmt.cpp
        cl @C:\cygwin32\tmp\nm2443.tmp
cl : Command line warning D9035 : option 'Ze' has been deprecated and will be 
removed in a future release
cl : Command line warning D9002 : ignoring unknown option '-Op'
winnmfmt.cpp
        rc.exe /l 0x409 /fo".\Release\i18n.res" /i "..\common" /d "NDEBUG" 
.\i18n.rc
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385

Copyright (C) Microsoft Corporation.  All rights reserved.


        cl @C:\cygwin32\tmp\nm258C.tmp
cl : Command line warning D9002 : ignoring unknown option '-Op'
anytrans.cpp
astro.cpp
basictz.cpp
bms.cpp
bmsearch.cpp
brktrans.cpp
buddhcal.cpp
calendar.cpp
casetrn.cpp
cecal.cpp
chnsecal.cpp
choicfmt.cpp
coleitr.cpp
coll.cpp
colldata.cpp
colldata.cpp(97) : warning C4018: '>' : signed/unsigned mismatch
coptccal.cpp
cpdtrans.cpp
csdetect.cpp
csmatch.cpp
csr2022.cpp
Generating Code...
Compiling...
csrecog.cpp
csrmbcs.cpp
csrsbcs.cpp
csrucode.cpp
csrutf8.cpp
curramt.cpp
currfmt.cpp
currunit.cpp
datefmt.cpp
dcfmtsym.cpp
decimfmt.cpp
digitlst.cpp
dtfmtsym.cpp
dtitvfmt.cpp
dtitvinf.cpp
dtptngen.cpp
dtrule.cpp
esctrn.cpp
ethpccal.cpp
fmtable.cpp
Generating Code...
Compiling...
fmtable_cnv.cpp
format.cpp
funcrepl.cpp
gregocal.cpp
gregoimp.cpp
hebrwcal.cpp
indiancal.cpp
inputext.cpp
islamcal.cpp
japancal.cpp
measfmt.cpp
measure.cpp
msgfmt.cpp
name2uni.cpp
nfrs.cpp
nfrule.cpp
nfsubs.cpp
nortrans.cpp
nultrans.cpp
numfmt.cpp
Generating Code...
Compiling...
olsontz.cpp
persncal.cpp
plurfmt.cpp
plurrule.cpp
quant.cpp
rbnf.cpp
rbt.cpp
rbt_data.cpp
rbt_pars.cpp
rbt_rule.cpp
rbt_set.cpp
rbtz.cpp
regexcmp.cpp
regexst.cpp
reldtfmt.cpp
rematch.cpp
remtrans.cpp
repattrn.cpp
search.cpp
simpletz.cpp
Generating Code...
Compiling...
smpdtfmt.cpp
sortkey.cpp
strmatch.cpp
strrepl.cpp
stsearch.cpp
taiwncal.cpp
tblcoll.cpp
timezone.cpp
titletrn.cpp
tolowtrn.cpp
toupptrn.cpp
translit.cpp
transreg.cpp
tridpars.cpp
tzrule.cpp
tztrans.cpp
ucal.cpp
ucol.cpp
ucol_bld.cpp
ucol_cnt.cpp
Generating Code...
Compiling...
ucol_elm.cpp
ucol_res.cpp
ucol_sit.cpp
ucol_tok.cpp
ucoleitr.cpp
ucsdet.cpp
ucurr.cpp
udat.cpp
udatpg.cpp
umsg.cpp
unesctrn.cpp
uni2name.cpp
unum.cpp
uregex.cpp
uregexc.cpp
usearch.cpp
utrans.cpp
vtzone.cpp
zonemeta.cpp
zstrfmt.cpp
Generating Code...
        cl @C:\cygwin32\tmp\nm6277.tmp
cl : Command line warning D9002 : ignoring unknown option '-Op'
bocsu.c
ucln_in.c
ucol_wgt.c
ulocdata.c
utmscale.c
Generating Code...
        link.exe @C:\cygwin32\tmp\nm63A1.tmp
   Creating library .\..\..\lib\icuin.lib and object .\..\..\lib\icuin.exp
        if exist ..\..\bin\icuin40.dll.manifest mt.exe -manifest 
..\..\bin\icuin40.dll.manifest -outputresource:..\..\bin\icuin40.dll;2
Microsoft (R) Manifest Tool version 5.2.3790.2076

Copyright (c) Microsoft Corporation 2005. 

All rights reserved.

        copy ".\unicode\basictz.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\bms.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\bmsearch.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\calendar.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\choicfmt.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\coleitr.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\coll.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\colldata.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\curramt.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\currunit.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\datefmt.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\dcfmtsym.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\decimfmt.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\dtfmtsym.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\dtptngen.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\dtrule.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\fieldpos.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\fmtable.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\format.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\gregocal.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\measfmt.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\measunit.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\measure.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\msgfmt.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\numfmt.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\plurfmt.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\plurrule.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\rbnf.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\rbtz.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\regex.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\search.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\simpletz.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\smpdtfmt.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\sortkey.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\stsearch.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\tblcoll.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\timezone.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\translit.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\tzrule.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\tztrans.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ucal.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ucol.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ucoleitr.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ucsdet.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ucurr.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\udat.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\udatpg.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ulocdata.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\umsg.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\unirepl.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\unum.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\uregex.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\usearch.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\utmscale.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\utrans.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\vtzone.h" ..\..\include\unicode
        1 file(s) copied.
        cd "..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\tools\toolutil"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
toolutil.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nm6AB2.tmp
toolutil.c
        cl @C:\cygwin32\tmp\nm6BDB.tmp
filestrm.c
propsvec.c
ucbuf.c
ucm.c
ucmstate.c
unewdata.c
uoptions.c
uparse.c
writesrc.c
Generating Code...
        cl @C:\cygwin32\tmp\nm6EBB.tmp
package.cpp
pkgitems.cpp
swapimpl.cpp
xmlparser.cpp
Generating Code...
        link.exe @C:\cygwin32\tmp\nm70EE.tmp
   Creating library .\..\..\..\lib\icutu.lib and object .\..\..\..\lib\icutu.exp
        if exist ..\..\..\bin\icutu40.dll.manifest mt.exe -manifest 
..\..\..\bin\icutu40.dll.manifest -outputresource:..\..\..\bin\icutu40.dll;2
Microsoft (R) Manifest Tool version 5.2.3790.2076

Copyright (c) Microsoft Corporation 2005. 

All rights reserved.

        cd "..\..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\tools\icuswap"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
icuswap.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nm7168.tmp
icuswap.cpp
        link.exe @C:\cygwin32\tmp\nm71F6.tmp
        if exist .\Release/icuswap.exe.manifest mt.exe -manifest 
.\Release/icuswap.exe.manifest -outputresource:.\Release/icuswap.exe;1
        copy ".\Release\icuswap.exe" .\..\..\..\bin
        1 file(s) copied.
        cd "..\..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\tools\genbrk"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
genbrk.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nm72C0.tmp
genbrk.cpp
        link.exe @C:\cygwin32\tmp\nm733E.tmp
        if exist .\Release/genbrk.exe.manifest mt.exe -manifest 
.\Release/genbrk.exe.manifest -outputresource:.\Release/genbrk.exe;1
Microsoft (R) Manifest Tool version 5.2.3790.2076

Copyright (c) Microsoft Corporation 2005. 

All rights reserved.

        copy ".\Release\genbrk.exe" .\..\..\..\bin
        1 file(s) copied.
        cd "..\..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\tools\gennorm"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
gennorm.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nm73F9.tmp
gennorm.c
store.c
Generating Code...
        link.exe @C:\cygwin32\tmp\nm74F4.tmp
        if exist .\Release/gennorm.exe.manifest mt.exe -manifest 
.\Release/gennorm.exe.manifest -outputresource:.\Release/gennorm.exe;1
Microsoft (R) Manifest Tool version 5.2.3790.2076

Copyright (c) Microsoft Corporation 2005. 

All rights reserved.

        copy ".\Release\gennorm.exe" .\..\..\..\bin
        1 file(s) copied.
        cd "..\..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\tools\gencmn"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
gencmn.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nm759E.tmp
gencmn.c
        link.exe @C:\cygwin32\tmp\nm760D.tmp
        if exist .\Release/gencmn.exe.manifest mt.exe -manifest 
.\Release/gencmn.exe.manifest -outputresource:.\Release/gencmn.exe;1
        copy ".\Release\gencmn.exe" .\..\..\..\bin
        1 file(s) copied.
        cd "..\..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\tools\genccode"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
genccode.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nm7679.tmp
genccode.c
        link.exe @C:\cygwin32\tmp\nm7755.tmp
        if exist .\Release/genccode.exe.manifest mt.exe -manifest 
.\Release/genccode.exe.manifest -outputresource:.\Release/genccode.exe;1
Microsoft (R) Manifest Tool version 5.2.3790.2076

Copyright (c) Microsoft Corporation 2005. 

All rights reserved.

        copy ".\Release\genccode.exe" .\..\..\..\bin
        1 file(s) copied.
        cd "..\..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\tools\genctd"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
genctd.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nm77F0.tmp
genctd.cpp
        link.exe @C:\cygwin32\tmp\nm786E.tmp
        if exist .\Release/genctd.exe.manifest mt.exe -manifest 
.\Release/genctd.exe.manifest -outputresource:.\Release/genctd.exe;1
Microsoft (R) Manifest Tool version 5.2.3790.2076

Copyright (c) Microsoft Corporation 2005. 

All rights reserved.

        copy ".\Release\genctd.exe" .\..\..\..\bin
        1 file(s) copied.
        cd "..\..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\tools\icupkg"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
icupkg.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist "Release/" mkdir "Release"
        cl @C:\cygwin32\tmp\nm78FA.tmp
icupkg.cpp
        link.exe @C:\cygwin32\tmp\nm7978.tmp
        if exist Release/icupkg.exe.manifest mt.exe -manifest 
Release/icupkg.exe.manifest -outputresource:Release/icupkg.exe;1
        copy "Release\icupkg.exe" .\..\..\..\bin
        1 file(s) copied.
        cd "..\..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\tools\pkgdata"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
pkgdata.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nm79F4.tmp
filemode.c
make.c
pkgdata.c
pkgtypes.c
sttcmode.c
winmode.c
Generating Code...
        link.exe @C:\cygwin32\tmp\nm7CA4.tmp
        if exist .\Release/pkgdata.exe.manifest mt.exe -manifest 
.\Release/pkgdata.exe.manifest -outputresource:.\Release/pkgdata.exe;1
        copy ".\Release\pkgdata.exe" .\..\..\..\bin
        1 file(s) copied.
        cd "..\..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\tools\gensprep"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
gensprep.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nm7D30.tmp
gensprep.c
store.c
Generating Code...
        link.exe @C:\cygwin32\tmp\nm7DCD.tmp
        if exist .\Release/gensprep.exe.manifest mt.exe -manifest 
.\Release/gensprep.exe.manifest -outputresource:.\Release/gensprep.exe;1
        copy ".\Release\gensprep.exe" .\..\..\..\bin
        1 file(s) copied.
        cd "..\..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\tools\genbidi"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
genbidi.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nm7E49.tmp
genbidi.c
store.c
Generating Code...
        link.exe @C:\cygwin32\tmp\nm7EF6.tmp
        if exist .\Release/genbidi.exe.manifest mt.exe -manifest 
.\Release/genbidi.exe.manifest -outputresource:.\Release/genbidi.exe;1
        copy ".\Release\genbidi.exe" .\..\..\..\bin
        1 file(s) copied.
        cd "..\..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\tools\gennames"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
gennames.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nm7F72.tmp
gennames.c
        link.exe @C:\cygwin32\tmp\nm7FF0.tmp
        if exist .\Release/gennames.exe.manifest mt.exe -manifest 
.\Release/gennames.exe.manifest -outputresource:.\Release/gennames.exe;1
Microsoft (R) Manifest Tool version 5.2.3790.2076

Copyright (c) Microsoft Corporation 2005. 

All rights reserved.

        copy ".\Release\gennames.exe" .\..\..\..\bin
        1 file(s) copied.
        cd "..\..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\tools\genprops"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
genprops.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nm807C.tmp
genprops.c
props2.c
store.c
Generating Code...
        link.exe @C:\cygwin32\tmp\nm8232.tmp
        if exist .\Release/genprops.exe.manifest mt.exe -manifest 
.\Release/genprops.exe.manifest -outputresource:.\Release/genprops.exe;1
Microsoft (R) Manifest Tool version 5.2.3790.2076

Copyright (c) Microsoft Corporation 2005. 

All rights reserved.

        copy ".\Release\genprops.exe" .\..\..\..\bin
        1 file(s) copied.
        cd "..\..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\tools\genuca"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
genuca.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nm82CD.tmp
genuca.cpp
        link.exe @C:\cygwin32\tmp\nm837A.tmp
        if exist .\Release/genuca.exe.manifest mt.exe -manifest 
.\Release/genuca.exe.manifest -outputresource:.\Release/genuca.exe;1
        copy ".\Release\genuca.exe" .\..\..\..\bin
        1 file(s) copied.
        cd "..\..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\tools\genrb"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F derb.mak 
EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\derb_Win32_Release/" mkdir ".\derb_Win32_Release"
        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nm8425.tmp
cl : Command line warning D9035 : option 'GX' has been deprecated and will be 
removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9025 : overriding '/GX' with '/EHa'
derb.c
        link.exe @C:\cygwin32\tmp\nm84C2.tmp
        if exist .\derb_Win32_Release/derb.exe.manifest mt.exe -manifest 
.\derb_Win32_Release/derb.exe.manifest 
-outputresource:.\derb_Win32_Release/derb.exe;1
        cd "..\..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\tools\gencnval"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
gencnval.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nm8510.tmp
gencnval.c
        link.exe @C:\cygwin32\tmp\nm858E.tmp
        if exist .\Release/gencnval.exe.manifest mt.exe -manifest 
.\Release/gencnval.exe.manifest -outputresource:.\Release/gencnval.exe;1
Microsoft (R) Manifest Tool version 5.2.3790.2076

Copyright (c) Microsoft Corporation 2005. 

All rights reserved.

        copy ".\Release\gencnval.exe" .\..\..\..\bin
        1 file(s) copied.
        cd "..\..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\tools\gencase"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
gencase.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nm8619.tmp
gencase.c
store.c
Generating Code...
        link.exe @C:\cygwin32\tmp\nm86F5.tmp
        if exist .\Release/gencase.exe.manifest mt.exe -manifest 
.\Release/gencase.exe.manifest -outputresource:.\Release/gencase.exe;1
        copy ".\Release\gencase.exe" .\..\..\..\bin
        1 file(s) copied.
        cd "..\..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\tools\genpname"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
genpname.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nm8771.tmp
genpname.cpp
        link.exe @C:\cygwin32\tmp\nm89C4.tmp
        if exist .\Release/genpname.exe.manifest mt.exe -manifest 
.\Release/genpname.exe.manifest -outputresource:.\Release/genpname.exe;1
Microsoft (R) Manifest Tool version 5.2.3790.2076

Copyright (c) Microsoft Corporation 2005. 

All rights reserved.

        copy ".\Release\genpname.exe" .\..\..\..\bin
        1 file(s) copied.
        cd "..\..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\tools\makeconv"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
makeconv.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nm8A5F.tmp
gencnvex.c
genmbcs.c
makeconv.c
ucnvstat.c
Generating Code...
        link.exe @C:\cygwin32\tmp\nm8B89.tmp
        if exist .\Release/makeconv.exe.manifest mt.exe -manifest 
.\Release/makeconv.exe.manifest -outputresource:.\Release/makeconv.exe;1
        copy ".\Release\makeconv.exe" .\..\..\..\bin
        1 file(s) copied.
        cd "..\..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\tools\ctestfw"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
ctestfw.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nm8C05.tmp
cl : Command line warning D9035 : option 'Ze' has been deprecated and will be 
removed in a future release
cl : Command line warning D9002 : ignoring unknown option '-Op'
uperf.cpp
        cl @C:\cygwin32\tmp\nm8DBB.tmp
cl : Command line warning D9002 : ignoring unknown option '-Op'
ctest.c
        cl @C:\cygwin32\tmp\nm8E2A.tmp
cl : Command line warning D9002 : ignoring unknown option '-Op'
datamap.cpp
dbgutil.cpp
testdata.cpp
tstdtmod.cpp
udbgutil.cpp
Generating Code...
        link.exe @C:\cygwin32\tmp\nm8F92.tmp
   Creating library .\..\..\..\lib\icutest.lib and object 
.\..\..\..\lib\icutest.exp
        if exist ..\..\..\bin\icutest.dll.manifest mt.exe -manifest 
..\..\..\bin\icutest.dll.manifest -outputresource:..\..\..\bin\icutest.dll;2
Microsoft (R) Manifest Tool version 5.2.3790.2076

Copyright (c) Microsoft Corporation 2005. 

All rights reserved.

        cd "..\..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\tools\gentest"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
gentest.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nm900C.tmp
genres32.c
gentest.c
Generating Code...
        link.exe @C:\cygwin32\tmp\nm909A.tmp
        if exist .\Release/gentest.exe.manifest mt.exe -manifest 
.\Release/gentest.exe.manifest -outputresource:.\Release/gentest.exe;1
        copy ".\Release\gentest.exe" .\..\..\..\bin
        1 file(s) copied.
        cd "..\..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\test\cintltst"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
cintltst.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nm9125.tmp
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

cl      -MT -Ze -O2 -W3 -EHa -Zc:wchar_t- -I..\..\..\include 
-I..\..\tools\ctestfw -I..\..\common -I..\..\i18n -I..\..\tools\toolutil 
-DWIN32 -DNDEBUG -D_CRT_SECURE_NO_DEPRECATE -FD -Fo".\Release\\" 
-Fd".\Release\\" -c .\udatatst.c
cl : Command line warning D9035 : option 'Ze' has been deprecated and will be 
removed in a future release

udatatst.c
        cl @C:\cygwin32\tmp\nm9240.tmp
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

cl    -MT -Za -O2 -W3 -EHa -Zc:wchar_t- -I..\..\..\include 
-I..\..\tools\ctestfw -I..\..\common -I..\..\i18n -I..\..\tools\toolutil 
-DWIN32 -DNDEBUG -D_CRT_SECURE_NO_DEPRECATE -FD -Fo".\Release\\" 
-Fd".\Release\\" -c "bocu1tst.c" "callcoll.c" "calltest.c" "capitst.c" 
"cbiapts.c" "cbididat.c" "cbiditst.c" "cbkittst.c" "ccaltst.c" "ccapitst.c" 
"ccolltst.c" "cconvtst.c" "cctest.c" "ccurrtst.c" "cdattst.c" "cdetst.c" 
"cdtdptst.c" "cdtrgtst.c" "cestst.c" "cfintst.c" "cformtst.c" "cfrtst.c" 
"cg7coll.c" "chashtst.c" "cintltst.c" "citertst.c" "cjaptst.c" "cldrtest.c" 
"cloctst.c" "cmsccoll.c" "cmsgtst.c" "cnmdptst.c" "cnormtst.c" "cnumtst.c" 
"colutil.c" "cposxtst.c" "crestst.c" "creststn.c" "cstrcase.c" "cstrtest.c" 
"cturtst.c" "cucdapi.c" "cucdtst.c" "currtest.c" "custrtrn.c" "custrtst.c" 
"cutiltst.c" "encoll.c" "eurocreg.c" "hpmufn.c" "idnatest.c" "nccbtst.c" 
"ncnvfbts.c" "ncnvtst.c" "nfsprep.c" "nucnvtst.c" "putiltst.c" "reapits.c" 
"sorttest.c" "spreptst.c" "sprpdata.c" "stdnmtst.c" "tracetst.c" "trietest.c" 
"ucsdetst.c" "udatpg_test.c" "uenumtst.c" "usettest.c" "usrchdat.c" 
"usrchtst.c" "utexttst.c" "utf16tst.c" "utf8tst.c" "utmstest.c" "utransts.c" 

bocu1tst.c
callcoll.c
calltest.c
capitst.c
cbiapts.c
cbididat.c
cbiditst.c
cbkittst.c
ccaltst.c
ccapitst.c
ccolltst.c
cconvtst.c
cctest.c
ccurrtst.c
cdattst.c
cdetst.c
cdtdptst.c
cdtrgtst.c
cestst.c
cfintst.c
Generating Code...
Compiling...
cformtst.c
cfrtst.c
cg7coll.c
chashtst.c
cintltst.c
citertst.c
cjaptst.c
cldrtest.c
cloctst.c
cmsccoll.c
cmsgtst.c
cnmdptst.c
cnormtst.c
cnumtst.c
cnumtst.c(1451) : warning C4101: 'testcase2' : unreferenced local variable
colutil.c
cposxtst.c
crestst.c
creststn.c
cstrcase.c
cstrtest.c
Generating Code...
Compiling...
cturtst.c
cucdapi.c
cucdtst.c
currtest.c
custrtrn.c
custrtst.c
cutiltst.c
encoll.c
eurocreg.c
hpmufn.c
idnatest.c
nccbtst.c
ncnvfbts.c
ncnvtst.c
nfsprep.c
nucnvtst.c
nucnvtst.c(4479) : warning C4013: 'ucnv_cbToUWriteSub_4_0' undefined; assuming 
extern returning int
putiltst.c
reapits.c
sorttest.c
spreptst.c
Generating Code...
Compiling...
sprpdata.c
stdnmtst.c
tracetst.c
trietest.c
ucsdetst.c
udatpg_test.c
uenumtst.c
usettest.c
usrchdat.c
usrchtst.c
utexttst.c
utf16tst.c
utf8tst.c
utmstest.c
utransts.c
Generating Code...
        link.exe @C:\cygwin32\tmp\nmAE73.tmp
        if exist .\Release/cintltst.exe.manifest mt.exe -manifest 
.\Release/cintltst.exe.manifest -outputresource:.\Release/cintltst.exe;1
        copy ".\Release\cintltst.exe" .\..\..\..\bin
        1 file(s) copied.
        cd "..\..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\test\intltest"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
intltest.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nmAFAA.tmp
cl : Command line warning D9035 : option 'Ze' has been deprecated and will be 
removed in a future release
strtest.cpp
        cl @C:\cygwin32\tmp\nmB122.tmp
cl : Command line warning D9035 : option 'Ze' has been deprecated and will be 
removed in a future release
tsmthred.cpp
        cl @C:\cygwin32\tmp\nmB2F8.tmp
cl : Command line warning D9035 : option 'Ze' has been deprecated and will be 
removed in a future release
ustrtest.cpp
        cl @C:\cygwin32\tmp\nmB402.tmp
cl : Command line warning D9035 : option 'Ze' has been deprecated and will be 
removed in a future release
windttst.cpp
        cl @C:\cygwin32\tmp\nmB53C.tmp
cl : Command line warning D9035 : option 'Ze' has been deprecated and will be 
removed in a future release
winnmtst.cpp
        cl @C:\cygwin32\tmp\nmB685.tmp
cl : Command line warning D9035 : option 'Ze' has been deprecated and will be 
removed in a future release
winutil.cpp
        cl @C:\cygwin32\tmp\nmB761.tmp
aliastst.cpp
allcoll.cpp
apicoll.cpp
astrotst.cpp
calcasts.cpp
callimts.cpp
calregts.cpp
caltest.cpp
caltztst.cpp
canittst.cpp
citrtest.cpp
cntabcol.cpp
convtest.cpp
cpdtrtst.cpp
csdetest.cpp
currcoll.cpp
dadrcal.cpp
dadrcoll.cpp
dadrfmt.cpp
dcfmapts.cpp
Generating Code...
Compiling...
decoll.cpp
dtfmapts.cpp
dtfmrgts.cpp
dtfmtrtts.cpp
dtfmttst.cpp
dtifmtts.cpp
dtptngts.cpp
encoll.cpp
escoll.cpp
ficoll.cpp
fldset.cpp
frcoll.cpp
g7coll.cpp
icusvtst.cpp
idnaconf.cpp
idnaref.cpp
incaltst.cpp
intltest.cpp
itercoll.cpp
itformat.cpp
Generating Code...
Compiling...
itmajor.cpp
itrbbi.cpp
itrbnf.cpp
itrbnfp.cpp
itrbnfrt.cpp
ittrans.cpp
itutil.cpp
jacoll.cpp
jamotest.cpp
lcukocol.cpp
loctest.cpp
miscdtfm.cpp
mnkytst.cpp
msfmrgts.cpp
nmfmapts.cpp
nmfmtrt.cpp
normconf.cpp
nptrans.cpp
numfmtst.cpp
numrgts.cpp
Generating Code...
Compiling...
plurfmts.cpp
plurults.cpp
pptest.cpp
rbbiapts.cpp
rbbitst.cpp
regcoll.cpp
regextst.cpp
reptest.cpp
restest.cpp
restsnew.cpp
sdtfmtts.cpp
sfwdchit.cpp
srchtest.cpp
ssearch.cpp
strcase.cpp
svccoll.cpp
tchcfmt.cpp
testidn.cpp
testidna.cpp
testutil.cpp
Generating Code...
Compiling...
textfile.cpp
tfsmalls.cpp
thcoll.cpp
tmsgfmt.cpp
tokiter.cpp
transapi.cpp
transrt.cpp
transtst.cpp
trcoll.cpp
trnserr.cpp
tscoll.cpp
tsdate.cpp
tsdcfmsy.cpp
tsdtfmsy.cpp
tsnmfmt.cpp
tsputil.cpp
tstnorm.cpp
tstnrapi.cpp
tzbdtest.cpp
tzfmttst.cpp
Generating Code...
Compiling...
tzoffloc.cpp
tzregts.cpp
tzrulets.cpp
tztest.cpp
ucaconf.cpp
ucdtest.cpp
uobjtest.cpp
usettest.cpp
utxttest.cpp
uvectest.cpp
v32test.cpp
Generating Code...
        cl @C:\cygwin32\tmp\nm1699.tmp
punyref.c
        link.exe @C:\cygwin32\tmp\nm16E8.tmp
        if exist .\Release/intltest.exe.manifest mt.exe -manifest 
.\Release/intltest.exe.manifest -outputresource:.\Release/intltest.exe;1
        copy ".\Release\intltest.exe" .\..\..\..\bin
        1 file(s) copied.
        cd "..\..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\tools\genrb"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
genrb.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        cl @C:\cygwin32\tmp\nm18A5.tmp
errmsg.c
genrb.c
parse.c
rbutil.c
read.c
reslist.c
rle.c
ustr.c
wrtjava.c
Generating Code...
        cl @C:\cygwin32\tmp\nm1AD8.tmp
prscmnts.cpp
wrtxml.cpp
Generating Code...
        link.exe @C:\cygwin32\tmp\nm1BB4.tmp
        if exist .\Release/genrb.exe.manifest mt.exe -manifest 
.\Release/genrb.exe.manifest -outputresource:.\Release/genrb.exe;1
        copy ".\Release\genrb.exe" .\..\..\..\bin
        1 file(s) copied.
        cd "..\..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\extra\uconv"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
uconv.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
NMAKE : warning U4004: too many rules for target '".\Release\uconvmsg.lib"'
        tempfile.bat
ICU path is .\..\..\..
Making Resource Bundle files
        ".\..\..\..\bin\genrb" -s resources -d resources root.txt
Making Resource Bundle files
        ".\..\..\..\bin\genrb" -s resources -d resources fr.txt
Building uconvmsg.lib

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\bin\icupkg.exe" 
-tl -C " Copyright (C) 2008, International Business Machines Corporation and 
others. All Rights Reserved. "  -s "resources" -a "pkgdatain.txt" new 
".\Release\uconvmsg.dat"
generating object code for .\Release\uconvmsg.dat
genccode: --match-arch cpu=332 bits=32 big-endian=0
        LIB.exe /nologo /out:".\Release\uconvmsg.lib" 
".\Release\uconvmsg_dat.obj" 
# ICUROOT is C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\bin
# Reading pkgdatain.txt..
# Output .dll file: .\Release\uconvmsg.lib
# Output file: .\Release\uconvmsg.dat
nmake  -f ".\Release\uconvmsg_static.mak"    
All targets are up to date (mode static)
        cl @C:\cygwin32\tmp\nm1F9A.tmp
cl : Command line warning D9002 : ignoring unknown option '-Op'
uconv.cpp
        cl @C:\cygwin32\tmp\nm2085.tmp
cl : Command line warning D9002 : ignoring unknown option '-Op'
uwmsg.c
        link.exe @C:\cygwin32\tmp\nm20E4.tmp
   Creating library .\Release\uconv.lib and object .\Release\uconv.exp
        if exist .\Release/uconv.exe.manifest mt.exe -manifest 
.\Release/uconv.exe.manifest -outputresource:.\Release/uconv.exe;1
Microsoft (R) Manifest Tool version 5.2.3790.2076

Copyright (c) Microsoft Corporation 2005. 

All rights reserved.

        copy ".\Release\uconv.exe" .\..\..\..\bin
        1 file(s) copied.
        cd "..\..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\io"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F io.mak 
EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nm218E.tmp
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

cl      -Ze -GF -Gy -W3 -EHa -Zc:wchar_t- -O2 -I..\..\include -I..\common 
-DWIN32 -DNDEBUG -D_CRT_SECURE_NO_DEPRECATE -DU_IO_IMPLEMENTATION -D 
"LAYOUT_EXPORTS" -D "_WINDOWS" -D "_MBCS" -D "_USRDLL" -FD -Fo".\Release\\" 
-Fd".\Release\\" -c .\ustream.cpp
cl : Command line warning D9035 : option 'Ze' has been deprecated and will be 
removed in a future release

ustream.cpp
        rc.exe /l 0x409 /fo".\Release\io.res" /i "..\common" /d "NDEBUG" .\io.rc
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385

Copyright (C) Microsoft Corporation.  All rights reserved.


        cl @C:\cygwin32\tmp\nm22E7.tmp
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

cl    -Za -GF -Gy -W3 -EHa -Zc:wchar_t- -O2 -I..\..\include -I..\common -DWIN32 
-DNDEBUG -D_CRT_SECURE_NO_DEPRECATE -DU_IO_IMPLEMENTATION -D "LAYOUT_EXPORTS" 
-D "_WINDOWS" -D "_MBCS" -D "_USRDLL" -FD -Fo".\Release\\" -Fd".\Release\\" -c 
"locbund.c" "sprintf.c" "sscanf.c" "ucln_io.c" "ufile.c" "ufmt_cmn.c" 
"uprintf.c" "uprntf_p.c" "uscanf.c" "uscanf_p.c" "ustdio.c" 

locbund.c
sprintf.c
sscanf.c
ucln_io.c
ufile.c
ufmt_cmn.c
uprintf.c
uprntf_p.c
uscanf.c
uscanf_p.c
ustdio.c
Generating Code...
        link.exe @C:\cygwin32\tmp\nm2614.tmp
   Creating library .\..\..\lib\icuio.lib and object .\..\..\lib\icuio.exp
        if exist ..\..\bin\icuio40.dll.manifest mt.exe -manifest 
..\..\bin\icuio40.dll.manifest -outputresource:..\..\bin\icuio40.dll;2
        copy ".\unicode\ustdio.h" ..\..\include\unicode
        1 file(s) copied.
        copy ".\unicode\ustream.h" ..\..\include\unicode
        1 file(s) copied.
        cd "..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\test\iotest"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
iotest.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nm26DD.tmp
cl : Command line warning D9035 : option 'Ze' has been deprecated and will be 
removed in a future release
stream.cpp
        cl @C:\cygwin32\tmp\nm2855.tmp
filetst.c
strtst.c
trnstst.c
Generating Code...
        cl @C:\cygwin32\tmp\nm2A4A.tmp
iotest.cpp
        link.exe @C:\cygwin32\tmp\nm2AF7.tmp
        if exist .\Release/iotest.exe.manifest mt.exe -manifest 
.\Release/iotest.exe.manifest -outputresource:.\Release/iotest.exe;1
Microsoft (R) Manifest Tool version 5.2.3790.2076

Copyright (c) Microsoft Corporation 2005. 

All rights reserved.

        copy ".\Release\iotest.exe" .\..\..\..\bin
        1 file(s) copied.
        cd "..\..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\layout"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
layout.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        rc.exe /l 0x409 /fo".\Release\layout.res" /i "..\common" /d "NDEBUG" 
.\layout.rc
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385

Copyright (C) Microsoft Corporation.  All rights reserved.


        cl @C:\cygwin32\tmp\nm2C0E.tmp
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

cl    -Za -GF -Gy -W3 -EHa -Zc:wchar_t- -O2 -I..\..\include -I..\common -DWIN32 
-DNDEBUG -D_CRT_SECURE_NO_DEPRECATE -DU_LAYOUT_IMPLEMENTATION -D 
"LAYOUT_EXPORTS" -D "_WINDOWS" -D "_MBCS" -D "_USRDLL" -FD -Fo".\Release\\" 
-Fd".\Release\\" -c "AlternateSubstSubtables.cpp" "AnchorTables.cpp" 
"ArabicLayoutEngine.cpp" "ArabicShaping.cpp" "CanonData.cpp" "CanonShaping.cpp" 
"ClassDefinitionTables.cpp" "ContextualGlyphSubstProc.cpp" 
"ContextualSubstSubtables.cpp" "CoverageTables.cpp" 
"CursiveAttachmentSubtables.cpp" "DeviceTables.cpp" "ExtensionSubtables.cpp" 
"Features.cpp" "GDEFMarkFilter.cpp" "GXLayoutEngine.cpp" 
"GlyphDefinitionTables.cpp" "GlyphIterator.cpp" "GlyphLookupTables.cpp" 
"GlyphPositionAdjustments.cpp" "GlyphPositioningTables.cpp" 
"GlyphPosnLookupProc.cpp" "GlyphSubstLookupProc.cpp" 
"GlyphSubstitutionTables.cpp" "HanLayoutEngine.cpp" "HangulLayoutEngine.cpp" 
"IndicClassTables.cpp" "IndicLayoutEngine.cpp" 
"IndicRearrangementProcessor.cpp" "IndicReordering.cpp" "KernTable.cpp" 
"KhmerLayoutEngine.cpp" "KhmerReordering.cpp" "LEFontInstance.cpp" 
"LEGlyphStorage.cpp" "LEInsertionList.cpp" "LayoutEngine.cpp" 
"LigatureSubstProc.cpp" "LigatureSubstSubtables.cpp" "LookupProcessor.cpp" 
"LookupTables.cpp" "Lookups.cpp" "MPreFixups.cpp" "MarkArrays.cpp" 
"MarkToBasePosnSubtables.cpp" "MarkToLigaturePosnSubtables.cpp" 
"MarkToMarkPosnSubtables.cpp" "MirroredCharData.cpp" "MorphTables.cpp" 
"MultipleSubstSubtables.cpp" "NonContextualGlyphSubstProc.cpp" 
"OpenTypeLayoutEngine.cpp" "OpenTypeUtilities.cpp" 
"PairPositioningSubtables.cpp" "ScriptAndLanguage.cpp" 
"ScriptAndLanguageTags.cpp" "SegmentArrayProcessor.cpp" 
"SegmentSingleProcessor.cpp" "ShapingTypeData.cpp" "SimpleArrayProcessor.cpp" 
"SinglePositioningSubtables.cpp" "SingleSubstitutionSubtables.cpp" 
"SingleTableProcessor.cpp" "StateTableProcessor.cpp" "SubstitutionLookups.cpp" 
"SubtableProcessor.cpp" "ThaiLayoutEngine.cpp" "ThaiShaping.cpp" 
"ThaiStateTables.cpp" "TibetanLayoutEngine.cpp" "TibetanReordering.cpp" 
"TrimmedArrayProcessor.cpp" "ValueRecords.cpp" "loengine.cpp" 

AlternateSubstSubtables.cpp
AnchorTables.cpp
ArabicLayoutEngine.cpp
ArabicShaping.cpp
CanonData.cpp
CanonShaping.cpp
ClassDefinitionTables.cpp
ContextualGlyphSubstProc.cpp
ContextualSubstSubtables.cpp
CoverageTables.cpp
CursiveAttachmentSubtables.cpp
DeviceTables.cpp
ExtensionSubtables.cpp
Features.cpp
GDEFMarkFilter.cpp
GXLayoutEngine.cpp
GlyphDefinitionTables.cpp
GlyphIterator.cpp
GlyphLookupTables.cpp
GlyphPositionAdjustments.cpp
Generating Code...
Compiling...
GlyphPositioningTables.cpp
GlyphPosnLookupProc.cpp
GlyphSubstLookupProc.cpp
GlyphSubstitutionTables.cpp
HanLayoutEngine.cpp
HangulLayoutEngine.cpp
IndicClassTables.cpp
IndicLayoutEngine.cpp
IndicRearrangementProcessor.cpp
IndicReordering.cpp
KernTable.cpp
KhmerLayoutEngine.cpp
KhmerReordering.cpp
LEFontInstance.cpp
LEGlyphStorage.cpp
LEInsertionList.cpp
LayoutEngine.cpp
LigatureSubstProc.cpp
LigatureSubstSubtables.cpp
LookupProcessor.cpp
Generating Code...
Compiling...
LookupTables.cpp
Lookups.cpp
MPreFixups.cpp
MarkArrays.cpp
MarkToBasePosnSubtables.cpp
MarkToLigaturePosnSubtables.cpp
MarkToMarkPosnSubtables.cpp
MirroredCharData.cpp
MorphTables.cpp
MultipleSubstSubtables.cpp
NonContextualGlyphSubstProc.cpp
OpenTypeLayoutEngine.cpp
OpenTypeUtilities.cpp
PairPositioningSubtables.cpp
ScriptAndLanguage.cpp
ScriptAndLanguageTags.cpp
SegmentArrayProcessor.cpp
SegmentSingleProcessor.cpp
ShapingTypeData.cpp
SimpleArrayProcessor.cpp
Generating Code...
Compiling...
SinglePositioningSubtables.cpp
SingleSubstitutionSubtables.cpp
SingleTableProcessor.cpp
StateTableProcessor.cpp
SubstitutionLookups.cpp
SubtableProcessor.cpp
ThaiLayoutEngine.cpp
ThaiShaping.cpp
ThaiStateTables.cpp
TibetanLayoutEngine.cpp
TibetanReordering.cpp
TrimmedArrayProcessor.cpp
ValueRecords.cpp
loengine.cpp
Generating Code...
        link.exe @C:\cygwin32\tmp\nm3BCE.tmp
   Creating library .\..\..\lib\icule.lib and object .\..\..\lib\icule.exp
        if exist ..\..\bin\icule40.dll.manifest mt.exe -manifest 
..\..\bin\icule40.dll.manifest -outputresource:..\..\bin\icule40.dll;2
        copy ".\LEFontInstance.h" ..\..\include\layout
        1 file(s) copied.
        copy ".\LEGlyphFilter.h" ..\..\include\layout
        1 file(s) copied.
        copy ".\LEGlyphStorage.h" ..\..\include\layout
        1 file(s) copied.
        copy ".\LEInsertionList.h" ..\..\include\layout
        1 file(s) copied.
        copy ".\LELanguages.h" ..\..\include\layout
        1 file(s) copied.
        copy ".\LEScripts.h" ..\..\include\layout
        1 file(s) copied.
        copy ".\LESwaps.h" ..\..\include\layout
        1 file(s) copied.
        copy ".\LETypes.h" ..\..\include\layout
        1 file(s) copied.
        copy ".\LayoutEngine.h" ..\..\include\layout
        1 file(s) copied.
        copy ".\loengine.h" ..\..\include\layout
        1 file(s) copied.
        cd "..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\layoutex"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
layoutex.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        rc.exe /l 0x409 /fo".\Release\layoutex.res" /i "..\common" /d "NDEBUG" 
.\layoutex.rc
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385

Copyright (C) Microsoft Corporation.  All rights reserved.


        cl @C:\cygwin32\tmp\nm3D82.tmp
cl : Command line warning D9002 : ignoring unknown option '-Op'
LXUtilities.cpp
ParagraphLayout.cpp
RunArrays.cpp
playout.cpp
plruns.cpp
Generating Code...
        link.exe @C:\cygwin32\tmp\nm3FA6.tmp
   Creating library .\..\..\lib\iculx.lib and object .\..\..\lib\iculx.exp
        if exist ..\..\bin\iculx40.dll.manifest mt.exe -manifest 
..\..\bin\iculx40.dll.manifest -outputresource:..\..\bin\iculx40.dll;2
        copy ".\layout\ParagraphLayout.h" ..\..\include\layout
        1 file(s) copied.
        copy ".\layout\RunArrays.h" ..\..\include\layout
        1 file(s) copied.
        copy ".\layout\playout.h" ..\..\include\layout
        1 file(s) copied.
        copy ".\layout\plruns.h" ..\..\include\layout
        1 file(s) copied.
        cd "..\allinone"
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\test\letest"
        C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /                   /F 
letest.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        if not exist ".\Release/" mkdir ".\Release"
        cl @C:\cygwin32\tmp\nm4070.tmp
FontTableCache.cpp
PortableFontInstance.cpp
SimpleFontInstance.cpp
cfonts.cpp
cmaps.cpp
letest.cpp
letsutil.cpp
xmlreader.cpp
Generating Code...
        cl @C:\cygwin32\tmp\nm442A.tmp
cletest.c
        link.exe @C:\cygwin32\tmp\nm4545.tmp
   Creating library .\Release\letest.lib and object .\Release\letest.exp
        if exist .\Release/letest.exe.manifest mt.exe -manifest 
.\Release/letest.exe.manifest -outputresource:.\Release/letest.exe;1
Microsoft (R) Manifest Tool version 5.2.3790.2076

Copyright (c) Microsoft Corporation 2005. 

All rights reserved.

        copy ".\Release\letest.exe" .\..\..\..\bin
        1 file(s) copied.
        cd "..\..\allinone"
        cd "..\data"
        nmake /f makedata.mak 
icumake=C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data
 cfg=Release

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

ICU data make path is 
C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data
ICU root path is 
C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..
ICU data source archive is 
C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\data\in\icudt40l.dat
Creating data DLL version information from 
C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\data\misc\icudata.rc
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385

Copyright (C) Microsoft Corporation.  All rights reserved.


Building icu data from 
C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\data\in\icudt40l.dat
        cd 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\out\build\icudt40l"
        
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\bin\icupkg"
 -x * --list 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\data\in\icudt40l.dat"
 > 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\out\tmp\icudata.lst"
        
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\bin\pkgdata"
 -f -e icudt40 -v -m dll -M"PKGDATA_LDFLAGS=/base:0x4ad00000" -c -p icudt40l -T 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\out\tmp"
 -L icudt40 -d 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\out\build\icudt40l"
 -s . 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\out\tmp\icudata.lst"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\bin\icupkg.exe" 
-tl -C " Copyright (C) 2008, International Business Machines Corporation and 
others. All Rights Reserved. "  -s "." -a 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\out\tmp\icudata.lst"
 new 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\out\tmp\icudt40l.dat"
generating object code for 
C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\out\tmp\icudt40l.dat
genccode: --match-arch cpu=332 bits=32 big-endian=0
        link.exe /nologo /release 
/out:"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\out\build\icudt40l\icudt40.dll"
 /DLL /NOENTRY /MANIFEST:NO  /base:0x4ad00000 
/implib:"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\out\build\icudt40l\icudt40.lib"
 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\out\tmp\icudt40l_dat.obj"
 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\out\tmp\icudata.res"
   Creating library 
C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\out\build\icudt40l\icudt40.lib
 and object 
C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\out\build\icudt40l\icudt40.exp
# ICUROOT is C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\bin
# Reading 
C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\out\tmp\icudata.lst..
# Output .dll file: 
C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\out\build\icudt40l\icudt40.dll
# Output file: 
C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\out\build\icudt40l\icudt40l.dat
nmake  -f 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\out\tmp\icudt40l_dll.mak"
    PKGDATA_LDFLAGS=/base:0x4ad00000
        copy "icudt40.dll" 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\bin"
        1 file(s) copied.
        copy 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\out\tmp\icudt40l.dat"
 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\out\icudt40l.dat"
        1 file(s) copied.
building testdata...
        nmake /nologo /f 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\test\testdata\testdata.mak"
 TESTDATA=. 
ICUTOOLS="C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\tools"
 
ICUP="C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\.."
 CFG=Release 
TESTDATAOUT="C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\test\testdata\out"
 
TESTDATABLD="C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\test\testdata\out\build"
Making Test Resource Bundle file with encoding ISCII,version=0
Making Test Resource Bundle file for IDNA reference implementation
        
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\tools\gentest\Release\gentest"
 
-d"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\test\testdata\out\build"
        
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\tools\gentest\Release\gentest"
 -r 
-d"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\test\testdata\out\build"
Generating testtable32.txt
        
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\tools\genrb\Release\genrb"
 
-s"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\test\testdata\out\build"
 
-d"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\test\testdata\out\build"
 testtable32.txt
Building 
C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\test\testdata\out\build\test1.cnv
Building 
C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\test\testdata\out\build\test1bmp.cnv
Building 
C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\test\testdata\out\build\test3.cnv
Building 
C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\test\testdata\out\build\test4.cnv
Building 
C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\test\testdata\out\build\test4x.cnv
Building 
C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\test\testdata\out\build\ibm9027.cnv
Building 
C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\test\testdata\out\build\nfscsi.spp
Building 
C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\test\testdata\out\build\nfscss.spp
Building 
C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\test\testdata\out\build\nfscis.spp
Building 
C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\test\testdata\out\build\nfsmxs.spp
Building 
C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\test\testdata\out\build\nfsmxp.spp
Making Test Resource Bundle files .\DataDrivenCollationTest.txt .\calendar.txt 
.\format.txt .\casing.txt .\conversion.txt .\icuio.txt .\mc.txt 
.\structLocale.txt .\root.txt .\sh.txt .\sh_YU.txt .\te.txt .\te_IN.txt 
.\te_IN_REVISED.txt .\testaliases.txt .\testtypes.txt .\testempty.txt 
.\DataDrivenCollationTest.txt
Building test data
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
        
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\bin\pkgdata"
 -f -v -m common -c -p"testdata" -d 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\test\testdata\out"
 -T 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\test\testdata\out\build"
 -s 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\test\testdata\out\build"
 C:\cygwin32\tmp\nm5A42.tmp

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\bin\icupkg.exe" 
-tl -C " Copyright (C) 2008, International Business Machines Corporation and 
others. All Rights Reserved. "  -s 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\test\testdata\out\build"
 -a "C:\cygwin32\tmp\nm5A42.tmp" new 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\test\testdata\out\testdata.dat"
# ICUROOT is C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\bin
# Reading C:\cygwin32\tmp\nm5A42.tmp..
# Output file: 
C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\test\testdata\out\testdata.dat
nmake  -f 
"C:\OpenOfficeDev\Trunk\main\icu\wntmsci12.pro\misc\build\icu\source\allinone\..\data\..\..\source\test\testdata\out\build\testdata_common.mak"
    
Test data is built.
All targets are up to date
        cd "..\allinone"
dmake: Executing shell macro: -ls -1 $(PACKAGE_DIR)/$(TARFILE_ROOTDIR)/$k | 
$(GREP) .dll
dmake: Executing shell macro: -ls -1 $(PACKAGE_DIR)/$(TARFILE_ROOTDIR)/$k | 
$(GREP) .dll
dmake: Executing shell macro: -ls -1 $(PACKAGE_DIR)/$(TARFILE_ROOTDIR)/$k | 
$(GREP) .dll
dmake: Executing shell macro: -ls -1 $(PACKAGE_DIR)/$(TARFILE_ROOTDIR)/$k | 
$(GREP) .dll
dmake: Executing shell macro: -ls -1 $(PACKAGE_DIR)/$(TARFILE_ROOTDIR)/$k | 
$(GREP) .dll
dmake: Executing shell macro: -ls -1 $(PACKAGE_DIR)/$(TARFILE_ROOTDIR)/$k | 
$(GREP) .dll
dmake: Executing shell macro: -ls -1 $(PACKAGE_DIR)/$(TARFILE_ROOTDIR)/$k | 
$(GREP) .dll
dmake: Executing shell macro: -ls -1 $(PACKAGE_DIR)/$(TARFILE_ROOTDIR)/$k | 
$(GREP) .dll
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to