summaryrefslogtreecommitdiff
path: root/source/LCDriver.vcproj
diff options
context:
space:
mode:
authorBlaze Miladinov <blaze.miladinov@seavus.com>2012-04-06 14:14:28 +0200
committerViktor Mladenovski <viktor.mladenovski@seavus.com>2012-05-25 14:45:14 +0200
commitef925129008cf073654d4e41e691b55674baeee7 (patch)
treedca92001aaf70f2be8ebec32cc23dc708db07adb /source/LCDriver.vcproj
parent9f79e7a9892b5e8a3db704e3632ea118d314b250 (diff)
Implement runtime linking with LCDriver DLL.
ST-Ericsson ID: 426337 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10204 Change-Id: Ica0517e99d60b8abaa731c6e03c486c9b35eb3dd Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/54943 Reviewed-by: QABUILD Reviewed-by: QATEST Tested-by: Cvetko MLADENOVSKI <cvetko.mladenovski@seavus.com> Reviewed-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com> Tested-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com>
Diffstat (limited to 'source/LCDriver.vcproj')
-rw-r--r--source/LCDriver.vcproj34
1 files changed, 34 insertions, 0 deletions
diff --git a/source/LCDriver.vcproj b/source/LCDriver.vcproj
index 703954c..ef7e7c4 100644
--- a/source/LCDriver.vcproj
+++ b/source/LCDriver.vcproj
@@ -556,6 +556,10 @@
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
+ RelativePath=".\error_codes_desc.h"
+ >
+ </File>
+ <File
RelativePath=".\LCDriver.h"
>
</File>
@@ -616,6 +620,10 @@
>
</File>
<File
+ RelativePath=".\autogen\error_codes_desc.cpp"
+ >
+ </File>
+ <File
RelativePath=".\autogen\lcdriver_error_codes.h"
>
</File>
@@ -1200,6 +1208,32 @@
>
</File>
<File
+ RelativePath=".\config\error_codes_desc_cpp.xsl"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Generating error_codes_desc.cpp..."
+ CommandLine="java -classpath ..\lcmodule\tools\xalan-j_2_7_1\xalan.jar org.apache.xalan.xslt.Process -in &quot;$(InputDir)lcdriver_error_codes.xml&quot; -xsl &quot;$(InputPath)&quot; -out &quot;$(ProjectDir)\autogen\error_codes_desc.cpp&quot; -PARAM errorCodesLcmXml ../../lcmodule/source/cnh1606344_ldr_communication_module/config/error_codes.xml&#x0D;&#x0A;"
+ AdditionalDependencies="&quot;$(InputDir)lcdriver_error_codes.xml&quot;"
+ Outputs="autogen\error_codes_desc.cpp"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Generating error_codes_desc.cpp..."
+ CommandLine="java -classpath ..\lcmodule\tools\xalan-j_2_7_1\xalan.jar org.apache.xalan.xslt.Process -in &quot;$(InputDir)lcdriver_error_codes.xml&quot; -xsl &quot;$(InputPath)&quot; -out &quot;$(ProjectDir)\autogen\error_codes_desc.cpp&quot; -PARAM errorCodesLcmXml ../../lcmodule/source/cnh1606344_ldr_communication_module/config/error_codes.xml&#x0D;&#x0A;"
+ AdditionalDependencies="&quot;$(InputDir)lcdriver_error_codes.xml&quot;"
+ Outputs="autogen\error_codes_desc.cpp"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath=".\config\lcdriver_error_codes.xml"
>
</File>