From 30e18b743ea352d76c1ff4ca0589029948914bcf Mon Sep 17 00:00:00 2001 From: Thanassis Tsiodras Date: Fri, 15 Jun 2018 09:55:18 +0200 Subject: [PATCH] Fix the build, use relative paths. --- Demo_DLL/DataView.aadl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Demo_DLL/DataView.aadl b/Demo_DLL/DataView.aadl index a40787f..fedfbb2 100644 --- a/Demo_DLL/DataView.aadl +++ b/Demo_DLL/DataView.aadl @@ -46,7 +46,7 @@ end Stream_Element_Buffer; DATA T_UInt32 PROPERTIES -- name of the ASN.1 source file: - Source_Text => ("/home/taste/tool-inst/share/taste-types/taste-types.asn"); + Source_Text => ("../../misc/taste-common-types/taste-types.asn"); TASTE::Ada_Package_Name => "TASTE_BasicTypes"; Deployment::ASN1_Module_Name => "TASTE-BasicTypes"; Source_Language => (ASN1); @@ -88,7 +88,7 @@ END T_UInt32_Buffer.impl; DATA T_Boolean PROPERTIES -- name of the ASN.1 source file: - Source_Text => ("/home/taste/tool-inst/share/taste-types/taste-types.asn"); + Source_Text => ("../../misc/taste-common-types/taste-types.asn"); TASTE::Ada_Package_Name => "TASTE_BasicTypes"; Deployment::ASN1_Module_Name => "TASTE-BasicTypes"; Source_Language => (ASN1); @@ -130,7 +130,7 @@ END T_Boolean_Buffer.impl; DATA T_Int8 PROPERTIES -- name of the ASN.1 source file: - Source_Text => ("/home/taste/tool-inst/share/taste-types/taste-types.asn"); + Source_Text => ("../../misc/taste-common-types/taste-types.asn"); TASTE::Ada_Package_Name => "TASTE_BasicTypes"; Deployment::ASN1_Module_Name => "TASTE-BasicTypes"; Source_Language => (ASN1); @@ -172,7 +172,7 @@ END T_Int8_Buffer.impl; DATA T_Int32 PROPERTIES -- name of the ASN.1 source file: - Source_Text => ("/home/taste/tool-inst/share/taste-types/taste-types.asn"); + Source_Text => ("../../misc/taste-common-types/taste-types.asn"); TASTE::Ada_Package_Name => "TASTE_BasicTypes"; Deployment::ASN1_Module_Name => "TASTE-BasicTypes"; Source_Language => (ASN1); @@ -214,7 +214,7 @@ END T_Int32_Buffer.impl; DATA T_UInt8 PROPERTIES -- name of the ASN.1 source file: - Source_Text => ("/home/taste/tool-inst/share/taste-types/taste-types.asn"); + Source_Text => ("../../misc/taste-common-types/taste-types.asn"); TASTE::Ada_Package_Name => "TASTE_BasicTypes"; Deployment::ASN1_Module_Name => "TASTE-BasicTypes"; Source_Language => (ASN1); @@ -256,7 +256,7 @@ END T_UInt8_Buffer.impl; DATA MyInteger PROPERTIES -- name of the ASN.1 source file: - Source_Text => ("/home/taste/tool-src/testSuites/Demo_DLL/DataView.asn"); + Source_Text => ("DataView.asn"); TASTE::Ada_Package_Name => "DataView"; Deployment::ASN1_Module_Name => "DataView"; Source_Language => (ASN1); -- GitLab