mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 10:17:23 +00:00
ICU-4988 Fix out of source builds.
X-SVN-Rev: 21374
This commit is contained in:
parent
94e3bd905b
commit
28338fd1d6
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
## Cygwin with Microsoft Visual C++ compiler specific setup
|
||||
## Copyright (c) 2001-2006, International Business Machines Corporation and
|
||||
## Copyright (c) 2001-2007, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
# We install sbin tools into the same bin directory because
|
||||
|
@ -159,7 +159,7 @@ endif
|
|||
|
||||
## Compile a Windows resource file
|
||||
%.res : $(srcdir)/%.rc
|
||||
rc.exe /fo$@ $^
|
||||
rc.exe /fo$@ $(SOURCE_FILE)
|
||||
|
||||
## Versioned target for a shared library.
|
||||
FINAL_SO_TARGET= $(basename $(SO_TARGET))$(SO_TARGET_VERSION_MAJOR).$(SO)
|
||||
|
|
Loading…
Add table
Reference in a new issue