From 04b04f002308120ead40c1051b7138fa63862a5f Mon Sep 17 00:00:00 2001 From: Kalle Vahlman Date: Mon, 29 Aug 2011 14:16:00 +0300 Subject: Remove Windows DLL installation, they are not build or present --- Makefile | 2 -- lcmodule/Makefile | 2 -- 2 files changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 58c3b55..4ac2448 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,6 @@ endif XALAN_PATH:=./lcmodule/tools/xalan-j_2_7_1/ LCD_CONFIG:=./source/config/ -WIN_BINARIES=./win_binaries/ LIBSRC := \ source/utilities/Serialization.cpp\ @@ -282,7 +281,6 @@ install: build ifeq ($(LBITS),64) install -m 0755 -t $(LCD_INSTALLDIR) $(BUILDFOLDER)/liblcdriver_x64.so endif - install -m 0755 -t $(LCD_INSTALLDIR) $(WIN_BINARIES)/*.dll clean: $(if $(BUILDFOLDER), \ diff --git a/lcmodule/Makefile b/lcmodule/Makefile index d612a1f..0163e71 100644 --- a/lcmodule/Makefile +++ b/lcmodule/Makefile @@ -17,7 +17,6 @@ SECURITY_ALGORITHMS_PATH:=$(LOADER_DIR)/src/loader_code_base/cnh1605721_ldr_secu LCM_CONFIG:=$(LCM_CNH_PATH)/config LCM_CUST_CONFIG:=$(LCM_PATH)/customer_config SUPPORTED_CMDS_PATH:=$(LOADER_DIR)/src/platform_support/stn8500/config/supported_commands.xml -WIN_BINARIES=./win_binaries/ AUTOGEN_FILES := $(AUTO_DIR_LIB)/commands.h\ $(AUTO_DIR_LIB)/command_ids.h\ @@ -319,7 +318,6 @@ install: build ifeq ($(LBITS),64) install -p -m 0755 -t ${LCMLIB_INSTALLDIR} ${BUILDFOLDER}/liblcm_x64.so.* endif - install -p -m 0755 -t $(LCMLIB_INSTALLDIR) $(WIN_BINARIES)/*.dll install -p -m 0555 -t ${LCMLDR_INSTALLDIR} ${AUTO_DIR_LOADER}/* install -p -m 0555 -t ${LCMLDR_INSTALLDIR} ${TRANSPORT_PATH}/source/*.c install -p -m 0555 -t ${LCMLDR_INSTALLDIR} ${NETWORK_PATH}/source/*.c -- cgit v1.2.3