mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 23:10:40 +00:00
ICU-653 put icudata.dll in $(ICUP)\bin if ICU_DATA is not set
X-SVN-Rev: 2785
This commit is contained in:
parent
3fad3f08a3
commit
c6ed768c18
1 changed files with 4 additions and 2 deletions
|
@ -41,7 +41,7 @@ TESTDATA=$(ICUP)\source\test\testdata
|
|||
|
||||
#If ICU_DATA is not set, we want to output stuff in binary directory
|
||||
!IF "$(ICU_DATA)" == ""
|
||||
DLL_OUTPUT=$(ICUP)\bin\$(CFG)
|
||||
DLL_OUTPUT=$(ICUP)\bin
|
||||
TESTDATAOUT=$(TESTDATA)
|
||||
#TESTDATAOUT=$(DLL_OUTPUT)
|
||||
!MESSAGE ICU_DATA is not set! icudata.dll will go to $(DLL_OUTPUT)
|
||||
|
@ -70,7 +70,9 @@ NULL=
|
|||
NULL=nul
|
||||
!ENDIF
|
||||
|
||||
PATH = $(PATH);$(ICUP)\bin;$(ICUP)\bin\$(CFG)
|
||||
# Adjust the path to find DLLs. If icudata.dll really needs to be in $(ICUP)\bin\$(CFG),
|
||||
# then add $(ICUP)\bin\$(CFG) to this path, as the other DLLs are in $(ICUP)\bin.
|
||||
PATH = $(PATH);$(ICUP)\bin
|
||||
|
||||
# Suffixes for data files
|
||||
.SUFFIXES : .ucm .cnv .dll .dat .res .txt .c
|
||||
|
|
Loading…
Add table
Reference in a new issue