PR feedback, remove unnecessary setting of MONO_IOS_SDK_DESTDIR in csprojs

This commit is contained in:
Alexander Köplinger 2019-05-27 13:34:36 +02:00
Родитель 15a17e21f5
Коммит d4f2b02d66
4 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -4,12 +4,12 @@
# generator.csproj.inc contains the generator_dependencies variable used to determine if the generator needs to be rebuilt or not.
$(BUILD_DIR)/generator.csproj.inc: Makefile.generator $(TOP)/tools/common/create-makefile-fragment.sh $(TOP)/Make.config | $(BUILD_DIR)
$(Q_GEN) MONO_IOS_SDK_DESTDIR=$(MONO_IOS_SDK_DESTDIR) $(TOP)/tools/common/create-makefile-fragment.sh $(abspath $(CURDIR)/generator.csproj) $(abspath $@)
$(Q_GEN) $(TOP)/tools/common/create-makefile-fragment.sh $(abspath $(CURDIR)/generator.csproj) $(abspath $@)
-include $(BUILD_DIR)/generator.csproj.inc
$(BUILD_DIR)/common/bgen.exe: $(generator_dependencies) Makefile.generator $(BUILD_DIR)/generator-frameworks.g.cs
$(Q_GEN) $(SYSTEM_MSBUILD) $(XBUILD_VERBOSITY) /p:Configuration=Debug generator.csproj /p:IntermediateOutputPath=$(BUILD_DIR)/IDE/obj/common/ /p:OutputPath=$(BUILD_DIR)/common /p:MONO_IOS_SDK_DESTDIR=$(MONO_IOS_SDK_DESTDIR)
$(Q_GEN) $(SYSTEM_MSBUILD) $(XBUILD_VERBOSITY) /p:Configuration=Debug generator.csproj /p:IntermediateOutputPath=$(BUILD_DIR)/IDE/obj/common/ /p:OutputPath=$(BUILD_DIR)/common
#
# Common

Просмотреть файл

@ -30,7 +30,7 @@ run-tests: bin/Debug/mtouch.dll test.config
# mtouch.csproj.inc contains the mtouch_dependencies variable used to determine if mtouch.dll needs to be rebuilt or not.
mtouch.csproj.inc: $(TOP)/tools/common/create-makefile-fragment.sh Makefile $(TOP)/Make.config
$(Q_GEN) MONO_IOS_SDK_DESTDIR=$(MONO_IOS_SDK_DESTDIR) $< $(CURDIR)/mtouch.csproj
$(Q_GEN) $< $(CURDIR)/mtouch.csproj
-include mtouch.csproj.inc
bin/Debug/mtouch.dll: $(mtouch_dependencies)

Просмотреть файл

@ -13,7 +13,7 @@ LOCAL_MMP=$(MMP_DIR)/mmp.exe
# mmp.csproj.inc contains the mmp_dependencies variable used to determine if mmp needs to be rebuilt or not.
mmp.csproj.inc: Makefile ../common/create-makefile-fragment.sh $(TOP)/Make.config
$(Q_GEN) MONO_IOS_SDK_DESTDIR=$(MONO_IOS_SDK_DESTDIR) ../common/create-makefile-fragment.sh $(CURDIR)/mmp.csproj
$(Q_GEN) ../common/create-makefile-fragment.sh $(CURDIR)/mmp.csproj
-include mmp.csproj.inc

Просмотреть файл

@ -186,7 +186,7 @@ LOCAL_MTOUCH=$(MTOUCH_DIR)/mtouch.exe
# mtouch.csproj.inc contains the mtouch_dependencies variable used to determine if mtouch needs to be rebuilt or not.
mtouch.csproj.inc: Makefile ../common/create-makefile-fragment.sh $(TOP)/Make.config
$(Q_GEN) MONO_IOS_SDK_DESTDIR=$(MONO_IOS_SDK_DESTDIR) ../common/create-makefile-fragment.sh $(CURDIR)/mtouch.csproj
$(Q_GEN) ../common/create-makefile-fragment.sh $(CURDIR)/mtouch.csproj
-include mtouch.csproj.inc