Commit Graph

101 Commits

Author SHA1 Message Date
George Rhoten
b53e510acd ICU-4420 Remove some original MSVC 6 specific definitions/options that do not apply to MSVC 7.1.
This change is also being done so that it's easier to compare the options against the Cygwin/MSVC build (the only way left to use MSVC 6).
Some of the definitions/options aren't used at all or are redundant.

X-SVN-Rev: 17285
2005-03-05 10:06:19 +00:00
Markus Scherer
7f8d06b42b ICU-4334 Unicode 4.1 update
X-SVN-Rev: 17104
2005-01-10 18:02:54 +00:00
George Rhoten
b43d5d4272 ICU-3905 Fix some IA64 compiler warnings.
X-SVN-Rev: 16747
2004-11-04 02:36:10 +00:00
George Rhoten
87759368c3 ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15636
2004-05-30 09:03:43 +00:00
George Rhoten
1bf207e545 ICU-3741 Ignore some things that appear on Cygwin
X-SVN-Rev: 15251
2004-05-11 16:15:58 +00:00
Steven R. Loomis
207167f8be ICU-2487 move collation data into new tree
X-SVN-Rev: 14967
2004-04-14 20:08:16 +00:00
George Rhoten
6d897671e7 ICU-3389 Fix library installation
X-SVN-Rev: 14773
2004-03-26 18:35:15 +00:00
George Rhoten
1745685d1e ICU-3389 First try at building tools into a bin directory and libraries into a lib directory.
X-SVN-Rev: 14767
2004-03-26 01:22:25 +00:00
George Rhoten
7fe030d918 ICU-3612 Don't explicitly specify the import libraries. Use the project dependencies.
X-SVN-Rev: 14750
2004-03-24 23:09:55 +00:00
George Rhoten
761dc84de0 ICU-3389 Fix make clean and remove a few unused variables.
X-SVN-Rev: 14732
2004-03-23 06:10:51 +00:00
Markus Scherer
306001d0c7 ICU-3505 use uprv_sortArray() instead of qsort() to get the same sorting behavior on all platforms, for the same unames.icu output
X-SVN-Rev: 14614
2004-02-27 22:57:59 +00:00
George Rhoten
4d1280ac61 ICU-3612 Convert MSVC .NET project files from 2002 to 2003, and enable CygWin builds
X-SVN-Rev: 14559
2004-02-21 00:36:30 +00:00
Markus Scherer
1f40388548 ICU-3101 strip leading/trailing whitespace in character names
X-SVN-Rev: 13776
2003-11-19 23:28:45 +00:00
George Rhoten
046c4fac2d ICU-3359 Allow the .vcproj files to build in directories with a space in the name
X-SVN-Rev: 13591
2003-11-05 19:27:55 +00:00
Andy Heninger
78ca2fdfc9 ICU-3014 Add explicit u_init() calls to tools and tests in anticipation of static init changes
X-SVN-Rev: 12826
2003-08-14 21:34:54 +00:00
Alan Liu
de95737116 ICU-2959 update copyright dates to include 2003
X-SVN-Rev: 12253
2003-06-03 20:58:22 +00:00
George Rhoten
4e1913af46 ICU-2850 Add MSVC 7 (Visual Studio .NET) project files
X-SVN-Rev: 11743
2003-04-30 22:50:21 +00:00
George Rhoten
4d3562dcb7 ICU-2705 Add CygWin/MSVC support
X-SVN-Rev: 11008
2003-02-11 00:13:48 +00:00
Andy Heninger
f0f44e915e ICU-2030 WIndows build changes to allow apps to use static C runtime lib
X-SVN-Rev: 9400
2002-07-29 21:04:18 +00:00
George Rhoten
7e92471c93 ICU-1947 Better usage for U_EXPORT2 and U_CALLCONV
X-SVN-Rev: 9295
2002-07-23 23:01:08 +00:00
Steven R. Loomis
3ddea88fec ICU-1992 data loading (.dat -> .icu)
X-SVN-Rev: 9232
2002-07-17 19:23:26 +00:00
Steven R. Loomis
06d5ee2949 ICU-1992 data packaging changes
X-SVN-Rev: 9223
2002-07-17 03:56:50 +00:00
George Rhoten
c676ede6b7 ICU-900 Fix some compiler warnings.
X-SVN-Rev: 9203
2002-07-16 17:23:05 +00:00
Markus Scherer
da30a01ee9 ICU-1970 add ISO_Comment
X-SVN-Rev: 9046
2002-07-08 16:31:25 +00:00
George Rhoten
08df62745a ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8681
2002-05-23 22:10:23 +00:00
George Rhoten
1a09ea5eda ICU-1868 Properly use CPPFLAGS and other flags
X-SVN-Rev: 8613
2002-05-13 23:51:50 +00:00
George Rhoten
9d8d0d3940 ICU-1868 Make DEFS be used for macros and includes only for compile
time, not for link time, and other various fixes.

X-SVN-Rev: 8562
2002-05-01 23:48:15 +00:00
George Rhoten
df30dfbd29 ICU-1877 Add Win64 support.
X-SVN-Rev: 8531
2002-04-26 23:04:32 +00:00
George Rhoten
78b2d83a32 ICU-1868 Consolodate most definitions into icudefs.mk.in
X-SVN-Rev: 8494
2002-04-19 02:19:24 +00:00
Markus Scherer
8498426ee9 ICU-1755 do not use ';' in a second token byte
X-SVN-Rev: 8307
2002-03-29 21:39:51 +00:00
Yves Arrouye
02eb4684c1 ICU-1798 change project files and fix one code bug to build on Visual
Studio .NET

X-SVN-Rev: 8175
2002-03-21 17:09:52 +00:00
Yves Arrouye
2599dbe7c7 ICU-1688 opdate
X-SVN-Rev: 8160
2002-03-20 22:03:20 +00:00
George Rhoten
9f3b0c5276 ICU-1733 Integrate some of Lotus' changes on mainframes.
X-SVN-Rev: 8060
2002-03-15 23:41:40 +00:00
Yves Arrouye
11d332cbfe ICU-1688 document -1 propely.
X-SVN-Rev: 7755
2002-02-24 23:04:11 +00:00
Yves Arrouye
45a7e67818 ICU-1675 hmmm, we still want things to go into wherever/icu/version
so change that and make it a new variable name for consistency.

X-SVN-Rev: 7542
2002-01-31 04:24:36 +00:00
Yves Arrouye
40ac5aa3b0 ICU-1675 have configure define a icudatadir that is used correctly
in the build as well as in the manual pages.

X-SVN-Rev: 7537
2002-01-31 01:02:36 +00:00
Yves Arrouye
a04a8e4fd5 ICU-601 quoting to get proper spacing.
X-SVN-Rev: 7463
2002-01-18 19:45:44 +00:00
Yves Arrouye
01428cdd6d ICU-601 cleaned up -V, --version which was
described in
commands not supporting it.

X-SVN-Rev: 7459
2002-01-17 21:18:15 +00:00
Yves Arrouye
b36d0fd588 ICU-601 clean manual pages when make clean
X-SVN-Rev: 7358
2001-12-21 01:26:46 +00:00
Vladimir Weinstein
b70532ba6b ICU-393 .cvsignore
X-SVN-Rev: 7119
2001-11-28 04:22:59 +00:00
George Rhoten
1543490f94 ICU-900 Fixed some compiler warnings
X-SVN-Rev: 7014
2001-11-20 02:46:46 +00:00
Yves Arrouye
5b4d61e4f7 ICU-601 added manual page for genccode.
X-SVN-Rev: 6990
2001-11-19 19:43:55 +00:00
Yves Arrouye
13c4a1d7b6 ICU-601 more man pages.
X-SVN-Rev: 6869
2001-11-14 01:33:57 +00:00
Yves Arrouye
8fdca65e05 ICU-900 remove source option
X-SVN-Rev: 6860
2001-11-14 00:20:51 +00:00
Andy Heninger
7202cadd36 ICU-1404 configure, fix broken --with-data-packaging option
X-SVN-Rev: 6521
2001-10-31 18:43:45 +00:00
Markus Scherer
b56172f008 ICU-1290 add algorithmic range for cjk extension b; make ext a & b ranges dependent on the unicode version (-u parameter)
X-SVN-Rev: 6357
2001-10-20 00:29:07 +00:00
Andy Heninger
15bec64481 ICU-1024 Set windows project file options for automatic inlines (Release) and Browse file creation (debug).
X-SVN-Rev: 5123
2001-06-28 19:40:34 +00:00
George Rhoten
03f725c002 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 4847
2001-05-31 21:22:59 +00:00
Markus Scherer
cef0e63c19 ICU-609 add code point consistency checks
X-SVN-Rev: 4791
2001-05-25 00:00:51 +00:00
George Rhoten
88ac94a221 ICU-900 Fixed some compiler warnings
X-SVN-Rev: 4774
2001-05-23 20:32:44 +00:00