Updated project files, makefiles, and the demo debug info.
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -53,6 +53,7 @@ CORESRC = ../../npdu.c \
|
||||
../../reject.c \
|
||||
../../bacapp.c \
|
||||
../../datetime.c \
|
||||
../../debug.c \
|
||||
../../rp.c \
|
||||
../../wp.c \
|
||||
../../dcc.c \
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user