Обновлена сборка под Windows

pull/15/head
rust3028 8 years ago
parent 713b36f2bd
commit 3c162f441f

@ -14,6 +14,7 @@
#include <windows.h>
#include "getopt.h"
#include "printf.h"
#include "buildno.h"
#endif
#include "hdlcio.h"

@ -1 +1 @@
114
115

Binary file not shown.

@ -61,6 +61,10 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>Ws2_32.lib</AdditionalDependencies>
</Link>
<PreBuildEvent>
<Command>echo #define BUILDNO \&gt; $(ProjectDir)buildno.h
type $(ProjectDir)..\..\build &gt;&gt; $(ProjectDir)buildno.h</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
@ -80,6 +84,10 @@
<OptimizeReferences>true</OptimizeReferences>
<AdditionalDependencies>Ws2_32.lib</AdditionalDependencies>
</Link>
<PreBuildEvent>
<Command>echo #define BUILDNO \&gt; $(ProjectDir)buildno.h
type $(ProjectDir)..\..\build &gt;&gt; $(ProjectDir)buildno.h</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="..\..\hdlcio.h" />

Loading…
Cancel
Save