mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 09:45:26 +00:00
ICU-1877 pwin64.h doesn't exist. Use pwin32.h
X-SVN-Rev: 8537
This commit is contained in:
parent
4a52dcc155
commit
ac061302c1
1 changed files with 4 additions and 4 deletions
|
@ -889,9 +889,9 @@ InputPath=.\unicode\pwin32.h
|
|||
!ELSEIF "$(CFG)" == "common - Win64 Release"
|
||||
|
||||
# Begin Custom Build
|
||||
InputPath=.\unicode\pwin64.h
|
||||
InputPath=.\unicode\pwin32.h
|
||||
|
||||
"..\..\include\unicode\pwin64.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
"..\..\include\unicode\pwin32.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
copy $(InputPath) ..\..\include\unicode
|
||||
|
||||
# End Custom Build
|
||||
|
@ -899,9 +899,9 @@ InputPath=.\unicode\pwin64.h
|
|||
!ELSEIF "$(CFG)" == "common - Win64 Debug"
|
||||
|
||||
# Begin Custom Build
|
||||
InputPath=.\unicode\pwin64.h
|
||||
InputPath=.\unicode\pwin32.h
|
||||
|
||||
"..\..\include\unicode\pwin64.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
"..\..\include\unicode\pwin32.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
copy $(InputPath) ..\..\include\unicode
|
||||
|
||||
# End Custom Build
|
||||
|
|
Loading…
Add table
Reference in a new issue