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:
skarg
2008-05-02 21:28:35 +00:00
parent 800993aecc
commit 45d2c6247f
5 changed files with 12 additions and 1 deletions
+7
View File
@@ -44,6 +44,7 @@
</Compiler>
<Linker>
<Add library="ws2_32" />
<Add library="iphlpapi" />
</Linker>
<Unit filename="..\demo\handler\h_arf.c">
<Option compilerVar="CC" />
@@ -308,6 +309,12 @@
<Unit filename="..\src\indtext.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\src\key.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\src\keylist.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\src\mstp.c">
<Option compilerVar="CC" />
</Unit>