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 insertions(+) create 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 new file mode 100644 index 00000000..f51296a5 --- /dev/null +++ b/CAN-config-generator/can-config-generator.vcxproj @@ -0,0 +1,88 @@ + + + + + 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