Updated the demo application Code::Blocks projects to include iphlpapi library for Win32 builds. Thank you to Upside Down for reporting it!
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||||
<CodeBlocks_workspace_file>
|
<CodeBlocks_workspace_file>
|
||||||
<Workspace title="Workspace">
|
<Workspace title="Workspace">
|
||||||
<Project filename="epics\bacepics.cbp" />
|
|
||||||
<Project filename="..\lib\bacnet.cbp" />
|
<Project filename="..\lib\bacnet.cbp" />
|
||||||
<Project filename="server\bacserv.cbp" />
|
<Project filename="server\bacserv.cbp" />
|
||||||
|
<Project filename="epics\bacepics.cbp" />
|
||||||
|
<Project filename="readprop\bacrp.cbp" />
|
||||||
<Project filename="whois\bacwi.cbp" active="1" />
|
<Project filename="whois\bacwi.cbp" active="1" />
|
||||||
</Workspace>
|
</Workspace>
|
||||||
</CodeBlocks_workspace_file>
|
</CodeBlocks_workspace_file>
|
||||||
|
|||||||
@@ -43,6 +43,7 @@
|
|||||||
<Linker>
|
<Linker>
|
||||||
<Add library="..\..\lib\libbacnet.a" />
|
<Add library="..\..\lib\libbacnet.a" />
|
||||||
<Add library="ws2_32" />
|
<Add library="ws2_32" />
|
||||||
|
<Add library="iphlpapi" />
|
||||||
</Linker>
|
</Linker>
|
||||||
<Unit filename="main.c">
|
<Unit filename="main.c">
|
||||||
<Option compilerVar="CC" />
|
<Option compilerVar="CC" />
|
||||||
|
|||||||
@@ -41,6 +41,7 @@
|
|||||||
<Linker>
|
<Linker>
|
||||||
<Add library="..\..\lib\libbacnet.a" />
|
<Add library="..\..\lib\libbacnet.a" />
|
||||||
<Add library="ws2_32" />
|
<Add library="ws2_32" />
|
||||||
|
<Add library="iphlpapi" />
|
||||||
</Linker>
|
</Linker>
|
||||||
<Unit filename="main.c">
|
<Unit filename="main.c">
|
||||||
<Option compilerVar="CC" />
|
<Option compilerVar="CC" />
|
||||||
|
|||||||
@@ -55,6 +55,7 @@
|
|||||||
<Linker>
|
<Linker>
|
||||||
<Add library="..\..\lib\libbacnet.a" />
|
<Add library="..\..\lib\libbacnet.a" />
|
||||||
<Add library="ws2_32" />
|
<Add library="ws2_32" />
|
||||||
|
<Add library="iphlpapi" />
|
||||||
</Linker>
|
</Linker>
|
||||||
<Unit filename="main.c">
|
<Unit filename="main.c">
|
||||||
<Option compilerVar="CC" />
|
<Option compilerVar="CC" />
|
||||||
|
|||||||
@@ -44,6 +44,7 @@
|
|||||||
</Compiler>
|
</Compiler>
|
||||||
<Linker>
|
<Linker>
|
||||||
<Add library="ws2_32" />
|
<Add library="ws2_32" />
|
||||||
|
<Add library="iphlpapi" />
|
||||||
</Linker>
|
</Linker>
|
||||||
<Unit filename="..\demo\handler\h_arf.c">
|
<Unit filename="..\demo\handler\h_arf.c">
|
||||||
<Option compilerVar="CC" />
|
<Option compilerVar="CC" />
|
||||||
@@ -308,6 +309,12 @@
|
|||||||
<Unit filename="..\src\indtext.c">
|
<Unit filename="..\src\indtext.c">
|
||||||
<Option compilerVar="CC" />
|
<Option compilerVar="CC" />
|
||||||
</Unit>
|
</Unit>
|
||||||
|
<Unit filename="..\src\key.c">
|
||||||
|
<Option compilerVar="CC" />
|
||||||
|
</Unit>
|
||||||
|
<Unit filename="..\src\keylist.c">
|
||||||
|
<Option compilerVar="CC" />
|
||||||
|
</Unit>
|
||||||
<Unit filename="..\src\mstp.c">
|
<Unit filename="..\src\mstp.c">
|
||||||
<Option compilerVar="CC" />
|
<Option compilerVar="CC" />
|
||||||
</Unit>
|
</Unit>
|
||||||
|
|||||||
Reference in New Issue
Block a user