mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
remove internal helpers from utypes.h
X-Trac-URL: https://ssl.icu-project.org/trac/ticket/13 git-svn-id: http://source.icu-project.org/repos/icu/icu/trunk@38 0a8b766c-62c9-45f9-954d-7f2943c9ead0
This commit is contained in:
parent
448fccdb46
commit
22a3b7bdb2
4 changed files with 5 additions and 2 deletions
|
@ -30,6 +30,7 @@
|
|||
*******************************************************************************
|
||||
*/
|
||||
|
||||
#include "cpputils.h"
|
||||
#include "resbund.h"
|
||||
#include "gregocal.h"
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
********************************************************************************
|
||||
*/
|
||||
|
||||
#include "cpputils.h"
|
||||
#include "choicfmt.h"
|
||||
#include "numfmt.h"
|
||||
#include "locid.h"
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include "cintltst.h"
|
||||
#include "utypes.h"
|
||||
#include "cmemory.h"
|
||||
#include "uchar.h"
|
||||
#include "ubidi.h"
|
||||
#include "cbiditst.h"
|
||||
|
|
|
@ -42,7 +42,7 @@ RSC=rc.exe
|
|||
# PROP Ignore_Export_Lib 0
|
||||
# PROP Target_Dir ""
|
||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||
# ADD CPP /nologo /MDd /W3 /GX /I "..\..\..\include" /I "..\..\tools\ctestfw" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||
# ADD CPP /nologo /MDd /W3 /GX /I "..\..\..\include" /I "..\..\tools\ctestfw" /I "..\..\..\common" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||
BSC32=bscmake.exe
|
||||
|
@ -66,7 +66,7 @@ LINK32=link.exe
|
|||
# PROP Ignore_Export_Lib 0
|
||||
# PROP Target_Dir ""
|
||||
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
|
||||
# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\include" /I "..\..\tools\ctestfw" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
|
||||
# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\include" /I "..\..\tools\ctestfw" /I "..\..\..\common" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
|
||||
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
||||
# ADD RSC /l 0x409 /d "_DEBUG"
|
||||
BSC32=bscmake.exe
|
||||
|
|
Loading…
Add table
Reference in a new issue