View | Details | Raw Unified | Return to issue 83349
Collapse All | Expand All

(-)orig/OOH680_m5/icu/makefile.mk (-1 / +4 lines)
Lines 1041-1043 Link Here
1041
  extern int
1041
  extern int
1042
  main(int argc, char *argv[]) {
1042
  main(int argc, char *argv[]) {
1043
      const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment;
1043
      const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment;
1044
Index: source/data/unidata/UnicodeData.txt
1045
===================================================================
1046
--- misc/build/icu/source/data/unidata/UnicodeData.txt	(revision 22882)
Lines 195-201 Link Here
195
ICU_BUILD_LIBPOST=
195
ICU_BUILD_LIBPOST=
196
.ENDIF
196
.ENDIF
197
197
198
CONFIGURE_ACTION+= $(COPY:s/+//) ..$/..$/..$/..$/..$/makefiles.zip . $(BUILD_ACTION_SEP) unzip makefiles.zip
198
CONFIGURE_ACTION+= $(COPY:s/+//) ..$/..$/..$/..$/..$/makefiles.zip . $(BUILD_ACTION_SEP) unzip makefiles.zip $(BUILD_ACTION_SEP) $(COPY) ..$/..$/..$/..$/..$/icudt36l.dat data/in
199
199
200
.IF "$(CCNUMVER)"<="001400000000"
200
.IF "$(CCNUMVER)"<="001400000000"
201
BUILD_ACTION=cd allinone && nmake /f all.mak CFG="all - Win32 Release" EXFLAGS="-EHsc" && cd ..$/..
201
BUILD_ACTION=cd allinone && nmake /f all.mak CFG="all - Win32 Release" EXFLAGS="-EHsc" && cd ..$/..

Return to issue 83349