From 49fe0eec8f17698fc5f86d0abe01777af1fb2b23 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 14 Apr 2017 13:24:07 +0200 Subject: Change directory architecture to use 2 separated projects. Each projects, binder and generator, has to be compiled separatly. CAN-binder will host high and low level binding CAN-config-generator only the generator used for low level binding. build.sh script just launch both build in their respective dir. Change-Id: Ic77932660fcca507b23a631d4e4e790f608880ae Signed-off-by: Romain Forlot --- can-config-generator/can-config-generator.vcxproj | 88 ----------------------- 1 file changed, 88 deletions(-) delete mode 100644 can-config-generator/can-config-generator.vcxproj (limited to 'can-config-generator/can-config-generator.vcxproj') diff --git a/can-config-generator/can-config-generator.vcxproj b/can-config-generator/can-config-generator.vcxproj deleted file mode 100644 index f51296a5..00000000 --- a/can-config-generator/can-config-generator.vcxproj +++ /dev/null @@ -1,88 +0,0 @@ - - - - - Debug - x64 - - - Release - x64 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {9dcc61fb-6e10-4d4c-a66d-d694238d4169} - Linux - can_config_generator - 15.0 - Linux - 1.0 - Generic - {FC1A4D80-50E9-41DA-9192-61C0DBAA00D2} - - - - true - Makefile - ~/agl/projects - - - false - Makefile - ~/agl/projects - - - - - - - - false - D:\home\ctxnop\agl\sdk\porter\sysroots\cortexa15hf-neon-agl-linux-gnueabi\usr\include;$(NMakeIncludeSearchPath) - $(RemoteProjectDir)/build.sh build bin/$(PlatformTarget)/$(Configuration) $(Configuration) - $(RemoteProjectDir)/build.sh rebuild bin/$(PlatformTarget)/$(Configuration) $(Configuration) - $(RemoteProjectDir)/build.sh clean bin/$(PlatformTarget)/$(Configuration) - - - false - D:\home\ctxnop\agl\sdk\porter\sysroots\cortexa15hf-neon-agl-linux-gnueabi\usr\include;$(NMakeIncludeSearchPath) - $(RemoteProjectDir)/build.sh build bin/$(PlatformTarget)/$(Configuration) $(Configuration) - $(RemoteProjectDir)/build.sh rebuild bin/$(PlatformTarget)/$(Configuration) $(Configuration) - $(RemoteProjectDir)/build.sh clean bin/$(PlatformTarget)/$(Configuration) - - - - - \ No newline at end of file -- cgit 1.2.3-korg