Commit f32af94e by yiannis

Changes to correct build rules and file references

parent a8d4dab2
......@@ -77,7 +77,6 @@ CDaqLowLevelIo::SetCallbacks(
}
///
/// Doc
///
......@@ -91,7 +90,7 @@ CDaqLowLevelIo::GetChannelInfo(
return false;
}
if ( chId < 0 || chId >= m_Channels.size() ) {
if ( chId < 0 || chId >= (int)m_Channels.size() ) {
m_LastError = "invalid channel";
return false;
}
......
......@@ -39,9 +39,11 @@
CommandLine="replace /U DaqBuffer.h ..\include
replace /U DaqIo.h ..\include
replace /U DaqIoLib.h ..\include
replace /U DaqChannelInfo.h ..\include
replace /A DaqBuffer.h ..\include
replace /A DaqIo.h ..\include
replace /A DaqIoLib.h ..\include"/>
replace /A DaqIoLib.h ..\include
replace /A DaqChannelInfo.h ..\include"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
......@@ -83,9 +85,11 @@ replace /A DaqIoLib.h ..\include"/>
CommandLine="replace /U DaqBuffer.h ..\include
replace /U DaqIo.h ..\include
replace /U DaqIoLib.h ..\include
replace /U DaqChannelInfo.h ..\include
replace /A DaqBuffer.h ..\include
replace /A DaqIo.h ..\include
replace /A DaqIoLib.h ..\include"/>
replace /A DaqIoLib.h ..\include
replace /A DaqChannelInfo.h ..\include"/>
<Tool
Name="VCPreBuildEventTool"/>
<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