summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Vahlman <kalle.vahlman@movial.com>2011-08-29 14:16:00 +0300
committerKalle Vahlman <kalle.vahlman@movial.com>2011-08-30 09:19:11 +0300
commit04b04f002308120ead40c1051b7138fa63862a5f (patch)
tree539d6cae29619160f6e061596e0a31464fff0359
parent632b3be5e00fd38294b0106705ac0ecdab9d62b6 (diff)
Remove Windows DLL installation, they are not build or present
-rw-r--r--Makefile2
-rw-r--r--lcmodule/Makefile2
2 files changed, 0 insertions, 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