Change target location for Mods.Cnc to mods/common

This commit is contained in:
reaperrr
2017-02-12 18:02:15 +01:00
parent a3aab6f051
commit 686b21c044
7 changed files with 10 additions and 14 deletions

View File

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