MinGW: Build makecab.exe and friends only when WINEGCC is set.

Change-Id: I37ed3c2ef456c4a258101a9f1ea9568798a6ce80
This commit is contained in:
Jan Holesovsky
2013-02-28 18:47:48 +01:00
parent be16dba682
commit 7820a13f61

View File

@@ -25,7 +25,6 @@ $(eval $(call gb_Module_add_targets,setup_native,\
endif
ifeq ($(OS),WNT)
ifeq ($(COM),MSC)
$(eval $(call gb_Module_add_targets,setup_native,\
Library_instooofiltmsi \
Library_jfregca \
@@ -40,14 +39,18 @@ $(eval $(call gb_Module_add_targets,setup_native,\
StaticLibrary_quickstarter \
StaticLibrary_seterror \
))
else
ifneq ($(WINEGCC),)
# this is supposed to be built on the _build_ platform, even though the
# result is an .exe
$(eval $(call gb_Module_add_targets,setup_native,\
CustomTarget_wintools \
Package_wintools \
))
endif
else
$(eval $(call gb_Module_add_targets,setup_native,\
CustomTarget_scripts \
Package_scripts \