mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-4148 Allow pkgdata to run with GNU make on Windows when WIN32 is defined.
X-SVN-Rev: 16723
This commit is contained in:
parent
16e4106e87
commit
075adc8b89
2 changed files with 5 additions and 1 deletions
icu4c/source
|
@ -122,7 +122,7 @@ LDLIBRARYPATH_ENVVAR = PATH
|
|||
GENCCODE_ASSEMBLY=-a gcc-cygwin
|
||||
|
||||
# These are needed to allow the pkgdata GNU make files to work
|
||||
CPPFLAGS +=-DU_MAKE=\"$(MAKE)\"
|
||||
PKGDATA_DEFS = -DU_MAKE=\"$(MAKE)\"
|
||||
|
||||
## End Cygwin/MinGW specific setup
|
||||
|
||||
|
|
|
@ -27,6 +27,10 @@ ALL_MAN_FILES = $(MANX_FILES)
|
|||
## Extra files to remove for 'make clean'
|
||||
CLEANFILES = *~ $(DEPS) $(ALL_MAN_FILES)
|
||||
|
||||
ifneq ($(PKGDATA_DEFS),)
|
||||
DEFS += $(PKGDATA_DEFS)
|
||||
endif
|
||||
|
||||
## Target information
|
||||
TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue