ICU-4988 Fix out of source builds.

X-SVN-Rev: 21374
This commit is contained in:
George Rhoten 2007-04-06 23:12:51 +00:00
parent 94e3bd905b
commit 28338fd1d6

View file

@ -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)