~ubuntu-branches/ubuntu/gutsy/icu/gutsy-updates

« back to all changes in this revision

Viewing changes to source/i18n/i18n.dsp

  • Committer: Package Import Robot
  • Author(s): Jay Berkenbilt
  • Date: 2005-11-19 11:29:31 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20051119112931-vcizkrp10tli4enw
Tags: 3.4-3
Explicitly build with g++ 3.4.  The current ICU fails its test suite
with 4.0 but not with 3.4.  Future versions should work properly with
4.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Microsoft Developer Studio Project File - Name="i18n" - Package Owner=<4>
2
 
# Microsoft Developer Studio Generated Build File, Format Version 6.00
3
 
# ** DO NOT EDIT **
4
 
 
5
 
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6
 
 
7
 
CFG=i18n - Win32 Debug
8
 
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
9
 
!MESSAGE use the Export Makefile command and run
10
 
!MESSAGE 
11
 
!MESSAGE NMAKE /f "i18n.mak".
12
 
!MESSAGE 
13
 
!MESSAGE You can specify a configuration when running NMAKE
14
 
!MESSAGE by defining the macro CFG on the command line. For example:
15
 
!MESSAGE 
16
 
!MESSAGE NMAKE /f "i18n.mak" CFG="i18n - Win32 Debug"
17
 
!MESSAGE 
18
 
!MESSAGE Possible choices for configuration are:
19
 
!MESSAGE 
20
 
!MESSAGE "i18n - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21
 
!MESSAGE "i18n - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
22
 
!MESSAGE 
23
 
 
24
 
# Begin Project
25
 
# PROP AllowPerConfigDependencies 0
26
 
# PROP Scc_ProjName ""
27
 
# PROP Scc_LocalPath ""
28
 
CPP=cl.exe
29
 
MTL=midl.exe
30
 
RSC=rc.exe
31
 
 
32
 
!IF  "$(CFG)" == "i18n - Win32 Release"
33
 
 
34
 
# PROP BASE Use_MFC 0
35
 
# PROP BASE Use_Debug_Libraries 0
36
 
# PROP BASE Output_Dir "Release"
37
 
# PROP BASE Intermediate_Dir "Release"
38
 
# PROP BASE Target_Dir ""
39
 
# PROP Use_MFC 0
40
 
# PROP Use_Debug_Libraries 0
41
 
# PROP Output_Dir "..\..\lib\"
42
 
# PROP Intermediate_Dir "Release"
43
 
# PROP Ignore_Export_Lib 0
44
 
# PROP Target_Dir ""
45
 
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "I18N_EXPORTS" /YX /FD /c
46
 
# ADD CPP /nologo /G6 /MD /Za /W3 /GX /Zi /O2 /Ob2 /I "..\..\include" /I "..\..\source\common" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "I18N_EXPORTS" /D "U_I18N_IMPLEMENTATION" /FR /YX /FD /GF /c
47
 
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
48
 
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
49
 
# ADD BASE RSC /l 0x409 /d "NDEBUG"
50
 
# ADD RSC /l 0x409 /i "../common" /d "NDEBUG"
51
 
BSC32=bscmake.exe
52
 
# ADD BASE BSC32 /nologo
53
 
# ADD BSC32 /nologo
54
 
LINK32=link.exe
55
 
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
56
 
# ADD LINK32 icuuc.lib /nologo /base:"0x4a900000" /dll /machine:I386 /out:"..\..\bin\icuin21.dll" /implib:"..\..\lib\icuin.lib" /libpath:"..\..\lib"
57
 
# SUBTRACT LINK32 /pdb:none /debug
58
 
 
59
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
60
 
 
61
 
# PROP BASE Use_MFC 0
62
 
# PROP BASE Use_Debug_Libraries 1
63
 
# PROP BASE Output_Dir "Debug"
64
 
# PROP BASE Intermediate_Dir "Debug"
65
 
# PROP BASE Target_Dir ""
66
 
# PROP Use_MFC 0
67
 
# PROP Use_Debug_Libraries 1
68
 
# PROP Output_Dir "..\..\lib\"
69
 
# PROP Intermediate_Dir "Debug"
70
 
# PROP Ignore_Export_Lib 0
71
 
# PROP Target_Dir ""
72
 
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "I18N_EXPORTS" /YX /FD /GZ /c
73
 
# ADD CPP /nologo /G6 /MDd /Za /W3 /Gm /GX /ZI /Od /I "..\..\include" /I "..\..\source\common" /D "_WINDOWS" /D "_USRDLL" /D "I18N_EXPORTS" /D "U_I18N_IMPLEMENTATION" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "UDATA_MAP" /FR /YX /FD /GF /GZ /c
74
 
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
75
 
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
76
 
# ADD BASE RSC /l 0x409 /d "_DEBUG"
77
 
# ADD RSC /l 0x409 /i "../common" /d "_DEBUG"
78
 
BSC32=bscmake.exe
79
 
# ADD BASE BSC32 /nologo
80
 
# ADD BSC32 /nologo
81
 
LINK32=link.exe
82
 
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
83
 
# ADD LINK32 icuucd.lib /nologo /base:"0x4a900000" /dll /debug /machine:I386 /out:"..\..\bin\icuin21d.dll" /implib:"..\..\lib\icuind.lib" /pdbtype:sept /libpath:"..\..\lib"
84
 
# SUBTRACT LINK32 /pdb:none
85
 
 
86
 
!ENDIF 
87
 
 
88
 
# Begin Target
89
 
 
90
 
# Name "i18n - Win32 Release"
91
 
# Name "i18n - Win32 Debug"
92
 
# Begin Group "Source Files"
93
 
 
94
 
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
95
 
# Begin Source File
96
 
 
97
 
SOURCE=.\bocsu.c
98
 
# End Source File
99
 
# Begin Source File
100
 
 
101
 
SOURCE=.\calendar.cpp
102
 
# End Source File
103
 
# Begin Source File
104
 
 
105
 
SOURCE=.\caniter.cpp
106
 
# End Source File
107
 
# Begin Source File
108
 
 
109
 
SOURCE=.\choicfmt.cpp
110
 
# End Source File
111
 
# Begin Source File
112
 
 
113
 
SOURCE=.\coleitr.cpp
114
 
# End Source File
115
 
# Begin Source File
116
 
 
117
 
SOURCE=.\coll.cpp
118
 
# End Source File
119
 
# Begin Source File
120
 
 
121
 
SOURCE=.\cpdtrans.cpp
122
 
# End Source File
123
 
# Begin Source File
124
 
 
125
 
SOURCE=.\datefmt.cpp
126
 
# End Source File
127
 
# Begin Source File
128
 
 
129
 
SOURCE=.\dcfmtsym.cpp
130
 
# End Source File
131
 
# Begin Source File
132
 
 
133
 
SOURCE=.\decimfmt.cpp
134
 
# End Source File
135
 
# Begin Source File
136
 
 
137
 
SOURCE=.\dtfmtsym.cpp
138
 
# End Source File
139
 
# Begin Source File
140
 
 
141
 
SOURCE=.\esctrn.cpp
142
 
# End Source File
143
 
# Begin Source File
144
 
 
145
 
SOURCE=.\fmtable.cpp
146
 
# End Source File
147
 
# Begin Source File
148
 
 
149
 
SOURCE=.\format.cpp
150
 
# End Source File
151
 
# Begin Source File
152
 
 
153
 
SOURCE=.\funcrepl.cpp
154
 
# End Source File
155
 
# Begin Source File
156
 
 
157
 
SOURCE=.\gregocal.cpp
158
 
# End Source File
159
 
# Begin Source File
160
 
 
161
 
SOURCE=.\hextouni.cpp
162
 
# End Source File
163
 
# Begin Source File
164
 
 
165
 
SOURCE=.\msgfmt.cpp
166
 
# End Source File
167
 
# Begin Source File
168
 
 
169
 
SOURCE=.\name2uni.cpp
170
 
# End Source File
171
 
# Begin Source File
172
 
 
173
 
SOURCE=.\nfrs.cpp
174
 
# End Source File
175
 
# Begin Source File
176
 
 
177
 
SOURCE=.\nfrule.cpp
178
 
# End Source File
179
 
# Begin Source File
180
 
 
181
 
SOURCE=.\nfsubs.cpp
182
 
# End Source File
183
 
# Begin Source File
184
 
 
185
 
SOURCE=.\nortrans.cpp
186
 
# End Source File
187
 
# Begin Source File
188
 
 
189
 
SOURCE=.\nultrans.cpp
190
 
# End Source File
191
 
# Begin Source File
192
 
 
193
 
SOURCE=.\numfmt.cpp
194
 
# End Source File
195
 
# Begin Source File
196
 
 
197
 
SOURCE=.\quant.cpp
198
 
# End Source File
199
 
# Begin Source File
200
 
 
201
 
SOURCE=.\rbnf.cpp
202
 
# End Source File
203
 
# Begin Source File
204
 
 
205
 
SOURCE=.\rbt.cpp
206
 
# End Source File
207
 
# Begin Source File
208
 
 
209
 
SOURCE=.\rbt_data.cpp
210
 
# End Source File
211
 
# Begin Source File
212
 
 
213
 
SOURCE=.\rbt_pars.cpp
214
 
# End Source File
215
 
# Begin Source File
216
 
 
217
 
SOURCE=.\rbt_rule.cpp
218
 
# End Source File
219
 
# Begin Source File
220
 
 
221
 
SOURCE=.\rbt_set.cpp
222
 
# End Source File
223
 
# Begin Source File
224
 
 
225
 
SOURCE=.\remtrans.cpp
226
 
# End Source File
227
 
# Begin Source File
228
 
 
229
 
SOURCE=.\search.cpp
230
 
# End Source File
231
 
# Begin Source File
232
 
 
233
 
SOURCE=.\simpletz.cpp
234
 
# End Source File
235
 
# Begin Source File
236
 
 
237
 
SOURCE=.\smpdtfmt.cpp
238
 
# End Source File
239
 
# Begin Source File
240
 
 
241
 
SOURCE=.\sortkey.cpp
242
 
# End Source File
243
 
# Begin Source File
244
 
 
245
 
SOURCE=.\strmatch.cpp
246
 
# End Source File
247
 
# Begin Source File
248
 
 
249
 
SOURCE=.\strrepl.cpp
250
 
# End Source File
251
 
# Begin Source File
252
 
 
253
 
SOURCE=.\stsearch.cpp
254
 
# End Source File
255
 
# Begin Source File
256
 
 
257
 
SOURCE=.\tblcoll.cpp
258
 
# End Source File
259
 
# Begin Source File
260
 
 
261
 
SOURCE=.\timezone.cpp
262
 
# End Source File
263
 
# Begin Source File
264
 
 
265
 
SOURCE=.\titletrn.cpp
266
 
# End Source File
267
 
# Begin Source File
268
 
 
269
 
SOURCE=.\tolowtrn.cpp
270
 
# End Source File
271
 
# Begin Source File
272
 
 
273
 
SOURCE=.\toupptrn.cpp
274
 
# End Source File
275
 
# Begin Source File
276
 
 
277
 
SOURCE=.\translit.cpp
278
 
# End Source File
279
 
# Begin Source File
280
 
 
281
 
SOURCE=.\transreg.cpp
282
 
# End Source File
283
 
# Begin Source File
284
 
 
285
 
SOURCE=.\tridpars.cpp
286
 
# End Source File
287
 
# Begin Source File
288
 
 
289
 
SOURCE=.\ucal.cpp
290
 
# End Source File
291
 
# Begin Source File
292
 
 
293
 
SOURCE=.\ucln_in.c
294
 
# End Source File
295
 
# Begin Source File
296
 
 
297
 
SOURCE=.\ucol.cpp
298
 
# End Source File
299
 
# Begin Source File
300
 
 
301
 
SOURCE=.\ucol_bld.cpp
302
 
# End Source File
303
 
# Begin Source File
304
 
 
305
 
SOURCE=.\ucol_cnt.cpp
306
 
# End Source File
307
 
# Begin Source File
308
 
 
309
 
SOURCE=.\ucol_elm.cpp
310
 
# End Source File
311
 
# Begin Source File
312
 
 
313
 
SOURCE=.\ucol_tok.cpp
314
 
# End Source File
315
 
# Begin Source File
316
 
 
317
 
SOURCE=.\ucol_wgt.c
318
 
# End Source File
319
 
# Begin Source File
320
 
 
321
 
SOURCE=.\ucoleitr.cpp
322
 
# End Source File
323
 
# Begin Source File
324
 
 
325
 
SOURCE=.\udat.cpp
326
 
# End Source File
327
 
# Begin Source File
328
 
 
329
 
SOURCE=.\umsg.cpp
330
 
# End Source File
331
 
# Begin Source File
332
 
 
333
 
SOURCE=.\unesctrn.cpp
334
 
# End Source File
335
 
# Begin Source File
336
 
 
337
 
SOURCE=.\uni2name.cpp
338
 
# End Source File
339
 
# Begin Source File
340
 
 
341
 
SOURCE=.\unifilt.cpp
342
 
# End Source File
343
 
# Begin Source File
344
 
 
345
 
SOURCE=.\unifltlg.cpp
346
 
# End Source File
347
 
# Begin Source File
348
 
 
349
 
SOURCE=.\unifunct.cpp
350
 
# End Source File
351
 
# Begin Source File
352
 
 
353
 
SOURCE=.\uniset.cpp
354
 
# End Source File
355
 
# Begin Source File
356
 
 
357
 
SOURCE=.\unitohex.cpp
358
 
# End Source File
359
 
# Begin Source File
360
 
 
361
 
SOURCE=.\unum.cpp
362
 
# End Source File
363
 
# Begin Source File
364
 
 
365
 
SOURCE=.\upropset.cpp
366
 
# End Source File
367
 
# Begin Source File
368
 
 
369
 
SOURCE=.\usearch.cpp
370
 
# End Source File
371
 
# Begin Source File
372
 
 
373
 
SOURCE=.\util.cpp
374
 
# End Source File
375
 
# Begin Source File
376
 
 
377
 
SOURCE=.\utrans.cpp
378
 
# End Source File
379
 
# End Group
380
 
# Begin Group "Header Files"
381
 
 
382
 
# PROP Default_Filter "h;hpp;hxx;hm;inl"
383
 
# Begin Source File
384
 
 
385
 
SOURCE=.\bocsu.h
386
 
# End Source File
387
 
# Begin Source File
388
 
 
389
 
SOURCE=.\unicode\calendar.h
390
 
 
391
 
!IF  "$(CFG)" == "i18n - Win32 Release"
392
 
 
393
 
# Begin Custom Build
394
 
InputPath=.\unicode\calendar.h
395
 
 
396
 
"..\..\include\unicode\calendar.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
397
 
        copy    unicode\calendar.h    ..\..\include\unicode
398
 
 
399
 
# End Custom Build
400
 
 
401
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
402
 
 
403
 
# Begin Custom Build
404
 
InputPath=.\unicode\calendar.h
405
 
 
406
 
"..\..\include\unicode\calendar.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
407
 
        copy    unicode\calendar.h    ..\..\include\unicode
408
 
 
409
 
# End Custom Build
410
 
 
411
 
!ENDIF 
412
 
 
413
 
# End Source File
414
 
# Begin Source File
415
 
 
416
 
SOURCE=.\caniter.h
417
 
# End Source File
418
 
# Begin Source File
419
 
 
420
 
SOURCE=.\unicode\choicfmt.h
421
 
 
422
 
!IF  "$(CFG)" == "i18n - Win32 Release"
423
 
 
424
 
# Begin Custom Build
425
 
InputPath=.\unicode\choicfmt.h
426
 
 
427
 
"..\..\include\unicode\choicfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
428
 
        copy    unicode\choicfmt.h    ..\..\include\unicode
429
 
 
430
 
# End Custom Build
431
 
 
432
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
433
 
 
434
 
# Begin Custom Build
435
 
InputPath=.\unicode\choicfmt.h
436
 
 
437
 
"..\..\include\unicode\choicfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
438
 
        copy    unicode\choicfmt.h    ..\..\include\unicode
439
 
 
440
 
# End Custom Build
441
 
 
442
 
!ENDIF 
443
 
 
444
 
# End Source File
445
 
# Begin Source File
446
 
 
447
 
SOURCE=.\colcache.h
448
 
# End Source File
449
 
# Begin Source File
450
 
 
451
 
SOURCE=.\unicode\coleitr.h
452
 
 
453
 
!IF  "$(CFG)" == "i18n - Win32 Release"
454
 
 
455
 
# Begin Custom Build
456
 
InputPath=.\unicode\coleitr.h
457
 
 
458
 
"..\..\include\unicode\coleitr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
459
 
        copy               unicode\coleitr.h    ..\..\include\unicode
460
 
 
461
 
# End Custom Build
462
 
 
463
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
464
 
 
465
 
# Begin Custom Build
466
 
InputPath=.\unicode\coleitr.h
467
 
 
468
 
"..\..\include\unicode\coleitr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
469
 
        copy               unicode\coleitr.h    ..\..\include\unicode
470
 
 
471
 
# End Custom Build
472
 
 
473
 
!ENDIF 
474
 
 
475
 
# End Source File
476
 
# Begin Source File
477
 
 
478
 
SOURCE=.\unicode\coll.h
479
 
 
480
 
!IF  "$(CFG)" == "i18n - Win32 Release"
481
 
 
482
 
# Begin Custom Build
483
 
InputPath=.\unicode\coll.h
484
 
 
485
 
"..\..\include\unicode\coll.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
486
 
        copy               unicode\coll.h    ..\..\include\unicode
487
 
 
488
 
# End Custom Build
489
 
 
490
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
491
 
 
492
 
# Begin Custom Build
493
 
InputPath=.\unicode\coll.h
494
 
 
495
 
"..\..\include\unicode\coll.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
496
 
        copy               unicode\coll.h    ..\..\include\unicode
497
 
 
498
 
# End Custom Build
499
 
 
500
 
!ENDIF 
501
 
 
502
 
# End Source File
503
 
# Begin Source File
504
 
 
505
 
SOURCE=.\unicode\cpdtrans.h
506
 
 
507
 
!IF  "$(CFG)" == "i18n - Win32 Release"
508
 
 
509
 
# Begin Custom Build
510
 
InputPath=.\unicode\cpdtrans.h
511
 
 
512
 
"..\..\include\unicode\cpdtrans.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
513
 
        copy    unicode\cpdtrans.h    ..\..\include\unicode
514
 
 
515
 
# End Custom Build
516
 
 
517
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
518
 
 
519
 
# Begin Custom Build
520
 
InputPath=.\unicode\cpdtrans.h
521
 
 
522
 
"..\..\include\unicode\cpdtrans.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
523
 
        copy    unicode\cpdtrans.h    ..\..\include\unicode
524
 
 
525
 
# End Custom Build
526
 
 
527
 
!ENDIF 
528
 
 
529
 
# End Source File
530
 
# Begin Source File
531
 
 
532
 
SOURCE=.\unicode\datefmt.h
533
 
 
534
 
!IF  "$(CFG)" == "i18n - Win32 Release"
535
 
 
536
 
# Begin Custom Build
537
 
InputPath=.\unicode\datefmt.h
538
 
 
539
 
"..\..\include\unicode\datefmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
540
 
        copy    unicode\datefmt.h    ..\..\include\unicode
541
 
 
542
 
# End Custom Build
543
 
 
544
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
545
 
 
546
 
# Begin Custom Build
547
 
InputPath=.\unicode\datefmt.h
548
 
 
549
 
"..\..\include\unicode\datefmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
550
 
        copy    unicode\datefmt.h    ..\..\include\unicode
551
 
 
552
 
# End Custom Build
553
 
 
554
 
!ENDIF 
555
 
 
556
 
# End Source File
557
 
# Begin Source File
558
 
 
559
 
SOURCE=.\unicode\dcfmtsym.h
560
 
 
561
 
!IF  "$(CFG)" == "i18n - Win32 Release"
562
 
 
563
 
# Begin Custom Build
564
 
InputPath=.\unicode\dcfmtsym.h
565
 
 
566
 
"..\..\include\unicode\dcfmtsym.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
567
 
        copy    unicode\dcfmtsym.h    ..\..\include\unicode
568
 
 
569
 
# End Custom Build
570
 
 
571
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
572
 
 
573
 
# Begin Custom Build
574
 
InputPath=.\unicode\dcfmtsym.h
575
 
 
576
 
"..\..\include\unicode\dcfmtsym.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
577
 
        copy    unicode\dcfmtsym.h    ..\..\include\unicode
578
 
 
579
 
# End Custom Build
580
 
 
581
 
!ENDIF 
582
 
 
583
 
# End Source File
584
 
# Begin Source File
585
 
 
586
 
SOURCE=.\unicode\decimfmt.h
587
 
 
588
 
!IF  "$(CFG)" == "i18n - Win32 Release"
589
 
 
590
 
# Begin Custom Build
591
 
InputPath=.\unicode\decimfmt.h
592
 
 
593
 
"..\..\include\unicode\decimfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
594
 
        copy               unicode\decimfmt.h    ..\..\include\unicode
595
 
 
596
 
# End Custom Build
597
 
 
598
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
599
 
 
600
 
# Begin Custom Build
601
 
InputPath=.\unicode\decimfmt.h
602
 
 
603
 
"..\..\include\unicode\decimfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
604
 
        copy               unicode\decimfmt.h    ..\..\include\unicode
605
 
 
606
 
# End Custom Build
607
 
 
608
 
!ENDIF 
609
 
 
610
 
# End Source File
611
 
# Begin Source File
612
 
 
613
 
SOURCE=.\unicode\dtfmtsym.h
614
 
 
615
 
!IF  "$(CFG)" == "i18n - Win32 Release"
616
 
 
617
 
# Begin Custom Build
618
 
InputPath=.\unicode\dtfmtsym.h
619
 
 
620
 
"..\..\include\unicode\dtfmtsym.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
621
 
        copy    unicode\dtfmtsym.h    ..\..\include\unicode
622
 
 
623
 
# End Custom Build
624
 
 
625
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
626
 
 
627
 
# Begin Custom Build
628
 
InputPath=.\unicode\dtfmtsym.h
629
 
 
630
 
"..\..\include\unicode\dtfmtsym.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
631
 
        copy    unicode\dtfmtsym.h    ..\..\include\unicode
632
 
 
633
 
# End Custom Build
634
 
 
635
 
!ENDIF 
636
 
 
637
 
# End Source File
638
 
# Begin Source File
639
 
 
640
 
SOURCE=.\esctrn.h
641
 
# End Source File
642
 
# Begin Source File
643
 
 
644
 
SOURCE=.\unicode\fieldpos.h
645
 
 
646
 
!IF  "$(CFG)" == "i18n - Win32 Release"
647
 
 
648
 
# Begin Custom Build
649
 
InputPath=.\unicode\fieldpos.h
650
 
 
651
 
"..\..\include\unicode\fieldpos.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
652
 
        copy    unicode\fieldpos.h    ..\..\include\unicode
653
 
 
654
 
# End Custom Build
655
 
 
656
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
657
 
 
658
 
# Begin Custom Build
659
 
InputPath=.\unicode\fieldpos.h
660
 
 
661
 
"..\..\include\unicode\fieldpos.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
662
 
        copy    unicode\fieldpos.h    ..\..\include\unicode
663
 
 
664
 
# End Custom Build
665
 
 
666
 
!ENDIF 
667
 
 
668
 
# End Source File
669
 
# Begin Source File
670
 
 
671
 
SOURCE=.\unicode\fmtable.h
672
 
 
673
 
!IF  "$(CFG)" == "i18n - Win32 Release"
674
 
 
675
 
# Begin Custom Build
676
 
InputPath=.\unicode\fmtable.h
677
 
 
678
 
"..\..\include\unicode\fmtable.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
679
 
        copy               unicode\fmtable.h    ..\..\include\unicode
680
 
 
681
 
# End Custom Build
682
 
 
683
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
684
 
 
685
 
# Begin Custom Build
686
 
InputPath=.\unicode\fmtable.h
687
 
 
688
 
"..\..\include\unicode\fmtable.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
689
 
        copy               unicode\fmtable.h    ..\..\include\unicode
690
 
 
691
 
# End Custom Build
692
 
 
693
 
!ENDIF 
694
 
 
695
 
# End Source File
696
 
# Begin Source File
697
 
 
698
 
SOURCE=.\unicode\format.h
699
 
 
700
 
!IF  "$(CFG)" == "i18n - Win32 Release"
701
 
 
702
 
# Begin Custom Build
703
 
InputPath=.\unicode\format.h
704
 
 
705
 
"..\..\include\unicode\format.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
706
 
        copy               unicode\format.h    ..\..\include\unicode
707
 
 
708
 
# End Custom Build
709
 
 
710
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
711
 
 
712
 
# Begin Custom Build
713
 
InputPath=.\unicode\format.h
714
 
 
715
 
"..\..\include\unicode\format.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
716
 
        copy               unicode\format.h    ..\..\include\unicode
717
 
 
718
 
# End Custom Build
719
 
 
720
 
!ENDIF 
721
 
 
722
 
# End Source File
723
 
# Begin Source File
724
 
 
725
 
SOURCE=.\funcrepl.h
726
 
# End Source File
727
 
# Begin Source File
728
 
 
729
 
SOURCE=.\unicode\gregocal.h
730
 
 
731
 
!IF  "$(CFG)" == "i18n - Win32 Release"
732
 
 
733
 
# Begin Custom Build
734
 
InputPath=.\unicode\gregocal.h
735
 
 
736
 
"..\..\include\unicode\gregocal.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
737
 
        copy    unicode\gregocal.h    ..\..\include\unicode
738
 
 
739
 
# End Custom Build
740
 
 
741
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
742
 
 
743
 
# Begin Custom Build
744
 
InputPath=.\unicode\gregocal.h
745
 
 
746
 
"..\..\include\unicode\gregocal.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
747
 
        copy    unicode\gregocal.h    ..\..\include\unicode
748
 
 
749
 
# End Custom Build
750
 
 
751
 
!ENDIF 
752
 
 
753
 
# End Source File
754
 
# Begin Source File
755
 
 
756
 
SOURCE=.\unicode\hextouni.h
757
 
 
758
 
!IF  "$(CFG)" == "i18n - Win32 Release"
759
 
 
760
 
# Begin Custom Build
761
 
InputPath=.\unicode\hextouni.h
762
 
 
763
 
"..\..\include\unicode\hextouni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
764
 
        copy    unicode\hextouni.h    ..\..\include\unicode
765
 
 
766
 
# End Custom Build
767
 
 
768
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
769
 
 
770
 
# Begin Custom Build
771
 
InputPath=.\unicode\hextouni.h
772
 
 
773
 
"..\..\include\unicode\hextouni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
774
 
        copy    unicode\hextouni.h    ..\..\include\unicode
775
 
 
776
 
# End Custom Build
777
 
 
778
 
!ENDIF 
779
 
 
780
 
# End Source File
781
 
# Begin Source File
782
 
 
783
 
SOURCE=.\unicode\msgfmt.h
784
 
 
785
 
!IF  "$(CFG)" == "i18n - Win32 Release"
786
 
 
787
 
# Begin Custom Build
788
 
InputPath=.\unicode\msgfmt.h
789
 
 
790
 
"..\..\include\unicode\msgfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
791
 
        copy    unicode\msgfmt.h    ..\..\include\unicode
792
 
 
793
 
# End Custom Build
794
 
 
795
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
796
 
 
797
 
# Begin Custom Build
798
 
InputPath=.\unicode\msgfmt.h
799
 
 
800
 
"..\..\include\unicode\msgfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
801
 
        copy    unicode\msgfmt.h    ..\..\include\unicode
802
 
 
803
 
# End Custom Build
804
 
 
805
 
!ENDIF 
806
 
 
807
 
# End Source File
808
 
# Begin Source File
809
 
 
810
 
SOURCE=.\name2uni.h
811
 
# End Source File
812
 
# Begin Source File
813
 
 
814
 
SOURCE=.\nfrlist.h
815
 
# End Source File
816
 
# Begin Source File
817
 
 
818
 
SOURCE=.\nfrs.h
819
 
# End Source File
820
 
# Begin Source File
821
 
 
822
 
SOURCE=.\nfrule.h
823
 
# End Source File
824
 
# Begin Source File
825
 
 
826
 
SOURCE=.\nfsubs.h
827
 
# End Source File
828
 
# Begin Source File
829
 
 
830
 
SOURCE=.\nortrans.h
831
 
# End Source File
832
 
# Begin Source File
833
 
 
834
 
SOURCE=.\unicode\nultrans.h
835
 
 
836
 
!IF  "$(CFG)" == "i18n - Win32 Release"
837
 
 
838
 
# Begin Custom Build
839
 
InputPath=.\unicode\nultrans.h
840
 
 
841
 
"..\..\include\unicode\nultrans.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
842
 
        copy    unicode\nultrans.h    ..\..\include\unicode
843
 
 
844
 
# End Custom Build
845
 
 
846
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
847
 
 
848
 
# Begin Custom Build
849
 
InputPath=.\unicode\nultrans.h
850
 
 
851
 
"..\..\include\unicode\nultrans.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
852
 
        copy    unicode\nultrans.h    ..\..\include\unicode
853
 
 
854
 
# End Custom Build
855
 
 
856
 
!ENDIF 
857
 
 
858
 
# End Source File
859
 
# Begin Source File
860
 
 
861
 
SOURCE=.\unicode\numfmt.h
862
 
 
863
 
!IF  "$(CFG)" == "i18n - Win32 Release"
864
 
 
865
 
# Begin Custom Build
866
 
InputPath=.\unicode\numfmt.h
867
 
 
868
 
"..\..\include\unicode\numfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
869
 
        copy    unicode\numfmt.h    ..\..\include\unicode
870
 
 
871
 
# End Custom Build
872
 
 
873
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
874
 
 
875
 
# Begin Custom Build
876
 
InputPath=.\unicode\numfmt.h
877
 
 
878
 
"..\..\include\unicode\numfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
879
 
        copy    unicode\numfmt.h    ..\..\include\unicode
880
 
 
881
 
# End Custom Build
882
 
 
883
 
!ENDIF 
884
 
 
885
 
# End Source File
886
 
# Begin Source File
887
 
 
888
 
SOURCE=.\unicode\parseerr.h
889
 
 
890
 
!IF  "$(CFG)" == "i18n - Win32 Release"
891
 
 
892
 
# Begin Custom Build
893
 
InputPath=.\unicode\parseerr.h
894
 
 
895
 
"..\..\include\unicode\parseerr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
896
 
        copy   unicode\parseerr.h    ..\..\include\unicode
897
 
 
898
 
# End Custom Build
899
 
 
900
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
901
 
 
902
 
# Begin Custom Build
903
 
InputPath=.\unicode\parseerr.h
904
 
 
905
 
"..\..\include\unicode\parseerr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
906
 
        copy   unicode\parseerr.h    ..\..\include\unicode
907
 
 
908
 
# End Custom Build
909
 
 
910
 
!ENDIF 
911
 
 
912
 
# End Source File
913
 
# Begin Source File
914
 
 
915
 
SOURCE=.\unicode\parsepos.h
916
 
 
917
 
!IF  "$(CFG)" == "i18n - Win32 Release"
918
 
 
919
 
# Begin Custom Build
920
 
InputPath=.\unicode\parsepos.h
921
 
 
922
 
"..\..\include\unicode\parsepos.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
923
 
        copy    unicode\parsepos.h    ..\..\include\unicode
924
 
 
925
 
# End Custom Build
926
 
 
927
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
928
 
 
929
 
# Begin Custom Build
930
 
InputPath=.\unicode\parsepos.h
931
 
 
932
 
"..\..\include\unicode\parsepos.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
933
 
        copy    unicode\parsepos.h    ..\..\include\unicode
934
 
 
935
 
# End Custom Build
936
 
 
937
 
!ENDIF 
938
 
 
939
 
# End Source File
940
 
# Begin Source File
941
 
 
942
 
SOURCE=.\quant.h
943
 
# End Source File
944
 
# Begin Source File
945
 
 
946
 
SOURCE=.\unicode\rbnf.h
947
 
 
948
 
!IF  "$(CFG)" == "i18n - Win32 Release"
949
 
 
950
 
# Begin Custom Build
951
 
InputPath=.\unicode\rbnf.h
952
 
 
953
 
"..\..\include\unicode\rbnf.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
954
 
        copy    unicode\rbnf.h    ..\..\include\unicode
955
 
 
956
 
# End Custom Build
957
 
 
958
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
959
 
 
960
 
# Begin Custom Build
961
 
InputPath=.\unicode\rbnf.h
962
 
 
963
 
"..\..\include\unicode\rbnf.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
964
 
        copy    unicode\rbnf.h    ..\..\include\unicode
965
 
 
966
 
# End Custom Build
967
 
 
968
 
!ENDIF 
969
 
 
970
 
# End Source File
971
 
# Begin Source File
972
 
 
973
 
SOURCE=.\unicode\rbt.h
974
 
 
975
 
!IF  "$(CFG)" == "i18n - Win32 Release"
976
 
 
977
 
# Begin Custom Build
978
 
InputPath=.\unicode\rbt.h
979
 
 
980
 
"..\..\include\unicode\rbt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
981
 
        copy    unicode\rbt.h    ..\..\include\unicode
982
 
 
983
 
# End Custom Build
984
 
 
985
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
986
 
 
987
 
# Begin Custom Build
988
 
InputPath=.\unicode\rbt.h
989
 
 
990
 
"..\..\include\unicode\rbt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
991
 
        copy    unicode\rbt.h    ..\..\include\unicode
992
 
 
993
 
# End Custom Build
994
 
 
995
 
!ENDIF 
996
 
 
997
 
# End Source File
998
 
# Begin Source File
999
 
 
1000
 
SOURCE=.\rbt_data.h
1001
 
# End Source File
1002
 
# Begin Source File
1003
 
 
1004
 
SOURCE=.\rbt_pars.h
1005
 
# End Source File
1006
 
# Begin Source File
1007
 
 
1008
 
SOURCE=.\rbt_rule.h
1009
 
# End Source File
1010
 
# Begin Source File
1011
 
 
1012
 
SOURCE=.\rbt_set.h
1013
 
# End Source File
1014
 
# Begin Source File
1015
 
 
1016
 
SOURCE=.\remtrans.h
1017
 
# End Source File
1018
 
# Begin Source File
1019
 
 
1020
 
SOURCE=.\unicode\search.h
1021
 
 
1022
 
!IF  "$(CFG)" == "i18n - Win32 Release"
1023
 
 
1024
 
# Begin Custom Build
1025
 
InputPath=.\unicode\search.h
1026
 
 
1027
 
"..\..\include\unicode\search.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1028
 
        copy               unicode\search.h    ..\..\include\unicode
1029
 
 
1030
 
# End Custom Build
1031
 
 
1032
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
1033
 
 
1034
 
# Begin Custom Build
1035
 
InputPath=.\unicode\search.h
1036
 
 
1037
 
"..\..\include\unicode\search.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1038
 
        copy               unicode\search.h    ..\..\include\unicode
1039
 
 
1040
 
# End Custom Build
1041
 
 
1042
 
!ENDIF 
1043
 
 
1044
 
# End Source File
1045
 
# Begin Source File
1046
 
 
1047
 
SOURCE=.\unicode\simpletz.h
1048
 
 
1049
 
!IF  "$(CFG)" == "i18n - Win32 Release"
1050
 
 
1051
 
# Begin Custom Build
1052
 
InputPath=.\unicode\simpletz.h
1053
 
 
1054
 
"..\..\include\unicode\simpletz.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1055
 
        copy    unicode\simpletz.h    ..\..\include\unicode
1056
 
 
1057
 
# End Custom Build
1058
 
 
1059
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
1060
 
 
1061
 
# Begin Custom Build
1062
 
InputPath=.\unicode\simpletz.h
1063
 
 
1064
 
"..\..\include\unicode\simpletz.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1065
 
        copy    unicode\simpletz.h    ..\..\include\unicode
1066
 
 
1067
 
# End Custom Build
1068
 
 
1069
 
!ENDIF 
1070
 
 
1071
 
# End Source File
1072
 
# Begin Source File
1073
 
 
1074
 
SOURCE=.\unicode\smpdtfmt.h
1075
 
 
1076
 
!IF  "$(CFG)" == "i18n - Win32 Release"
1077
 
 
1078
 
# Begin Custom Build
1079
 
InputPath=.\unicode\smpdtfmt.h
1080
 
 
1081
 
"..\..\include\unicode\smpdtfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1082
 
        copy    unicode\smpdtfmt.h    ..\..\include\unicode
1083
 
 
1084
 
# End Custom Build
1085
 
 
1086
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
1087
 
 
1088
 
# Begin Custom Build
1089
 
InputPath=.\unicode\smpdtfmt.h
1090
 
 
1091
 
"..\..\include\unicode\smpdtfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1092
 
        copy    unicode\smpdtfmt.h    ..\..\include\unicode
1093
 
 
1094
 
# End Custom Build
1095
 
 
1096
 
!ENDIF 
1097
 
 
1098
 
# End Source File
1099
 
# Begin Source File
1100
 
 
1101
 
SOURCE=.\unicode\sortkey.h
1102
 
 
1103
 
!IF  "$(CFG)" == "i18n - Win32 Release"
1104
 
 
1105
 
# Begin Custom Build
1106
 
InputPath=.\unicode\sortkey.h
1107
 
 
1108
 
"..\..\include\unicode\sortkey.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1109
 
        copy               unicode\sortkey.h    ..\..\include\unicode
1110
 
 
1111
 
# End Custom Build
1112
 
 
1113
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
1114
 
 
1115
 
# Begin Custom Build
1116
 
InputPath=.\unicode\sortkey.h
1117
 
 
1118
 
"..\..\include\unicode\sortkey.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1119
 
        copy               unicode\sortkey.h    ..\..\include\unicode
1120
 
 
1121
 
# End Custom Build
1122
 
 
1123
 
!ENDIF 
1124
 
 
1125
 
# End Source File
1126
 
# Begin Source File
1127
 
 
1128
 
SOURCE=.\strmatch.h
1129
 
# End Source File
1130
 
# Begin Source File
1131
 
 
1132
 
SOURCE=.\unicode\stsearch.h
1133
 
 
1134
 
!IF  "$(CFG)" == "i18n - Win32 Release"
1135
 
 
1136
 
# Begin Custom Build
1137
 
InputPath=.\unicode\stsearch.h
1138
 
 
1139
 
"..\..\include\unicode\stsearch.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1140
 
        copy               unicode\stsearch.h    ..\..\include\unicode
1141
 
 
1142
 
# End Custom Build
1143
 
 
1144
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
1145
 
 
1146
 
# Begin Custom Build
1147
 
InputPath=.\unicode\stsearch.h
1148
 
 
1149
 
"..\..\include\unicode\stsearch.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1150
 
        copy               unicode\stsearch.h    ..\..\include\unicode
1151
 
 
1152
 
# End Custom Build
1153
 
 
1154
 
!ENDIF 
1155
 
 
1156
 
# End Source File
1157
 
# Begin Source File
1158
 
 
1159
 
SOURCE=.\unicode\tblcoll.h
1160
 
 
1161
 
!IF  "$(CFG)" == "i18n - Win32 Release"
1162
 
 
1163
 
# Begin Custom Build
1164
 
InputPath=.\unicode\tblcoll.h
1165
 
 
1166
 
"..\..\include\unicode\tblcoll.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1167
 
        copy    unicode\tblcoll.h    ..\..\include\unicode
1168
 
 
1169
 
# End Custom Build
1170
 
 
1171
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
1172
 
 
1173
 
# Begin Custom Build
1174
 
InputPath=.\unicode\tblcoll.h
1175
 
 
1176
 
"..\..\include\unicode\tblcoll.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1177
 
        copy    unicode\tblcoll.h    ..\..\include\unicode
1178
 
 
1179
 
# End Custom Build
1180
 
 
1181
 
!ENDIF 
1182
 
 
1183
 
# End Source File
1184
 
# Begin Source File
1185
 
 
1186
 
SOURCE=.\unicode\timezone.h
1187
 
 
1188
 
!IF  "$(CFG)" == "i18n - Win32 Release"
1189
 
 
1190
 
# Begin Custom Build
1191
 
InputPath=.\unicode\timezone.h
1192
 
 
1193
 
"..\..\include\unicode\timezone.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1194
 
        copy    unicode\timezone.h    ..\..\include\unicode
1195
 
 
1196
 
# End Custom Build
1197
 
 
1198
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
1199
 
 
1200
 
# Begin Custom Build
1201
 
InputPath=.\unicode\timezone.h
1202
 
 
1203
 
"..\..\include\unicode\timezone.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1204
 
        copy    unicode\timezone.h    ..\..\include\unicode
1205
 
 
1206
 
# End Custom Build
1207
 
 
1208
 
!ENDIF 
1209
 
 
1210
 
# End Source File
1211
 
# Begin Source File
1212
 
 
1213
 
SOURCE=.\titletrn.h
1214
 
# End Source File
1215
 
# Begin Source File
1216
 
 
1217
 
SOURCE=.\tolowtrn.h
1218
 
# End Source File
1219
 
# Begin Source File
1220
 
 
1221
 
SOURCE=.\toupptrn.h
1222
 
# End Source File
1223
 
# Begin Source File
1224
 
 
1225
 
SOURCE=.\unicode\translit.h
1226
 
 
1227
 
!IF  "$(CFG)" == "i18n - Win32 Release"
1228
 
 
1229
 
# Begin Custom Build
1230
 
InputPath=.\unicode\translit.h
1231
 
 
1232
 
"..\..\include\unicode\translit.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1233
 
        copy    unicode\translit.h    ..\..\include\unicode
1234
 
 
1235
 
# End Custom Build
1236
 
 
1237
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
1238
 
 
1239
 
# Begin Custom Build
1240
 
InputPath=.\unicode\translit.h
1241
 
 
1242
 
"..\..\include\unicode\translit.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1243
 
        copy    unicode\translit.h    ..\..\include\unicode
1244
 
 
1245
 
# End Custom Build
1246
 
 
1247
 
!ENDIF 
1248
 
 
1249
 
# End Source File
1250
 
# Begin Source File
1251
 
 
1252
 
SOURCE=.\transreg.h
1253
 
# End Source File
1254
 
# Begin Source File
1255
 
 
1256
 
SOURCE=.\tridpars.h
1257
 
# End Source File
1258
 
# Begin Source File
1259
 
 
1260
 
SOURCE=.\tzdat.h
1261
 
# End Source File
1262
 
# Begin Source File
1263
 
 
1264
 
SOURCE=.\unicode\ucal.h
1265
 
 
1266
 
!IF  "$(CFG)" == "i18n - Win32 Release"
1267
 
 
1268
 
# Begin Custom Build
1269
 
InputPath=.\unicode\ucal.h
1270
 
 
1271
 
"..\..\include\unicode\ucal.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1272
 
        copy    unicode\ucal.h    ..\..\include\unicode
1273
 
 
1274
 
# End Custom Build
1275
 
 
1276
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
1277
 
 
1278
 
# Begin Custom Build
1279
 
InputPath=.\unicode\ucal.h
1280
 
 
1281
 
"..\..\include\unicode\ucal.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1282
 
        copy    unicode\ucal.h    ..\..\include\unicode
1283
 
 
1284
 
# End Custom Build
1285
 
 
1286
 
!ENDIF 
1287
 
 
1288
 
# End Source File
1289
 
# Begin Source File
1290
 
 
1291
 
SOURCE=.\ucln_in.h
1292
 
# End Source File
1293
 
# Begin Source File
1294
 
 
1295
 
SOURCE=.\unicode\ucol.h
1296
 
 
1297
 
!IF  "$(CFG)" == "i18n - Win32 Release"
1298
 
 
1299
 
# Begin Custom Build
1300
 
InputPath=.\unicode\ucol.h
1301
 
 
1302
 
"..\..\include\unicode\ucol.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1303
 
        copy    unicode\ucol.h    ..\..\include\unicode
1304
 
 
1305
 
# End Custom Build
1306
 
 
1307
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
1308
 
 
1309
 
# Begin Custom Build
1310
 
InputPath=.\unicode\ucol.h
1311
 
 
1312
 
"..\..\include\unicode\ucol.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1313
 
        copy    unicode\ucol.h    ..\..\include\unicode
1314
 
 
1315
 
# End Custom Build
1316
 
 
1317
 
!ENDIF 
1318
 
 
1319
 
# End Source File
1320
 
# Begin Source File
1321
 
 
1322
 
SOURCE=.\ucol_bld.h
1323
 
# End Source File
1324
 
# Begin Source File
1325
 
 
1326
 
SOURCE=.\ucol_cnt.h
1327
 
# End Source File
1328
 
# Begin Source File
1329
 
 
1330
 
SOURCE=.\ucol_elm.h
1331
 
# End Source File
1332
 
# Begin Source File
1333
 
 
1334
 
SOURCE=.\ucol_imp.h
1335
 
# End Source File
1336
 
# Begin Source File
1337
 
 
1338
 
SOURCE=.\ucol_tok.h
1339
 
# End Source File
1340
 
# Begin Source File
1341
 
 
1342
 
SOURCE=.\ucol_wgt.h
1343
 
# End Source File
1344
 
# Begin Source File
1345
 
 
1346
 
SOURCE=.\unicode\ucoleitr.h
1347
 
 
1348
 
!IF  "$(CFG)" == "i18n - Win32 Release"
1349
 
 
1350
 
# Begin Custom Build
1351
 
InputPath=.\unicode\ucoleitr.h
1352
 
 
1353
 
"..\..\include\unicode\ucoleitr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1354
 
        copy               unicode\ucoleitr.h    ..\..\include\unicode
1355
 
 
1356
 
# End Custom Build
1357
 
 
1358
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
1359
 
 
1360
 
# Begin Custom Build
1361
 
InputPath=.\unicode\ucoleitr.h
1362
 
 
1363
 
"..\..\include\unicode\ucoleitr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1364
 
        copy               unicode\ucoleitr.h    ..\..\include\unicode
1365
 
 
1366
 
# End Custom Build
1367
 
 
1368
 
!ENDIF 
1369
 
 
1370
 
# End Source File
1371
 
# Begin Source File
1372
 
 
1373
 
SOURCE=.\unicode\udat.h
1374
 
 
1375
 
!IF  "$(CFG)" == "i18n - Win32 Release"
1376
 
 
1377
 
# Begin Custom Build
1378
 
InputPath=.\unicode\udat.h
1379
 
 
1380
 
"..\..\include\unicode\udat.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1381
 
        copy    unicode\udat.h    ..\..\include\unicode
1382
 
 
1383
 
# End Custom Build
1384
 
 
1385
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
1386
 
 
1387
 
# Begin Custom Build
1388
 
InputPath=.\unicode\udat.h
1389
 
 
1390
 
"..\..\include\unicode\udat.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1391
 
        copy    unicode\udat.h    ..\..\include\unicode
1392
 
 
1393
 
# End Custom Build
1394
 
 
1395
 
!ENDIF 
1396
 
 
1397
 
# End Source File
1398
 
# Begin Source File
1399
 
 
1400
 
SOURCE=.\unicode\umsg.h
1401
 
 
1402
 
!IF  "$(CFG)" == "i18n - Win32 Release"
1403
 
 
1404
 
# Begin Custom Build
1405
 
InputPath=.\unicode\umsg.h
1406
 
 
1407
 
"..\..\include\unicode\umsg.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1408
 
        copy    unicode\umsg.h    ..\..\include\unicode
1409
 
 
1410
 
# End Custom Build
1411
 
 
1412
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
1413
 
 
1414
 
# Begin Custom Build
1415
 
InputPath=.\unicode\umsg.h
1416
 
 
1417
 
"..\..\include\unicode\umsg.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1418
 
        copy    unicode\umsg.h    ..\..\include\unicode
1419
 
 
1420
 
# End Custom Build
1421
 
 
1422
 
!ENDIF 
1423
 
 
1424
 
# End Source File
1425
 
# Begin Source File
1426
 
 
1427
 
SOURCE=.\unesctrn.h
1428
 
# End Source File
1429
 
# Begin Source File
1430
 
 
1431
 
SOURCE=.\uni2name.h
1432
 
# End Source File
1433
 
# Begin Source File
1434
 
 
1435
 
SOURCE=.\unicode\unifilt.h
1436
 
 
1437
 
!IF  "$(CFG)" == "i18n - Win32 Release"
1438
 
 
1439
 
# Begin Custom Build
1440
 
InputPath=.\unicode\unifilt.h
1441
 
 
1442
 
"..\..\include\unicode\unifilt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1443
 
        copy    unicode\unifilt.h    ..\..\include\unicode
1444
 
 
1445
 
# End Custom Build
1446
 
 
1447
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
1448
 
 
1449
 
# Begin Custom Build
1450
 
InputPath=.\unicode\unifilt.h
1451
 
 
1452
 
"..\..\include\unicode\unifilt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1453
 
        copy    unicode\unifilt.h    ..\..\include\unicode
1454
 
 
1455
 
# End Custom Build
1456
 
 
1457
 
!ENDIF 
1458
 
 
1459
 
# End Source File
1460
 
# Begin Source File
1461
 
 
1462
 
SOURCE=.\unicode\unifltlg.h
1463
 
 
1464
 
!IF  "$(CFG)" == "i18n - Win32 Release"
1465
 
 
1466
 
# Begin Custom Build
1467
 
InputPath=.\unicode\unifltlg.h
1468
 
 
1469
 
"..\..\include\unicode\unifltlg.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1470
 
        copy    unicode\unifltlg.h    ..\..\include\unicode
1471
 
 
1472
 
# End Custom Build
1473
 
 
1474
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
1475
 
 
1476
 
# Begin Custom Build
1477
 
InputPath=.\unicode\unifltlg.h
1478
 
 
1479
 
"..\..\include\unicode\unifltlg.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1480
 
        copy    unicode\unifltlg.h    ..\..\include\unicode
1481
 
 
1482
 
# End Custom Build
1483
 
 
1484
 
!ENDIF 
1485
 
 
1486
 
# End Source File
1487
 
# Begin Source File
1488
 
 
1489
 
SOURCE=.\unicode\unifunct.h
1490
 
 
1491
 
!IF  "$(CFG)" == "i18n - Win32 Release"
1492
 
 
1493
 
# Begin Custom Build
1494
 
InputPath=.\unicode\unifunct.h
1495
 
 
1496
 
"..\..\include\unicode\unifunct.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1497
 
        copy    unicode\unifunct.h    ..\..\include\unicode
1498
 
 
1499
 
# End Custom Build
1500
 
 
1501
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
1502
 
 
1503
 
# Begin Custom Build
1504
 
InputPath=.\unicode\unifunct.h
1505
 
 
1506
 
"..\..\include\unicode\unifunct.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1507
 
        copy    unicode\unifunct.h    ..\..\include\unicode
1508
 
 
1509
 
# End Custom Build
1510
 
 
1511
 
!ENDIF 
1512
 
 
1513
 
# End Source File
1514
 
# Begin Source File
1515
 
 
1516
 
SOURCE=.\unicode\unimatch.h
1517
 
 
1518
 
!IF  "$(CFG)" == "i18n - Win32 Release"
1519
 
 
1520
 
# Begin Custom Build
1521
 
InputPath=.\unicode\unimatch.h
1522
 
 
1523
 
"..\..\include\unicode\unimatch.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1524
 
        copy  unicode\unimatch.h  ..\..\include\unicode
1525
 
 
1526
 
# End Custom Build
1527
 
 
1528
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
1529
 
 
1530
 
# Begin Custom Build
1531
 
InputPath=.\unicode\unimatch.h
1532
 
 
1533
 
"..\..\include\unicode\unimatch.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1534
 
        copy  unicode\unimatch.h  ..\..\include\unicode
1535
 
 
1536
 
# End Custom Build
1537
 
 
1538
 
!ENDIF 
1539
 
 
1540
 
# End Source File
1541
 
# Begin Source File
1542
 
 
1543
 
SOURCE=.\unicode\unirepl.h
1544
 
 
1545
 
!IF  "$(CFG)" == "i18n - Win32 Release"
1546
 
 
1547
 
# Begin Custom Build
1548
 
InputPath=.\unicode\unirepl.h
1549
 
 
1550
 
"..\..\include\unicode\unirepl.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1551
 
        copy    unicode\unirepl.h    ..\..\include\unicode
1552
 
 
1553
 
# End Custom Build
1554
 
 
1555
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
1556
 
 
1557
 
# Begin Custom Build
1558
 
InputPath=.\unicode\unirepl.h
1559
 
 
1560
 
"..\..\include\unicode\unirepl.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1561
 
        copy    unicode\unirepl.h    ..\..\include\unicode
1562
 
 
1563
 
# End Custom Build
1564
 
 
1565
 
!ENDIF 
1566
 
 
1567
 
# End Source File
1568
 
# Begin Source File
1569
 
 
1570
 
SOURCE=.\unicode\uniset.h
1571
 
 
1572
 
!IF  "$(CFG)" == "i18n - Win32 Release"
1573
 
 
1574
 
# Begin Custom Build
1575
 
InputPath=.\unicode\uniset.h
1576
 
 
1577
 
"..\..\include\unicode\uniset.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1578
 
        copy    unicode\uniset.h    ..\..\include\unicode
1579
 
 
1580
 
# End Custom Build
1581
 
 
1582
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
1583
 
 
1584
 
# Begin Custom Build
1585
 
InputPath=.\unicode\uniset.h
1586
 
 
1587
 
"..\..\include\unicode\uniset.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1588
 
        copy    unicode\uniset.h    ..\..\include\unicode
1589
 
 
1590
 
# End Custom Build
1591
 
 
1592
 
!ENDIF 
1593
 
 
1594
 
# End Source File
1595
 
# Begin Source File
1596
 
 
1597
 
SOURCE=.\unicode\unitohex.h
1598
 
 
1599
 
!IF  "$(CFG)" == "i18n - Win32 Release"
1600
 
 
1601
 
# Begin Custom Build
1602
 
InputPath=.\unicode\unitohex.h
1603
 
 
1604
 
"..\..\include\unicode\unitohex.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1605
 
        copy    unicode\unitohex.h    ..\..\include\unicode
1606
 
 
1607
 
# End Custom Build
1608
 
 
1609
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
1610
 
 
1611
 
# Begin Custom Build
1612
 
InputPath=.\unicode\unitohex.h
1613
 
 
1614
 
"..\..\include\unicode\unitohex.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1615
 
        copy    unicode\unitohex.h    ..\..\include\unicode
1616
 
 
1617
 
# End Custom Build
1618
 
 
1619
 
!ENDIF 
1620
 
 
1621
 
# End Source File
1622
 
# Begin Source File
1623
 
 
1624
 
SOURCE=.\unicode\unum.h
1625
 
 
1626
 
!IF  "$(CFG)" == "i18n - Win32 Release"
1627
 
 
1628
 
# Begin Custom Build
1629
 
InputPath=.\unicode\unum.h
1630
 
 
1631
 
"..\..\include\unicode\unum.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1632
 
        copy    unicode\unum.h    ..\..\include\unicode
1633
 
 
1634
 
# End Custom Build
1635
 
 
1636
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
1637
 
 
1638
 
# Begin Custom Build
1639
 
InputPath=.\unicode\unum.h
1640
 
 
1641
 
"..\..\include\unicode\unum.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1642
 
        copy    unicode\unum.h    ..\..\include\unicode
1643
 
 
1644
 
# End Custom Build
1645
 
 
1646
 
!ENDIF 
1647
 
 
1648
 
# End Source File
1649
 
# Begin Source File
1650
 
 
1651
 
SOURCE=.\upropset.h
1652
 
# End Source File
1653
 
# Begin Source File
1654
 
 
1655
 
SOURCE=.\unicode\usearch.h
1656
 
 
1657
 
!IF  "$(CFG)" == "i18n - Win32 Release"
1658
 
 
1659
 
# Begin Custom Build
1660
 
InputPath=.\unicode\usearch.h
1661
 
 
1662
 
"..\..\include\unicode\usearch.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1663
 
        copy    unicode\usearch.h    ..\..\include\unicode
1664
 
 
1665
 
# End Custom Build
1666
 
 
1667
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
1668
 
 
1669
 
# Begin Custom Build
1670
 
InputPath=.\unicode\usearch.h
1671
 
 
1672
 
"..\..\include\unicode\usearch.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1673
 
        copy    unicode\usearch.h    ..\..\include\unicode
1674
 
 
1675
 
# End Custom Build
1676
 
 
1677
 
!ENDIF 
1678
 
 
1679
 
# End Source File
1680
 
# Begin Source File
1681
 
 
1682
 
SOURCE=.\usrchimp.h
1683
 
# End Source File
1684
 
# Begin Source File
1685
 
 
1686
 
SOURCE=.\util.h
1687
 
# End Source File
1688
 
# Begin Source File
1689
 
 
1690
 
SOURCE=.\unicode\utrans.h
1691
 
 
1692
 
!IF  "$(CFG)" == "i18n - Win32 Release"
1693
 
 
1694
 
# Begin Custom Build
1695
 
InputPath=.\unicode\utrans.h
1696
 
 
1697
 
"..\..\include\unicode\utrans.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1698
 
        copy    unicode\utrans.h    ..\..\include\unicode
1699
 
 
1700
 
# End Custom Build
1701
 
 
1702
 
!ELSEIF  "$(CFG)" == "i18n - Win32 Debug"
1703
 
 
1704
 
# Begin Custom Build
1705
 
InputPath=.\unicode\utrans.h
1706
 
 
1707
 
"..\..\include\unicode\utrans.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1708
 
        copy    unicode\utrans.h    ..\..\include\unicode
1709
 
 
1710
 
# End Custom Build
1711
 
 
1712
 
!ENDIF 
1713
 
 
1714
 
# End Source File
1715
 
# End Group
1716
 
# Begin Group "Resource Files"
1717
 
 
1718
 
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
1719
 
# Begin Source File
1720
 
 
1721
 
SOURCE=.\i18n.rc
1722
 
# ADD BASE RSC /l 0x409
1723
 
# ADD RSC /l 0x409
1724
 
# End Source File
1725
 
# End Group
1726
 
# End Target
1727
 
# End Project