From 686b21c044e2f80b86a990cbbe0e7c09e3a1c328 Mon Sep 17 00:00:00 2001 From: reaperrr Date: Sun, 12 Feb 2017 18:02:15 +0100 Subject: [PATCH] Change target location for Mods.Cnc to mods/common --- Makefile | 2 +- OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj | 8 ++++---- mods/all/mod.yaml | 2 +- mods/cnc/mod.yaml | 2 +- mods/d2k/mod.yaml | 3 +-- mods/ra/mod.yaml | 3 +-- mods/ts/mod.yaml | 4 +--- 7 files changed, 10 insertions(+), 14 deletions(-) diff --git a/Makefile b/Makefile index ef8b85bc0d..1dcda999e9 100644 --- a/Makefile +++ b/Makefile @@ -148,7 +148,7 @@ STD_MOD_DEPS = $(STD_MOD_LIBS) # Command and Conquer mod_cnc_SRCS := $(shell find OpenRA.Mods.Cnc/ -iname '*.cs') -mod_cnc_TARGET = mods/cnc/OpenRA.Mods.Cnc.dll +mod_cnc_TARGET = mods/common/OpenRA.Mods.Cnc.dll mod_cnc_KIND = library mod_cnc_DEPS = $(STD_MOD_DEPS) $(mod_common_TARGET) mod_cnc_LIBS = $(COMMON_LIBS) $(STD_MOD_LIBS) $(mod_common_TARGET) diff --git a/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj b/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj index 55129da5df..e9de67301b 100644 --- a/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj +++ b/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj @@ -165,21 +165,21 @@ - + + DestinationFolder="$(SolutionDir)mods/common/"/>