1999-08-16 21:50:52 +00:00
|
|
|
# Microsoft Developer Studio Project File - Name="i18n" - Package Owner=<4>
|
|
|
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
|
|
|
# ** DO NOT EDIT **
|
|
|
|
|
|
|
|
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
|
|
|
|
|
|
|
|
CFG=i18n - Win32 Debug
|
|
|
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
|
|
|
!MESSAGE use the Export Makefile command and run
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE NMAKE /f "i18n.mak".
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE You can specify a configuration when running NMAKE
|
|
|
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE NMAKE /f "i18n.mak" CFG="i18n - Win32 Debug"
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE Possible choices for configuration are:
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE "i18n - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
|
|
|
|
!MESSAGE "i18n - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
|
2002-04-26 23:04:32 +00:00
|
|
|
!MESSAGE "i18n - Win64 Release" (based on "Win32 (x86) Dynamic-Link Library")
|
|
|
|
!MESSAGE "i18n - Win64 Debug" (based on "Win32 (x86) Dynamic-Link Library")
|
1999-08-16 21:50:52 +00:00
|
|
|
!MESSAGE
|
|
|
|
|
|
|
|
# Begin Project
|
|
|
|
# PROP AllowPerConfigDependencies 0
|
|
|
|
# PROP Scc_ProjName ""
|
|
|
|
# PROP Scc_LocalPath ""
|
|
|
|
CPP=cl.exe
|
|
|
|
MTL=midl.exe
|
|
|
|
RSC=rc.exe
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# PROP BASE Use_MFC 0
|
|
|
|
# PROP BASE Use_Debug_Libraries 0
|
|
|
|
# PROP BASE Output_Dir "Release"
|
|
|
|
# PROP BASE Intermediate_Dir "Release"
|
|
|
|
# PROP BASE Target_Dir ""
|
|
|
|
# PROP Use_MFC 0
|
|
|
|
# PROP Use_Debug_Libraries 0
|
2000-10-12 20:36:11 +00:00
|
|
|
# PROP Output_Dir "..\..\lib\"
|
1999-08-16 21:50:52 +00:00
|
|
|
# PROP Intermediate_Dir "Release"
|
|
|
|
# PROP Ignore_Export_Lib 0
|
|
|
|
# PROP Target_Dir ""
|
2002-05-13 19:33:05 +00:00
|
|
|
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "I18N_EXPORTS" /FD /c
|
|
|
|
# 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 /FD /GF /c
|
1999-08-16 21:50:52 +00:00
|
|
|
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
|
|
|
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
|
|
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
2001-05-10 17:43:01 +00:00
|
|
|
# ADD RSC /l 0x409 /i "../common" /d "NDEBUG"
|
1999-08-16 21:50:52 +00:00
|
|
|
BSC32=bscmake.exe
|
|
|
|
# ADD BASE BSC32 /nologo
|
|
|
|
# ADD BSC32 /nologo
|
|
|
|
LINK32=link.exe
|
|
|
|
# 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
|
2002-07-16 02:32:22 +00:00
|
|
|
# ADD LINK32 icuuc.lib /nologo /base:"0x4a900000" /dll /machine:I386 /out:"..\..\bin\icuin22.dll" /implib:"..\..\lib\icuin.lib" /libpath:"..\..\lib"
|
2001-05-10 16:48:25 +00:00
|
|
|
# SUBTRACT LINK32 /pdb:none /debug
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP BASE Use_MFC 0
|
|
|
|
# PROP BASE Use_Debug_Libraries 1
|
|
|
|
# PROP BASE Output_Dir "Debug"
|
|
|
|
# PROP BASE Intermediate_Dir "Debug"
|
|
|
|
# PROP BASE Target_Dir ""
|
|
|
|
# PROP Use_MFC 0
|
|
|
|
# PROP Use_Debug_Libraries 1
|
2000-10-12 20:36:11 +00:00
|
|
|
# PROP Output_Dir "..\..\lib\"
|
1999-08-16 21:50:52 +00:00
|
|
|
# PROP Intermediate_Dir "Debug"
|
|
|
|
# PROP Ignore_Export_Lib 0
|
|
|
|
# PROP Target_Dir ""
|
2002-05-13 19:33:05 +00:00
|
|
|
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "I18N_EXPORTS" /FD /GZ /c
|
|
|
|
# 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 /FD /GF /GZ /c
|
1999-08-16 21:50:52 +00:00
|
|
|
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
|
|
|
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
|
|
|
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
2001-05-10 17:43:01 +00:00
|
|
|
# ADD RSC /l 0x409 /i "../common" /d "_DEBUG"
|
1999-08-16 21:50:52 +00:00
|
|
|
BSC32=bscmake.exe
|
|
|
|
# ADD BASE BSC32 /nologo
|
|
|
|
# ADD BSC32 /nologo
|
|
|
|
LINK32=link.exe
|
|
|
|
# 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
|
2002-07-16 02:32:22 +00:00
|
|
|
# ADD LINK32 icuucd.lib /nologo /base:"0x4a900000" /dll /debug /machine:I386 /out:"..\..\bin\icuin22d.dll" /implib:"..\..\lib\icuind.lib" /pdbtype:sept /libpath:"..\..\lib"
|
2000-12-06 03:02:21 +00:00
|
|
|
# SUBTRACT LINK32 /pdb:none
|
1999-08-16 21:50:52 +00:00
|
|
|
|
2002-04-26 23:04:32 +00:00
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# PROP BASE Use_MFC 0
|
|
|
|
# PROP BASE Use_Debug_Libraries 0
|
|
|
|
# PROP BASE Output_Dir "Release"
|
|
|
|
# PROP BASE Intermediate_Dir "Release"
|
|
|
|
# PROP BASE Target_Dir ""
|
|
|
|
# PROP Use_MFC 0
|
|
|
|
# PROP Use_Debug_Libraries 0
|
|
|
|
# PROP Output_Dir "..\..\lib\"
|
|
|
|
# PROP Intermediate_Dir "Release"
|
|
|
|
# PROP Ignore_Export_Lib 0
|
|
|
|
# PROP Target_Dir ""
|
2002-05-13 19:33:05 +00:00
|
|
|
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN64" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "I18N_EXPORTS" /FD /c
|
2002-07-29 23:24:37 +00:00
|
|
|
# ADD CPP /nologo /MD /Za /W3 /GX /Zi /O2 /I "..\..\include" /I "..\..\source\common" /D "WIN64" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "I18N_EXPORTS" /D "U_I18N_IMPLEMENTATION" /D "_IA64_" /D "WIN32" /D "_AFX_NO_DAO_SUPPORT" /FR /FD /GF /QIA64_fmaopt /Zm600 /c
|
2002-04-26 23:04:32 +00:00
|
|
|
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win64
|
|
|
|
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win64
|
|
|
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
|
|
|
# ADD RSC /l 0x409 /i "../common" /d "NDEBUG"
|
|
|
|
BSC32=bscmake.exe
|
|
|
|
# ADD BASE BSC32 /nologo
|
|
|
|
# ADD BSC32 /nologo
|
|
|
|
LINK32=link.exe
|
2002-05-29 18:36:09 +00:00
|
|
|
# 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:IX86 /machine:IA64
|
2002-07-16 02:32:22 +00:00
|
|
|
# ADD LINK32 icuuc.lib /nologo /base:"0x4a900000" /dll /machine:IX86 /out:"..\..\bin\icuin22.dll" /implib:"..\..\lib\icuin.lib" /libpath:"..\..\lib" /machine:IA64
|
2002-05-13 19:33:05 +00:00
|
|
|
# SUBTRACT LINK32 /debug
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# PROP BASE Use_MFC 0
|
|
|
|
# PROP BASE Use_Debug_Libraries 1
|
|
|
|
# PROP BASE Output_Dir "Debug"
|
|
|
|
# PROP BASE Intermediate_Dir "Debug"
|
|
|
|
# PROP BASE Target_Dir ""
|
|
|
|
# PROP Use_MFC 0
|
|
|
|
# PROP Use_Debug_Libraries 1
|
|
|
|
# PROP Output_Dir "..\..\lib\"
|
|
|
|
# PROP Intermediate_Dir "Debug"
|
|
|
|
# PROP Ignore_Export_Lib 0
|
|
|
|
# PROP Target_Dir ""
|
2002-05-13 19:33:05 +00:00
|
|
|
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN64" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "I18N_EXPORTS" /FD /GZ /c
|
2002-07-29 23:24:37 +00:00
|
|
|
# ADD CPP /nologo /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\include" /I "..\..\source\common" /D "_WINDOWS" /D "_USRDLL" /D "I18N_EXPORTS" /D "U_I18N_IMPLEMENTATION" /D "WIN64" /D "_DEBUG" /D "_MBCS" /D "UDATA_MAP" /D "_IA64_" /D "WIN32" /D "_AFX_NO_DAO_SUPPORT" /FR /FD /GF /GZ /QIA64_fmaopt /Zm600 /c
|
2002-04-26 23:04:32 +00:00
|
|
|
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win64
|
|
|
|
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win64
|
|
|
|
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
|
|
|
# ADD RSC /l 0x409 /i "../common" /d "_DEBUG"
|
|
|
|
BSC32=bscmake.exe
|
|
|
|
# ADD BASE BSC32 /nologo
|
|
|
|
# ADD BSC32 /nologo
|
|
|
|
LINK32=link.exe
|
2002-05-29 18:36:09 +00:00
|
|
|
# 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:IX86 /pdbtype:sept /machine:IA64
|
2002-07-16 02:32:22 +00:00
|
|
|
# ADD LINK32 icuucd.lib /nologo /base:"0x4a900000" /dll /incremental:no /debug /machine:IX86 /out:"..\..\bin\icuin22d.dll" /implib:"..\..\lib\icuind.lib" /pdbtype:sept /libpath:"..\..\lib" /machine:IA64
|
2002-04-26 23:04:32 +00:00
|
|
|
|
1999-08-16 21:50:52 +00:00
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# Begin Target
|
|
|
|
|
|
|
|
# Name "i18n - Win32 Release"
|
|
|
|
# Name "i18n - Win32 Debug"
|
2002-04-26 23:04:32 +00:00
|
|
|
# Name "i18n - Win64 Release"
|
|
|
|
# Name "i18n - Win64 Debug"
|
1999-08-16 21:50:52 +00:00
|
|
|
# Begin Group "Source Files"
|
|
|
|
|
|
|
|
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-06-07 20:24:40 +00:00
|
|
|
SOURCE=.\anytrans.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-18 19:49:04 +00:00
|
|
|
SOURCE=.\bocsu.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2000-01-08 02:05:05 +00:00
|
|
|
SOURCE=.\calendar.cpp
|
1999-08-16 21:50:52 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\choicfmt.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\coleitr.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\coll.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\cpdtrans.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\datefmt.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\dcfmtsym.cpp
|
2002-02-13 19:24:02 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\decimfmt.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\dtfmtsym.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\esctrn.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\fmtable.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\format.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\funcrepl.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\gregocal.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\hextouni.cpp
|
1999-08-16 21:50:52 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\msgfmt.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\name2uni.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\nfrs.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\nfrule.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\nfsubs.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\nortrans.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\nultrans.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\numfmt.cpp
|
1999-08-16 21:50:52 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\quant.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\rbnf.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\rbt.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\rbt_data.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\rbt_pars.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\rbt_rule.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\rbt_set.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\remtrans.cpp
|
1999-08-16 21:50:52 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\search.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
1999-11-20 00:40:50 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\simpletz.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\smpdtfmt.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\sortkey.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\strmatch.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\strrepl.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\stsearch.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\tblcoll.cpp
|
2002-05-13 19:33:05 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\timezone.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\titletrn.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\tolowtrn.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\toupptrn.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\translit.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\transreg.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\tridpars.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\ucal.cpp
|
1999-08-16 21:50:52 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\ucln_in.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\ucol.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\ucol_bld.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\ucol_cnt.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\ucol_elm.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\ucol_tok.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\ucol_wgt.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\ucoleitr.cpp
|
1999-08-16 21:50:52 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\ucurr.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\udat.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\umsg.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\unesctrn.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\uni2name.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\unifltlg.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\unitohex.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2002-07-29 21:04:18 +00:00
|
|
|
|
2002-07-29 22:52:41 +00:00
|
|
|
SOURCE=.\unum.cpp
|
2000-06-27 16:30:16 +00:00
|
|
|
# End Source File
|
2001-10-17 19:21:12 +00:00
|
|
|
# Begin Source File
|
|
|
|
|
2001-08-25 02:03:53 +00:00
|
|
|
SOURCE=.\usearch.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2001-11-20 00:55:51 +00:00
|
|
|
|
2000-06-27 16:30:16 +00:00
|
|
|
SOURCE=.\utrans.cpp
|
2001-06-11 20:12:06 +00:00
|
|
|
# End Source File
|
1999-08-16 21:50:52 +00:00
|
|
|
# End Group
|
|
|
|
# Begin Group "Header Files"
|
|
|
|
|
|
|
|
# PROP Default_Filter "h;hpp;hxx;hm;inl"
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-06-07 20:24:40 +00:00
|
|
|
SOURCE=.\anytrans.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-18 19:49:04 +00:00
|
|
|
SOURCE=.\bocsu.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\calendar.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\calendar.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\calendar.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\calendar.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\calendar.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\calendar.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\calendar.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\calendar.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\calendar.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\choicfmt.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\choicfmt.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\choicfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\choicfmt.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\choicfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\choicfmt.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\choicfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\choicfmt.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\choicfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\coleitr.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\coleitr.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\coleitr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\coleitr.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\coleitr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\coleitr.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\coleitr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\coleitr.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\coleitr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\coll.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\coll.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\coll.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\coll.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\coll.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\coll.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\coll.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\coll.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\coll.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\cpdtrans.h
|
1999-11-20 00:40:50 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\cpdtrans.h
|
1999-11-20 00:40:50 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\cpdtrans.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-11-20 00:40:50 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\cpdtrans.h
|
1999-11-20 00:40:50 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\cpdtrans.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\cpdtrans.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\cpdtrans.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\cpdtrans.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\cpdtrans.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-11-20 00:40:50 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\datefmt.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\datefmt.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\datefmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\datefmt.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\datefmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\datefmt.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\datefmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\datefmt.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\datefmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\dcfmtsym.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\dcfmtsym.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\dcfmtsym.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\dcfmtsym.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\dcfmtsym.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\dcfmtsym.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\dcfmtsym.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\dcfmtsym.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\dcfmtsym.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\decimfmt.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\decimfmt.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\decimfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\decimfmt.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\decimfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\decimfmt.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\decimfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\decimfmt.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\decimfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\dtfmtsym.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\dtfmtsym.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\dtfmtsym.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\dtfmtsym.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\dtfmtsym.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\dtfmtsym.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\dtfmtsym.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\dtfmtsym.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\dtfmtsym.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-04-05 19:23:41 +00:00
|
|
|
SOURCE=.\esctrn.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\fieldpos.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\fieldpos.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\fieldpos.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\fieldpos.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\fieldpos.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\fieldpos.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\fieldpos.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\fieldpos.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\fieldpos.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\fmtable.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\fmtable.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\fmtable.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\fmtable.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\fmtable.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\fmtable.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\fmtable.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\fmtable.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\fmtable.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\format.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\format.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\format.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\format.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\format.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\format.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\format.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\format.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\format.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-04-05 19:23:41 +00:00
|
|
|
SOURCE=.\funcrepl.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\gregocal.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\gregocal.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\gregocal.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\gregocal.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\gregocal.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\gregocal.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\gregocal.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\gregocal.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\gregocal.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\hextouni.h
|
1999-11-20 00:40:50 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\hextouni.h
|
1999-11-20 00:40:50 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\hextouni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-11-20 00:40:50 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\hextouni.h
|
1999-11-20 00:40:50 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\hextouni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-11-20 00:40:50 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
2002-04-26 23:04:32 +00:00
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
1999-11-20 00:40:50 +00:00
|
|
|
|
2002-04-26 23:04:32 +00:00
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\hextouni.h
|
1999-11-20 00:40:50 +00:00
|
|
|
|
2002-04-26 23:04:32 +00:00
|
|
|
"..\..\include\unicode\hextouni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
2002-04-26 23:04:32 +00:00
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\hextouni.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\hextouni.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\unicode\msgfmt.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\msgfmt.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\msgfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\msgfmt.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\msgfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\msgfmt.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\msgfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\msgfmt.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\msgfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-11-17 00:19:29 +00:00
|
|
|
SOURCE=.\name2uni.h
|
2001-06-11 23:43:32 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-10-10 21:43:11 +00:00
|
|
|
SOURCE=.\nfrlist.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\nfrs.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\nfrule.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\nfsubs.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-11-17 00:19:29 +00:00
|
|
|
SOURCE=.\nortrans.h
|
2001-07-03 23:49:21 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2000-01-11 17:28:49 +00:00
|
|
|
SOURCE=.\unicode\nultrans.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
2000-06-08 22:56:20 +00:00
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\nultrans.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\nultrans.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2000-06-08 22:56:20 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
2000-01-11 17:28:49 +00:00
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\nultrans.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\nultrans.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\nultrans.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\nultrans.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\nultrans.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\nultrans.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2000-01-11 17:28:49 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\numfmt.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\numfmt.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\numfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\numfmt.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\numfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\numfmt.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\numfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\numfmt.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\numfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-07-27 00:18:53 +00:00
|
|
|
SOURCE=.\quant.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-10-10 21:43:11 +00:00
|
|
|
SOURCE=.\unicode\rbnf.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
2001-10-11 16:56:56 +00:00
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\rbnf.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\rbnf.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2001-10-11 16:56:56 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
2001-10-10 21:43:11 +00:00
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\rbnf.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\rbnf.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\rbnf.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\rbnf.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\rbnf.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\rbnf.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2001-10-10 21:43:11 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\rbt.h
|
1999-11-20 00:40:50 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\rbt.h
|
1999-11-20 00:40:50 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\rbt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-11-20 00:40:50 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\rbt.h
|
1999-11-20 00:40:50 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\rbt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\rbt.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\rbt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\rbt.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\rbt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-11-20 00:40:50 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\rbt_data.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\rbt_pars.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\rbt_rule.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\rbt_set.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-11-17 00:19:29 +00:00
|
|
|
SOURCE=.\remtrans.h
|
2001-04-04 06:46:17 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-08-25 02:03:53 +00:00
|
|
|
SOURCE=.\unicode\search.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
2001-08-29 21:58:55 +00:00
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\search.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\search.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2001-08-29 21:58:55 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
2001-08-25 02:03:53 +00:00
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\search.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\search.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\search.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\search.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\search.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\search.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2001-08-25 02:03:53 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\simpletz.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\simpletz.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\simpletz.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\simpletz.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\simpletz.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\simpletz.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\simpletz.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\simpletz.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\simpletz.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\smpdtfmt.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\smpdtfmt.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\smpdtfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\smpdtfmt.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\smpdtfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\smpdtfmt.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\smpdtfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\smpdtfmt.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\smpdtfmt.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\sortkey.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\sortkey.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\sortkey.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\sortkey.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\sortkey.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\sortkey.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\sortkey.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\sortkey.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\sortkey.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-07-27 00:18:53 +00:00
|
|
|
SOURCE=.\strmatch.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-08-25 02:03:53 +00:00
|
|
|
SOURCE=.\unicode\stsearch.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
2001-08-29 21:58:55 +00:00
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\stsearch.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\stsearch.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2001-08-29 21:58:55 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
2001-08-25 02:03:53 +00:00
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\stsearch.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\stsearch.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\stsearch.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\stsearch.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\stsearch.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\stsearch.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2001-08-25 02:03:53 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\tblcoll.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\tblcoll.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\tblcoll.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\tblcoll.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\tblcoll.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\tblcoll.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\tblcoll.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\tblcoll.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\tblcoll.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\timezone.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\timezone.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\timezone.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\timezone.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\timezone.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\timezone.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\timezone.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\timezone.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\timezone.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-11-17 00:19:29 +00:00
|
|
|
SOURCE=.\titletrn.h
|
2001-07-02 18:37:49 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-11-17 00:19:29 +00:00
|
|
|
SOURCE=.\tolowtrn.h
|
2001-07-02 18:37:49 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-11-17 00:19:29 +00:00
|
|
|
SOURCE=.\toupptrn.h
|
2001-07-02 18:37:49 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\translit.h
|
1999-11-20 00:40:50 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\translit.h
|
1999-11-20 00:40:50 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\translit.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-11-20 00:40:50 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\translit.h
|
1999-11-20 00:40:50 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\translit.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\translit.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\translit.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\translit.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\translit.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-11-20 00:40:50 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-08-23 01:06:08 +00:00
|
|
|
SOURCE=.\transreg.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-04-05 19:23:41 +00:00
|
|
|
SOURCE=.\tridpars.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-07-02 18:37:49 +00:00
|
|
|
SOURCE=.\tzdat.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\ucal.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\ucal.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\ucal.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\ucal.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\ucal.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\ucal.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\ucal.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\ucal.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\ucal.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-08-30 03:01:06 +00:00
|
|
|
SOURCE=.\ucln_in.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\ucol.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\ucol.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\ucol.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\ucol.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\ucol.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\ucol.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\ucol.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\ucol.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\ucol.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-03-08 18:43:06 +00:00
|
|
|
SOURCE=.\ucol_bld.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-03-08 17:40:42 +00:00
|
|
|
SOURCE=.\ucol_cnt.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\ucol_elm.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\ucol_imp.h
|
|
|
|
# End Source File
|
2001-06-27 22:37:31 +00:00
|
|
|
# Begin Source File
|
|
|
|
|
2001-03-08 17:40:42 +00:00
|
|
|
SOURCE=.\ucol_tok.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-03-08 23:20:20 +00:00
|
|
|
SOURCE=.\ucol_wgt.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-01-15 19:02:30 +00:00
|
|
|
SOURCE=.\unicode\ucoleitr.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\ucoleitr.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\ucoleitr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2001-01-15 19:02:30 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\ucoleitr.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\ucoleitr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\ucoleitr.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\ucoleitr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\ucoleitr.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\ucoleitr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2001-01-15 19:02:30 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-07-29 21:04:18 +00:00
|
|
|
SOURCE=.\unicode\ucurr.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\ucurr.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\ucurr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-07-29 21:04:18 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\ucurr.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\ucurr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-07-29 21:04:18 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\ucurr.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\ucurr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-07-29 21:04:18 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\ucurr.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\ucurr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-07-29 21:04:18 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\udat.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\udat.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\udat.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\udat.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\udat.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\udat.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\udat.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\udat.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\udat.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\umsg.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\umsg.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\umsg.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\umsg.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\umsg.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\umsg.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\umsg.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\umsg.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\umsg.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-09-20 01:54:48 +00:00
|
|
|
SOURCE=.\umsg_imp.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-04-05 19:23:41 +00:00
|
|
|
SOURCE=.\unesctrn.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-11-17 00:19:29 +00:00
|
|
|
SOURCE=.\uni2name.h
|
2001-06-11 23:43:32 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\unifltlg.h
|
1999-11-20 00:40:50 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\unifltlg.h
|
1999-11-20 00:40:50 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\unifltlg.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-11-20 00:40:50 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\unifltlg.h
|
1999-11-20 00:40:50 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\unifltlg.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\unifltlg.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\unifltlg.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\unifltlg.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\unifltlg.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-05 19:23:41 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\unicode\unirepl.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\unirepl.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\unirepl.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-05 19:23:41 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\unirepl.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\unirepl.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\unirepl.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\unirepl.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\unirepl.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\unirepl.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-05 19:23:41 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\unitohex.h
|
1999-11-20 00:40:50 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\unitohex.h
|
1999-11-20 00:40:50 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\unitohex.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-11-20 00:40:50 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\unitohex.h
|
1999-11-20 00:40:50 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\unitohex.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\unitohex.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\unitohex.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\unitohex.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\unitohex.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-11-20 00:40:50 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
SOURCE=.\unicode\unum.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\unum.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\unum.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
1999-12-28 23:57:50 +00:00
|
|
|
InputPath=.\unicode\unum.h
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
"..\..\include\unicode\unum.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\unum.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\unum.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\unum.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\unum.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
2000-06-27 16:30:16 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-08-25 02:03:53 +00:00
|
|
|
SOURCE=.\unicode\usearch.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
2001-08-29 21:58:55 +00:00
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\usearch.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\usearch.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2001-08-29 21:58:55 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
2001-08-25 02:03:53 +00:00
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\usearch.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\usearch.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\usearch.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\usearch.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\usearch.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\usearch.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2001-08-25 02:03:53 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\usrchimp.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2000-06-27 16:30:16 +00:00
|
|
|
SOURCE=.\unicode\utrans.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "i18n - Win32 Release"
|
|
|
|
|
2000-07-24 19:07:12 +00:00
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\utrans.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\utrans.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2000-07-24 19:07:12 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
2000-06-27 16:30:16 +00:00
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\utrans.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\utrans.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\utrans.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\utrans.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2002-04-26 23:04:32 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "i18n - Win64 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build
|
|
|
|
InputPath=.\unicode\utrans.h
|
|
|
|
|
|
|
|
"..\..\include\unicode\utrans.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2002-09-17 05:06:04 +00:00
|
|
|
copy $(InputPath) ..\..\include\unicode
|
2000-06-27 16:30:16 +00:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
1999-08-16 21:50:52 +00:00
|
|
|
# End Source File
|
|
|
|
# End Group
|
|
|
|
# Begin Group "Resource Files"
|
|
|
|
|
|
|
|
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
2001-05-09 22:41:59 +00:00
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\i18n.rc
|
|
|
|
# ADD BASE RSC /l 0x409
|
2001-05-10 16:48:25 +00:00
|
|
|
# ADD RSC /l 0x409
|
2001-05-09 22:41:59 +00:00
|
|
|
# End Source File
|
1999-08-16 21:50:52 +00:00
|
|
|
# End Group
|
|
|
|
# End Target
|
|
|
|
# End Project
|