Updated project files, makefiles, and the demo debug info.

This commit is contained in:
skarg
2008-06-23 00:17:51 +00:00
parent 9b9c6a1381
commit 2338f3b3a3
18 changed files with 36 additions and 20 deletions
+1
View File
@@ -43,6 +43,7 @@
<Linker>
<Add library="..\..\lib\libbacnet.a" />
<Add library="ws2_32" />
<Add library="iphlpapi" />
</Linker>
<Unit filename="..\..\include\bacaddr.h" />
<Unit filename="..\..\include\bacdef.h" />
+8 -4
View File
@@ -157,10 +157,6 @@ SOURCE=..\..\..\demo\object\bi.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\bigend.c
# End Source File
# Begin Source File
SOURCE="..\bip-init.c"
# End Source File
# Begin Source File
@@ -193,6 +189,10 @@ SOURCE=..\..\..\src\datetime.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\debug.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dcc.c
# End Source File
# Begin Source File
@@ -433,6 +433,10 @@ SOURCE=..\..\..\include\datetime.h
# End Source File
# Begin Source File
SOURCE=..\..\..\include\debug.h
# End Source File
# Begin Source File
SOURCE=..\..\..\demo\object\device.h
# End Source File
# Begin Source File
+1
View File
@@ -53,6 +53,7 @@ CORESRC = ../../npdu.c \
../../reject.c \
../../bacapp.c \
../../datetime.c \
../../debug.c \
../../rp.c \
../../wp.c \
../../dcc.c \
+7 -4
View File
@@ -3,11 +3,12 @@
<FileVersion major="1" minor="6" />
<Project>
<Option title="rs485" />
<Option makefile="makefile" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin\Debug\rs485.exe" prefix_auto="1" extension_auto="1" />
<Option output="bin\Debug\rs485" prefix_auto="1" extension_auto="1" />
<Option object_output="obj\Debug\" />
<Option type="1" />
<Option compiler="gcc" />
@@ -16,7 +17,7 @@
</Compiler>
</Target>
<Target title="Release">
<Option output="bin\Release\rs485.exe" prefix_auto="1" extension_auto="1" />
<Option output="bin\Release\rs485" prefix_auto="1" extension_auto="1" />
<Option object_output="obj\Release\" />
<Option type="1" />
<Option compiler="gcc" />
@@ -38,15 +39,17 @@
<Add directory="..\..\..\bacnet-stack" />
<Add directory="..\..\demo\handler" />
<Add directory="..\..\demo\object" />
<Add directory="..\..\include" />
</Compiler>
<Unit filename="dlmstp.h" />
<Unit filename="mstp.h" />
<Unit filename="..\..\include\dlmstp.h" />
<Unit filename="..\..\include\mstp.h" />
<Unit filename="rs485.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="rs485.h" />
<Extensions>
<code_completion />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>