mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 22:15:31 +00:00
[ICU-13] remove internal helpers from utypes.h
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/38
This commit is contained in:
parent
1877db9e9b
commit
36ccab09d3
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