Commit f32af94e by yiannis

Changes to correct build rules and file references

parent a8d4dab2
...@@ -77,7 +77,6 @@ CDaqLowLevelIo::SetCallbacks( ...@@ -77,7 +77,6 @@ CDaqLowLevelIo::SetCallbacks(
} }
/// ///
/// Doc /// Doc
/// ///
...@@ -91,7 +90,7 @@ CDaqLowLevelIo::GetChannelInfo( ...@@ -91,7 +90,7 @@ CDaqLowLevelIo::GetChannelInfo(
return false; return false;
} }
if ( chId < 0 || chId >= m_Channels.size() ) { if ( chId < 0 || chId >= (int)m_Channels.size() ) {
m_LastError = "invalid channel"; m_LastError = "invalid channel";
return false; return false;
} }
......
...@@ -39,9 +39,11 @@ ...@@ -39,9 +39,11 @@
CommandLine="replace /U DaqBuffer.h ..\include CommandLine="replace /U DaqBuffer.h ..\include
replace /U DaqIo.h ..\include replace /U DaqIo.h ..\include
replace /U DaqIoLib.h ..\include replace /U DaqIoLib.h ..\include
replace /U DaqChannelInfo.h ..\include
replace /A DaqBuffer.h ..\include replace /A DaqBuffer.h ..\include
replace /A DaqIo.h ..\include replace /A DaqIo.h ..\include
replace /A DaqIoLib.h ..\include"/> replace /A DaqIoLib.h ..\include
replace /A DaqChannelInfo.h ..\include"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
...@@ -83,9 +85,11 @@ replace /A DaqIoLib.h ..\include"/> ...@@ -83,9 +85,11 @@ replace /A DaqIoLib.h ..\include"/>
CommandLine="replace /U DaqBuffer.h ..\include CommandLine="replace /U DaqBuffer.h ..\include
replace /U DaqIo.h ..\include replace /U DaqIo.h ..\include
replace /U DaqIoLib.h ..\include replace /U DaqIoLib.h ..\include
replace /U DaqChannelInfo.h ..\include
replace /A DaqBuffer.h ..\include replace /A DaqBuffer.h ..\include
replace /A DaqIo.h ..\include replace /A DaqIo.h ..\include
replace /A DaqIoLib.h ..\include"/> replace /A DaqIoLib.h ..\include
replace /A DaqChannelInfo.h ..\include"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment