Added BUILD=debug to linux/mingw makefiles.

This commit is contained in:
skarg
2008-11-20 16:26:39 +00:00
parent ae26f6f294
commit e6f683a43b
19 changed files with 137 additions and 35 deletions
+11 -6
View File
@@ -1,9 +1,14 @@
REM Example of parameters for Foreign Device Registration
REM This CMD window will use port 47809 to communicate
@echo off
echo Example of parameters for Foreign Device Registration
echo This CMD window will use port 47809 to communicate
@echo on
set BACNET_IP_PORT=47809
REM The BBMD is located at the standard port 47808 and at
REM the dotted IP address passed in on the command line.
REM When the demo client applications see the BBMD address,
REM they register as a Foreign Device to it.
@echo off
echo The BBMD is located at the standard port 47808 and at
echo the dotted IP address passed in on the command line.
echo When the demo client applications see the BBMD address,
echo they register as a Foreign Device to it.
@echo on
set BACNET_BBMD_PORT=47808
set BACNET_BBMD_ADDRESS=%1