From 3fced8ba12f6d550961e1b653c3fd20f04efcd27 Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Sun, 9 Oct 2011 17:12:03 +0000 Subject: [PATCH] Don't link common/shared/flash.c into the dedicated server --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 8b6044b7..ca301fa7 100644 --- a/Makefile +++ b/Makefile @@ -325,7 +325,6 @@ SERVER_OBJS_ := \ src/common/model/cm_boxtracing.o \ src/common/model/cm_bsp.o \ src/common/model/cm_vis.o \ - src/common/shared/flash.o \ src/common/shared/shared.o \ src/common/unzip/ioapi.o \ src/common/unzip/unzip.o \