]>
Commit | Line | Data |
---|---|---|
b75a7d8f A |
1 | # Microsoft Developer Studio Project File - Name="intltest" - Package Owner=<4> |
2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00 | |
3 | # ** DO NOT EDIT ** | |
4 | ||
5 | # TARGTYPE "Win32 (x86) Console Application" 0x0103 | |
6 | ||
7 | CFG=intltest - 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 "intltest.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 "intltest.mak" CFG="intltest - Win32 Debug" | |
17 | !MESSAGE | |
18 | !MESSAGE Possible choices for configuration are: | |
19 | !MESSAGE | |
20 | !MESSAGE "intltest - Win32 Release" (based on "Win32 (x86) Console Application") | |
21 | !MESSAGE "intltest - Win32 Debug" (based on "Win32 (x86) Console Application") | |
22 | !MESSAGE "intltest - Win64 Release" (based on "Win32 (x86) Console Application") | |
23 | !MESSAGE "intltest - Win64 Debug" (based on "Win32 (x86) Console Application") | |
24 | !MESSAGE | |
25 | ||
26 | # Begin Project | |
27 | # PROP AllowPerConfigDependencies 0 | |
28 | # PROP Scc_ProjName "" | |
29 | # PROP Scc_LocalPath "" | |
30 | CPP=cl.exe | |
31 | RSC=rc.exe | |
32 | ||
33 | !IF "$(CFG)" == "intltest - Win32 Release" | |
34 | ||
35 | # PROP BASE Use_MFC 0 | |
36 | # PROP BASE Use_Debug_Libraries 0 | |
37 | # PROP BASE Output_Dir "Release" | |
38 | # PROP BASE Intermediate_Dir "Release" | |
39 | # PROP BASE Target_Dir "" | |
40 | # PROP Use_MFC 0 | |
41 | # PROP Use_Debug_Libraries 0 | |
42 | # PROP Output_Dir "Release" | |
43 | # PROP Intermediate_Dir "Release" | |
44 | # PROP Ignore_Export_Lib 0 | |
45 | # PROP Target_Dir "" | |
46 | MTL=midl.exe | |
47 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c | |
374ca955 | 48 | # ADD CPP /nologo /G6 /MT /Za /W3 /GX /Zi /Ox /Ob0 /I "..\..\..\include" /I "..\..\..\source\common" /I "..\..\..\source\i18n" /I "..\..\tools\toolutil" /I "..\..\tools\ctestfw" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c |
b75a7d8f A |
49 | # ADD BASE RSC /l 0x409 /d "NDEBUG" |
50 | # ADD RSC /l 0x409 /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 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 /subsystem:console /machine:I386 | |
374ca955 | 56 | # ADD LINK32 icuuc.lib icuin.lib icutu.lib ctestfw.lib /nologo /subsystem:console /machine:I386 /pdbtype:sept /libpath:"..\..\..\lib" |
b75a7d8f A |
57 | # SUBTRACT LINK32 /pdb:none |
58 | ||
59 | !ELSEIF "$(CFG)" == "intltest - 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 "Debug" | |
69 | # PROP Intermediate_Dir "Debug" | |
70 | # PROP Ignore_Export_Lib 0 | |
71 | # PROP Target_Dir "" | |
72 | MTL=midl.exe | |
73 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c | |
374ca955 | 74 | # ADD CPP /nologo /G6 /MTd /Za /W3 /Gm /GX /ZI /Od /I "..\..\..\include" /I "..\..\..\source\common" /I "..\..\..\source\i18n" /I "..\..\tools\toolutil" /I "..\..\tools\ctestfw" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "UDATA_MAP_DLL" /FR /FD /GZ /c |
b75a7d8f A |
75 | # ADD BASE RSC /l 0x409 /d "_DEBUG" |
76 | # ADD RSC /l 0x409 /d "_DEBUG" | |
77 | BSC32=bscmake.exe | |
78 | # ADD BASE BSC32 /nologo | |
79 | # ADD BSC32 /nologo | |
80 | LINK32=link.exe | |
81 | # 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 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 /subsystem:console /debug /machine:I386 /pdbtype:sept | |
374ca955 | 82 | # ADD LINK32 icuucd.lib icuind.lib icutud.lib ctestfwd.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\lib" /warn:3 |
b75a7d8f A |
83 | # SUBTRACT LINK32 /pdb:none /map |
84 | ||
85 | !ELSEIF "$(CFG)" == "intltest - Win64 Release" | |
86 | ||
87 | # PROP BASE Use_MFC 0 | |
88 | # PROP BASE Use_Debug_Libraries 0 | |
89 | # PROP BASE Output_Dir "Release" | |
90 | # PROP BASE Intermediate_Dir "Release" | |
91 | # PROP BASE Target_Dir "" | |
92 | # PROP Use_MFC 0 | |
93 | # PROP Use_Debug_Libraries 0 | |
94 | # PROP Output_Dir "Release" | |
95 | # PROP Intermediate_Dir "Release" | |
96 | # PROP Ignore_Export_Lib 0 | |
97 | # PROP Target_Dir "" | |
98 | MTL=midl.exe | |
99 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN64" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c | |
374ca955 | 100 | # ADD CPP /nologo /MD /Za /W3 /GX /Zi /O2 /I "..\..\..\include" /I "..\..\..\source\common" /I "..\..\..\source\i18n" /I "..\..\tools\toolutil" /I "..\..\tools\ctestfw" /D "WIN64" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_IA64_" /D "WIN32" /D "_AFX_NO_DAO_SUPPORT" /FD /Wp64 /Zm600 /c |
b75a7d8f A |
101 | # ADD BASE RSC /l 0x409 /d "NDEBUG" |
102 | # ADD RSC /l 0x409 /d "NDEBUG" | |
103 | BSC32=bscmake.exe | |
104 | # ADD BASE BSC32 /nologo | |
105 | # ADD BSC32 /nologo | |
106 | LINK32=link.exe | |
107 | # 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 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 /subsystem:console /machine:IX86 /machine:IA64 | |
374ca955 | 108 | # ADD LINK32 icuuc.lib icuin.lib icutu.lib ctestfw.lib /nologo /subsystem:console /machine:IX86 /pdbtype:sept /libpath:"..\..\..\lib" /machine:IA64 |
b75a7d8f A |
109 | |
110 | !ELSEIF "$(CFG)" == "intltest - Win64 Debug" | |
111 | ||
112 | # PROP BASE Use_MFC 0 | |
113 | # PROP BASE Use_Debug_Libraries 1 | |
114 | # PROP BASE Output_Dir "Debug" | |
115 | # PROP BASE Intermediate_Dir "Debug" | |
116 | # PROP BASE Target_Dir "" | |
117 | # PROP Use_MFC 0 | |
118 | # PROP Use_Debug_Libraries 1 | |
119 | # PROP Output_Dir "Debug" | |
120 | # PROP Intermediate_Dir "Debug" | |
121 | # PROP Ignore_Export_Lib 0 | |
122 | # PROP Target_Dir "" | |
123 | MTL=midl.exe | |
124 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN64" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c | |
374ca955 | 125 | # ADD CPP /nologo /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\include" /I "..\..\..\source\common" /I "..\..\..\source\i18n" /I "..\..\tools\toolutil" /I "..\..\tools\ctestfw" /D "WIN64" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "UDATA_MAP_DLL" /D "_IA64_" /D "WIN32" /D "_AFX_NO_DAO_SUPPORT" /FR /FD /GZ /Wp64 /Zm600 /c |
b75a7d8f A |
126 | # ADD BASE RSC /l 0x409 /d "_DEBUG" |
127 | # ADD RSC /l 0x409 /d "_DEBUG" | |
128 | BSC32=bscmake.exe | |
129 | # ADD BASE BSC32 /nologo | |
130 | # ADD BSC32 /nologo | |
131 | LINK32=link.exe | |
132 | # 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 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 /subsystem:console /debug /machine:IX86 /pdbtype:sept /machine:IA64 | |
374ca955 | 133 | # ADD LINK32 icuucd.lib icuind.lib icutud.lib ctestfwd.lib /nologo /subsystem:console /incremental:no /debug /machine:IX86 /pdbtype:sept /libpath:"..\..\..\lib\\" /libpath:"..\..\..\lib" /machine:IA64 |
b75a7d8f A |
134 | |
135 | !ENDIF | |
136 | ||
137 | # Begin Target | |
138 | ||
139 | # Name "intltest - Win32 Release" | |
140 | # Name "intltest - Win32 Debug" | |
141 | # Name "intltest - Win64 Release" | |
142 | # Name "intltest - Win64 Debug" | |
143 | # Begin Group "break iteration" | |
144 | ||
145 | # PROP Default_Filter "" | |
146 | # Begin Source File | |
147 | ||
148 | SOURCE=.\itrbbi.cpp | |
149 | # End Source File | |
150 | # Begin Source File | |
151 | ||
152 | SOURCE=.\itrbbi.h | |
153 | # End Source File | |
154 | # Begin Source File | |
155 | ||
156 | SOURCE=.\rbbiapts.cpp | |
157 | # End Source File | |
158 | # Begin Source File | |
159 | ||
160 | SOURCE=.\rbbiapts.h | |
161 | # End Source File | |
162 | # Begin Source File | |
163 | ||
164 | SOURCE=.\rbbitst.cpp | |
165 | # End Source File | |
166 | # Begin Source File | |
167 | ||
168 | SOURCE=.\rbbitst.h | |
169 | # End Source File | |
170 | # End Group | |
171 | # Begin Group "collation" | |
172 | ||
173 | # PROP Default_Filter "" | |
174 | # Begin Source File | |
175 | ||
176 | SOURCE=.\allcoll.cpp | |
177 | # End Source File | |
178 | # Begin Source File | |
179 | ||
180 | SOURCE=.\allcoll.h | |
181 | # End Source File | |
182 | # Begin Source File | |
183 | ||
184 | SOURCE=.\apicoll.cpp | |
185 | ||
186 | !IF "$(CFG)" == "intltest - Win32 Release" | |
187 | ||
188 | !ELSEIF "$(CFG)" == "intltest - Win32 Debug" | |
189 | ||
190 | # ADD CPP /MTd | |
191 | ||
192 | !ELSEIF "$(CFG)" == "intltest - Win64 Release" | |
193 | ||
194 | !ELSEIF "$(CFG)" == "intltest - Win64 Debug" | |
195 | ||
196 | !ENDIF | |
197 | ||
198 | # End Source File | |
199 | # Begin Source File | |
200 | ||
201 | SOURCE=.\apicoll.h | |
202 | # End Source File | |
203 | # Begin Source File | |
204 | ||
205 | SOURCE=.\cntabcol.cpp | |
206 | # End Source File | |
207 | # Begin Source File | |
208 | ||
209 | SOURCE=.\cntabcol.h | |
210 | # End Source File | |
211 | # Begin Source File | |
212 | ||
213 | SOURCE=.\currcoll.cpp | |
214 | # End Source File | |
215 | # Begin Source File | |
216 | ||
217 | SOURCE=.\currcoll.h | |
218 | # End Source File | |
219 | # Begin Source File | |
220 | ||
221 | SOURCE=.\dacoll.cpp | |
222 | # End Source File | |
223 | # Begin Source File | |
224 | ||
225 | SOURCE=.\dacoll.h | |
226 | # End Source File | |
227 | # Begin Source File | |
228 | ||
229 | SOURCE=.\dadrcoll.cpp | |
230 | # End Source File | |
231 | # Begin Source File | |
232 | ||
233 | SOURCE=.\dadrcoll.h | |
234 | # End Source File | |
235 | # Begin Source File | |
236 | ||
237 | SOURCE=.\decoll.cpp | |
238 | # End Source File | |
239 | # Begin Source File | |
240 | ||
241 | SOURCE=.\decoll.h | |
242 | # End Source File | |
243 | # Begin Source File | |
244 | ||
245 | SOURCE=.\encoll.cpp | |
246 | # End Source File | |
247 | # Begin Source File | |
248 | ||
249 | SOURCE=.\encoll.h | |
250 | # End Source File | |
251 | # Begin Source File | |
252 | ||
253 | SOURCE=.\escoll.cpp | |
254 | # End Source File | |
255 | # Begin Source File | |
256 | ||
257 | SOURCE=.\escoll.h | |
258 | # End Source File | |
259 | # Begin Source File | |
260 | ||
261 | SOURCE=.\ficoll.cpp | |
262 | # End Source File | |
263 | # Begin Source File | |
264 | ||
265 | SOURCE=.\ficoll.h | |
266 | # End Source File | |
267 | # Begin Source File | |
268 | ||
269 | SOURCE=.\frcoll.cpp | |
270 | # End Source File | |
271 | # Begin Source File | |
272 | ||
273 | SOURCE=.\frcoll.h | |
274 | # End Source File | |
275 | # Begin Source File | |
276 | ||
277 | SOURCE=.\g7coll.cpp | |
278 | # End Source File | |
279 | # Begin Source File | |
280 | ||
281 | SOURCE=.\g7coll.h | |
282 | # End Source File | |
283 | # Begin Source File | |
284 | ||
285 | SOURCE=.\itercoll.cpp | |
286 | # End Source File | |
287 | # Begin Source File | |
288 | ||
289 | SOURCE=.\itercoll.h | |
290 | # End Source File | |
291 | # Begin Source File | |
292 | ||
293 | SOURCE=.\jacoll.cpp | |
294 | # End Source File | |
295 | # Begin Source File | |
296 | ||
297 | SOURCE=.\jacoll.h | |
298 | # End Source File | |
299 | # Begin Source File | |
300 | ||
301 | SOURCE=.\lcukocol.cpp | |
302 | # End Source File | |
303 | # Begin Source File | |
304 | ||
305 | SOURCE=.\lcukocol.h | |
306 | # End Source File | |
307 | # Begin Source File | |
308 | ||
309 | SOURCE=.\mnkytst.cpp | |
310 | # End Source File | |
311 | # Begin Source File | |
312 | ||
313 | SOURCE=.\mnkytst.h | |
314 | # End Source File | |
315 | # Begin Source File | |
316 | ||
317 | SOURCE=.\regcoll.cpp | |
318 | # End Source File | |
319 | # Begin Source File | |
320 | ||
321 | SOURCE=.\regcoll.h | |
322 | # End Source File | |
323 | # Begin Source File | |
324 | ||
325 | SOURCE=.\srchtest.cpp | |
326 | # End Source File | |
327 | # Begin Source File | |
328 | ||
329 | SOURCE=.\srchtest.h | |
330 | # End Source File | |
331 | # Begin Source File | |
332 | ||
333 | SOURCE=.\svccoll.cpp | |
334 | # End Source File | |
335 | # Begin Source File | |
336 | ||
337 | SOURCE=.\svccoll.h | |
338 | # End Source File | |
339 | # Begin Source File | |
340 | ||
341 | SOURCE=.\thcoll.cpp | |
342 | # End Source File | |
343 | # Begin Source File | |
344 | ||
345 | SOURCE=.\thcoll.h | |
346 | # End Source File | |
347 | # Begin Source File | |
348 | ||
349 | SOURCE=.\trcoll.cpp | |
350 | # End Source File | |
351 | # Begin Source File | |
352 | ||
353 | SOURCE=.\trcoll.h | |
354 | # End Source File | |
355 | # Begin Source File | |
356 | ||
357 | SOURCE=.\tscoll.cpp | |
358 | # End Source File | |
359 | # Begin Source File | |
360 | ||
361 | SOURCE=.\tscoll.h | |
362 | # End Source File | |
363 | # Begin Source File | |
364 | ||
365 | SOURCE=.\ucaconf.cpp | |
366 | # End Source File | |
367 | # Begin Source File | |
368 | ||
369 | SOURCE=.\ucaconf.h | |
370 | # End Source File | |
371 | # End Group | |
372 | # Begin Group "collections" | |
373 | ||
374 | # PROP Default_Filter "" | |
374ca955 A |
375 | # Begin Source File |
376 | ||
377 | SOURCE=.\v32test.cpp | |
378 | # End Source File | |
379 | # Begin Source File | |
380 | ||
381 | SOURCE=.\v32test.h | |
382 | # End Source File | |
b75a7d8f A |
383 | # End Group |
384 | # Begin Group "configuration" | |
385 | ||
386 | # PROP Default_Filter "" | |
387 | # Begin Source File | |
388 | ||
389 | SOURCE=.\strtest.cpp | |
374ca955 | 390 | # ADD CPP /Ze |
b75a7d8f A |
391 | # End Source File |
392 | # Begin Source File | |
393 | ||
394 | SOURCE=.\strtest.h | |
395 | # End Source File | |
396 | # Begin Source File | |
397 | ||
398 | SOURCE=.\tsmthred.cpp | |
399 | # ADD CPP /Ze | |
400 | # End Source File | |
401 | # Begin Source File | |
402 | ||
403 | SOURCE=.\tsmthred.h | |
404 | # End Source File | |
405 | # Begin Source File | |
406 | ||
374ca955 | 407 | SOURCE=.\tsputil.cpp |
b75a7d8f A |
408 | # End Source File |
409 | # Begin Source File | |
410 | ||
374ca955 | 411 | SOURCE=.\tsputil.h |
b75a7d8f | 412 | # End Source File |
374ca955 A |
413 | # End Group |
414 | # Begin Group "conversion" | |
415 | ||
416 | # PROP Default_Filter "" | |
b75a7d8f A |
417 | # Begin Source File |
418 | ||
374ca955 | 419 | SOURCE=.\convtest.cpp |
b75a7d8f A |
420 | # End Source File |
421 | # Begin Source File | |
422 | ||
374ca955 | 423 | SOURCE=.\convtest.h |
b75a7d8f A |
424 | # End Source File |
425 | # End Group | |
426 | # Begin Group "data & memory" | |
427 | ||
428 | # PROP Default_Filter "" | |
429 | # Begin Source File | |
430 | ||
431 | SOURCE=.\uobjtest.cpp | |
432 | # End Source File | |
433 | # Begin Source File | |
434 | ||
435 | SOURCE=.\uobjtest.h | |
436 | # End Source File | |
437 | # End Group | |
438 | # Begin Group "formatting" | |
439 | ||
440 | # PROP Default_Filter "" | |
441 | # Begin Source File | |
442 | ||
374ca955 A |
443 | SOURCE=.\astrotst.cpp |
444 | # End Source File | |
445 | # Begin Source File | |
446 | ||
447 | SOURCE=.\astrotst.h | |
448 | # End Source File | |
449 | # Begin Source File | |
450 | ||
451 | SOURCE=.\calcasts.cpp | |
452 | # End Source File | |
453 | # Begin Source File | |
454 | ||
455 | SOURCE=.\calcasts.h | |
456 | # End Source File | |
457 | # Begin Source File | |
458 | ||
b75a7d8f A |
459 | SOURCE=.\callimts.cpp |
460 | # End Source File | |
461 | # Begin Source File | |
462 | ||
463 | SOURCE=.\callimts.h | |
464 | # End Source File | |
465 | # Begin Source File | |
466 | ||
467 | SOURCE=.\calregts.cpp | |
468 | # End Source File | |
469 | # Begin Source File | |
470 | ||
471 | SOURCE=.\calregts.h | |
472 | # End Source File | |
473 | # Begin Source File | |
474 | ||
475 | SOURCE=.\caltest.cpp | |
476 | # End Source File | |
477 | # Begin Source File | |
478 | ||
479 | SOURCE=.\caltest.h | |
480 | # End Source File | |
481 | # Begin Source File | |
482 | ||
483 | SOURCE=.\caltztst.cpp | |
484 | # End Source File | |
485 | # Begin Source File | |
486 | ||
487 | SOURCE=.\caltztst.h | |
488 | # End Source File | |
489 | # Begin Source File | |
490 | ||
491 | SOURCE=.\dcfmapts.cpp | |
492 | # End Source File | |
493 | # Begin Source File | |
494 | ||
495 | SOURCE=.\dcfmapts.h | |
496 | # End Source File | |
497 | # Begin Source File | |
498 | ||
499 | SOURCE=.\dtfmapts.cpp | |
500 | # End Source File | |
501 | # Begin Source File | |
502 | ||
503 | SOURCE=.\dtfmapts.h | |
504 | # End Source File | |
505 | # Begin Source File | |
506 | ||
507 | SOURCE=.\dtfmrgts.cpp | |
508 | # End Source File | |
509 | # Begin Source File | |
510 | ||
511 | SOURCE=.\dtfmrgts.h | |
512 | # End Source File | |
513 | # Begin Source File | |
514 | ||
515 | SOURCE=.\dtfmtrtts.cpp | |
516 | # End Source File | |
517 | # Begin Source File | |
518 | ||
519 | SOURCE=.\dtfmtrtts.h | |
520 | # End Source File | |
521 | # Begin Source File | |
522 | ||
523 | SOURCE=.\dtfmttst.cpp | |
524 | # End Source File | |
525 | # Begin Source File | |
526 | ||
527 | SOURCE=.\dtfmttst.h | |
528 | # End Source File | |
529 | # Begin Source File | |
530 | ||
531 | SOURCE=.\incaltst.cpp | |
532 | # End Source File | |
533 | # Begin Source File | |
534 | ||
535 | SOURCE=.\incaltst.h | |
536 | # End Source File | |
537 | # Begin Source File | |
538 | ||
539 | SOURCE=.\itformat.cpp | |
540 | # End Source File | |
541 | # Begin Source File | |
542 | ||
543 | SOURCE=.\itformat.h | |
544 | # End Source File | |
545 | # Begin Source File | |
546 | ||
547 | SOURCE=.\itrbnf.cpp | |
548 | # End Source File | |
549 | # Begin Source File | |
550 | ||
551 | SOURCE=.\itrbnf.h | |
552 | # End Source File | |
553 | # Begin Source File | |
554 | ||
374ca955 A |
555 | SOURCE=.\itrbnfp.cpp |
556 | # End Source File | |
557 | # Begin Source File | |
558 | ||
559 | SOURCE=.\itrbnfp.h | |
560 | # End Source File | |
561 | # Begin Source File | |
562 | ||
b75a7d8f A |
563 | SOURCE=.\itrbnfrt.cpp |
564 | # End Source File | |
565 | # Begin Source File | |
566 | ||
567 | SOURCE=.\itrbnfrt.h | |
568 | # End Source File | |
569 | # Begin Source File | |
570 | ||
571 | SOURCE=.\miscdtfm.cpp | |
572 | # End Source File | |
573 | # Begin Source File | |
574 | ||
575 | SOURCE=.\miscdtfm.h | |
576 | # End Source File | |
577 | # Begin Source File | |
578 | ||
579 | SOURCE=.\msfmrgts.cpp | |
580 | # End Source File | |
581 | # Begin Source File | |
582 | ||
583 | SOURCE=.\msfmrgts.h | |
584 | # End Source File | |
585 | # Begin Source File | |
586 | ||
587 | SOURCE=.\nmfmapts.cpp | |
588 | # End Source File | |
589 | # Begin Source File | |
590 | ||
591 | SOURCE=.\nmfmapts.h | |
592 | # End Source File | |
593 | # Begin Source File | |
594 | ||
595 | SOURCE=.\nmfmtrt.cpp | |
596 | # End Source File | |
597 | # Begin Source File | |
598 | ||
599 | SOURCE=.\nmfmtrt.h | |
600 | # End Source File | |
601 | # Begin Source File | |
602 | ||
603 | SOURCE=.\numfmtst.cpp | |
604 | # End Source File | |
605 | # Begin Source File | |
606 | ||
607 | SOURCE=.\numfmtst.h | |
608 | # End Source File | |
609 | # Begin Source File | |
610 | ||
611 | SOURCE=.\numrgts.cpp | |
612 | # End Source File | |
613 | # Begin Source File | |
614 | ||
615 | SOURCE=.\numrgts.h | |
616 | # End Source File | |
617 | # Begin Source File | |
618 | ||
619 | SOURCE=.\pptest.cpp | |
620 | # End Source File | |
621 | # Begin Source File | |
622 | ||
623 | SOURCE=.\pptest.h | |
624 | # End Source File | |
625 | # Begin Source File | |
626 | ||
627 | SOURCE=.\sdtfmtts.cpp | |
628 | # End Source File | |
629 | # Begin Source File | |
630 | ||
631 | SOURCE=.\sdtfmtts.h | |
632 | # End Source File | |
633 | # Begin Source File | |
634 | ||
635 | SOURCE=.\tchcfmt.cpp | |
636 | # End Source File | |
637 | # Begin Source File | |
638 | ||
639 | SOURCE=.\tchcfmt.h | |
640 | # End Source File | |
641 | # Begin Source File | |
642 | ||
643 | SOURCE=.\tfsmalls.cpp | |
644 | # End Source File | |
645 | # Begin Source File | |
646 | ||
647 | SOURCE=.\tfsmalls.h | |
648 | # End Source File | |
649 | # Begin Source File | |
650 | ||
651 | SOURCE=.\tmsgfmt.cpp | |
652 | # End Source File | |
653 | # Begin Source File | |
654 | ||
655 | SOURCE=.\tmsgfmt.h | |
656 | # End Source File | |
657 | # Begin Source File | |
658 | ||
659 | SOURCE=.\tsdate.cpp | |
660 | # End Source File | |
661 | # Begin Source File | |
662 | ||
663 | SOURCE=.\tsdate.h | |
664 | # End Source File | |
665 | # Begin Source File | |
666 | ||
667 | SOURCE=.\tsdcfmsy.cpp | |
668 | # End Source File | |
669 | # Begin Source File | |
670 | ||
671 | SOURCE=.\tsdcfmsy.h | |
672 | # End Source File | |
673 | # Begin Source File | |
674 | ||
675 | SOURCE=.\tsdtfmsy.cpp | |
676 | # End Source File | |
677 | # Begin Source File | |
678 | ||
679 | SOURCE=.\tsdtfmsy.h | |
680 | # End Source File | |
681 | # Begin Source File | |
682 | ||
683 | SOURCE=.\tsnmfmt.cpp | |
684 | # End Source File | |
685 | # Begin Source File | |
686 | ||
687 | SOURCE=.\tsnmfmt.h | |
688 | # End Source File | |
689 | # Begin Source File | |
690 | ||
691 | SOURCE=.\tzbdtest.cpp | |
692 | # End Source File | |
693 | # Begin Source File | |
694 | ||
695 | SOURCE=.\tzbdtest.h | |
696 | # End Source File | |
697 | # Begin Source File | |
698 | ||
699 | SOURCE=.\tzregts.cpp | |
700 | # End Source File | |
701 | # Begin Source File | |
702 | ||
703 | SOURCE=.\tzregts.h | |
704 | # End Source File | |
705 | # Begin Source File | |
706 | ||
707 | SOURCE=.\tztest.cpp | |
708 | # End Source File | |
709 | # Begin Source File | |
710 | ||
711 | SOURCE=.\tztest.h | |
712 | # End Source File | |
713 | # End Group | |
714 | # Begin Group "locales & resources" | |
715 | ||
716 | # PROP Default_Filter "" | |
717 | # Begin Source File | |
718 | ||
719 | SOURCE=.\loctest.cpp | |
720 | # End Source File | |
721 | # Begin Source File | |
722 | ||
723 | SOURCE=.\loctest.h | |
724 | # End Source File | |
725 | # Begin Source File | |
726 | ||
727 | SOURCE=.\restest.cpp | |
728 | # End Source File | |
729 | # Begin Source File | |
730 | ||
731 | SOURCE=.\restest.h | |
732 | # End Source File | |
733 | # Begin Source File | |
734 | ||
735 | SOURCE=.\restsnew.cpp | |
736 | # End Source File | |
737 | # Begin Source File | |
738 | ||
739 | SOURCE=.\restsnew.h | |
740 | # End Source File | |
741 | # End Group | |
374ca955 | 742 | # Begin Group "idna" |
b75a7d8f A |
743 | |
744 | # PROP Default_Filter "" | |
745 | # Begin Source File | |
746 | ||
374ca955 A |
747 | SOURCE=.\idnaref.cpp |
748 | # End Source File | |
749 | # Begin Source File | |
750 | ||
751 | SOURCE=.\idnaref.h | |
752 | # End Source File | |
753 | # Begin Source File | |
754 | ||
755 | SOURCE=.\nptrans.cpp | |
756 | # End Source File | |
757 | # Begin Source File | |
758 | ||
759 | SOURCE=.\nptrans.h | |
760 | # End Source File | |
761 | # Begin Source File | |
762 | ||
763 | SOURCE=.\punyref.c | |
764 | # End Source File | |
765 | # Begin Source File | |
766 | ||
767 | SOURCE=.\punyref.h | |
768 | # End Source File | |
769 | # Begin Source File | |
770 | ||
771 | SOURCE=.\testidn.cpp | |
b75a7d8f A |
772 | # End Source File |
773 | # Begin Source File | |
774 | ||
374ca955 | 775 | SOURCE=.\testidna.cpp |
b75a7d8f A |
776 | # End Source File |
777 | # Begin Source File | |
778 | ||
374ca955 A |
779 | SOURCE=.\testidna.h |
780 | # End Source File | |
781 | # End Group | |
782 | # Begin Group "misc" | |
783 | ||
784 | # PROP Default_Filter "" | |
785 | # Begin Source File | |
786 | ||
b75a7d8f A |
787 | SOURCE=.\intltest.cpp |
788 | # End Source File | |
789 | # Begin Source File | |
790 | ||
791 | SOURCE=.\intltest.h | |
792 | # End Source File | |
793 | # Begin Source File | |
794 | ||
795 | SOURCE=.\itmajor.cpp | |
796 | # End Source File | |
797 | # Begin Source File | |
798 | ||
799 | SOURCE=.\itmajor.h | |
800 | # End Source File | |
801 | # Begin Source File | |
802 | ||
803 | SOURCE=.\itutil.cpp | |
804 | # End Source File | |
805 | # Begin Source File | |
806 | ||
807 | SOURCE=.\itutil.h | |
808 | # End Source File | |
809 | # Begin Source File | |
810 | ||
374ca955 | 811 | SOURCE=.\testutil.cpp |
b75a7d8f A |
812 | # End Source File |
813 | # Begin Source File | |
814 | ||
374ca955 | 815 | SOURCE=.\testutil.h |
b75a7d8f A |
816 | # End Source File |
817 | # Begin Source File | |
818 | ||
374ca955 | 819 | SOURCE=.\textfile.cpp |
b75a7d8f A |
820 | # End Source File |
821 | # Begin Source File | |
822 | ||
374ca955 | 823 | SOURCE=.\textfile.h |
b75a7d8f A |
824 | # End Source File |
825 | # Begin Source File | |
826 | ||
374ca955 | 827 | SOURCE=.\tokiter.cpp |
b75a7d8f A |
828 | # End Source File |
829 | # Begin Source File | |
830 | ||
374ca955 | 831 | SOURCE=.\tokiter.h |
b75a7d8f A |
832 | # End Source File |
833 | # End Group | |
834 | # Begin Group "normalization" | |
835 | ||
836 | # PROP Default_Filter "" | |
837 | # Begin Source File | |
838 | ||
839 | SOURCE=.\canittst.cpp | |
840 | # End Source File | |
841 | # Begin Source File | |
842 | ||
843 | SOURCE=.\canittst.h | |
844 | # End Source File | |
845 | # Begin Source File | |
846 | ||
847 | SOURCE=.\normconf.cpp | |
848 | # End Source File | |
849 | # Begin Source File | |
850 | ||
851 | SOURCE=.\normconf.h | |
852 | # End Source File | |
853 | # Begin Source File | |
854 | ||
855 | SOURCE=.\tstnorm.cpp | |
856 | # End Source File | |
857 | # Begin Source File | |
858 | ||
859 | SOURCE=.\tstnorm.h | |
860 | # End Source File | |
861 | # Begin Source File | |
862 | ||
863 | SOURCE=.\tstnrapi.cpp | |
864 | # End Source File | |
865 | # End Group | |
866 | # Begin Group "properties & sets" | |
867 | ||
868 | # PROP Default_Filter "" | |
869 | # Begin Source File | |
870 | ||
871 | SOURCE=.\ucdtest.cpp | |
872 | # End Source File | |
873 | # Begin Source File | |
874 | ||
875 | SOURCE=.\ucdtest.h | |
876 | # End Source File | |
877 | # Begin Source File | |
878 | ||
879 | SOURCE=.\usettest.cpp | |
880 | # End Source File | |
881 | # Begin Source File | |
882 | ||
883 | SOURCE=.\usettest.h | |
884 | # End Source File | |
885 | # End Group | |
886 | # Begin Group "regex" | |
887 | ||
888 | # PROP Default_Filter "" | |
889 | # Begin Source File | |
890 | ||
891 | SOURCE=.\regextst.cpp | |
892 | # End Source File | |
893 | # Begin Source File | |
894 | ||
895 | SOURCE=.\regextst.h | |
896 | # End Source File | |
897 | # End Group | |
898 | # Begin Group "registration" | |
899 | ||
900 | # PROP Default_Filter "" | |
901 | # Begin Source File | |
902 | ||
903 | SOURCE=.\icusvtst.cpp | |
904 | # End Source File | |
905 | # Begin Source File | |
906 | ||
907 | SOURCE=.\icusvtst.h | |
908 | # End Source File | |
909 | # End Group | |
910 | # Begin Group "strings" | |
911 | ||
912 | # PROP Default_Filter "" | |
913 | # Begin Source File | |
914 | ||
915 | SOURCE=.\citrtest.cpp | |
916 | # End Source File | |
917 | # Begin Source File | |
918 | ||
919 | SOURCE=.\citrtest.h | |
920 | # End Source File | |
921 | # Begin Source File | |
922 | ||
923 | SOURCE=.\reptest.cpp | |
924 | # End Source File | |
925 | # Begin Source File | |
926 | ||
927 | SOURCE=.\reptest.h | |
928 | # End Source File | |
929 | # Begin Source File | |
930 | ||
931 | SOURCE=.\sfwdchit.cpp | |
932 | # End Source File | |
933 | # Begin Source File | |
934 | ||
935 | SOURCE=.\sfwdchit.h | |
936 | # End Source File | |
937 | # Begin Source File | |
938 | ||
939 | SOURCE=.\strcase.cpp | |
940 | # End Source File | |
941 | # Begin Source File | |
942 | ||
943 | SOURCE=.\ustrtest.cpp | |
944 | # End Source File | |
945 | # Begin Source File | |
946 | ||
947 | SOURCE=.\ustrtest.h | |
948 | # End Source File | |
949 | # End Group | |
950 | # Begin Group "transforms" | |
951 | ||
952 | # PROP Default_Filter "" | |
953 | # Begin Source File | |
954 | ||
955 | SOURCE=.\cpdtrtst.cpp | |
956 | # End Source File | |
957 | # Begin Source File | |
958 | ||
959 | SOURCE=.\cpdtrtst.h | |
960 | # End Source File | |
961 | # Begin Source File | |
962 | ||
b75a7d8f A |
963 | SOURCE=.\ittrans.cpp |
964 | # End Source File | |
965 | # Begin Source File | |
966 | ||
967 | SOURCE=.\ittrans.h | |
968 | # End Source File | |
969 | # Begin Source File | |
970 | ||
971 | SOURCE=.\jamotest.cpp | |
972 | # End Source File | |
973 | # Begin Source File | |
974 | ||
975 | SOURCE=.\jamotest.h | |
976 | # End Source File | |
977 | # Begin Source File | |
978 | ||
979 | SOURCE=.\transapi.cpp | |
980 | # End Source File | |
981 | # Begin Source File | |
982 | ||
983 | SOURCE=.\transapi.h | |
984 | # End Source File | |
985 | # Begin Source File | |
986 | ||
987 | SOURCE=.\transrt.cpp | |
988 | # End Source File | |
989 | # Begin Source File | |
990 | ||
991 | SOURCE=.\transrt.h | |
992 | # End Source File | |
993 | # Begin Source File | |
994 | ||
995 | SOURCE=.\transtst.cpp | |
996 | # End Source File | |
997 | # Begin Source File | |
998 | ||
999 | SOURCE=.\transtst.h | |
1000 | # End Source File | |
1001 | # Begin Source File | |
1002 | ||
1003 | SOURCE=.\trnserr.cpp | |
1004 | # End Source File | |
1005 | # Begin Source File | |
1006 | ||
1007 | SOURCE=.\trnserr.h | |
1008 | # End Source File | |
b75a7d8f A |
1009 | # End Group |
1010 | # End Target | |
1011 | # End Project |