Commit 993457c5 by IOWA\vhorosewski

Set missing targeted machine specifications

parent 252bea0a
......@@ -84,6 +84,7 @@
</ClCompile>
<Lib>
<OutputFile>..\lib\DaqIOLibD.lib</OutputFile>
<TargetMachine>MachineX86</TargetMachine>
</Lib>
<PostBuildEvent>
<Command>replace /U DaqIoLibDefines.h ..\include
......@@ -112,6 +113,7 @@ replace /A DaqIoLibDefines.h ..\include
</ClCompile>
<Lib>
<OutputFile>..\lib\DaqIOLibD.lib</OutputFile>
<TargetMachine>MachineX64</TargetMachine>
</Lib>
<PostBuildEvent>
<Command>replace /U DaqIoLibDefines.h ..\include
......@@ -138,6 +140,7 @@ replace /A DaqIoLibDefines.h ..\include
</ClCompile>
<Lib>
<OutputFile>..\lib\DaqIOLib.lib</OutputFile>
<TargetMachine>MachineX86</TargetMachine>
</Lib>
<PostBuildEvent>
<Command>replace /U DaqIoLibDefines.h ..\include
......@@ -164,6 +167,7 @@ replace /A DaqIoLibDefines.h ..\include
</ClCompile>
<Lib>
<OutputFile>..\lib\DaqIOLib.lib</OutputFile>
<TargetMachine>MachineX64</TargetMachine>
</Lib>
<PostBuildEvent>
<Command>replace /U DaqIoLibDefines.h ..\include
......
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