Modified makefiles to be able to build mstpcrc independently.
This commit is contained in:
@@ -77,6 +77,9 @@ server:
|
||||
mstpcap:
|
||||
$(MAKE) -B -C demo mstpcap
|
||||
|
||||
mstpcrc: library
|
||||
$(MAKE) -B -C demo mstpcrc
|
||||
|
||||
iam:
|
||||
$(MAKE) -B -C demo iam
|
||||
|
||||
@@ -89,8 +92,7 @@ abort:
|
||||
error:
|
||||
$(MAKE) -B -C demo error
|
||||
|
||||
router:
|
||||
$(MAKE) -s -C lib all
|
||||
router: library
|
||||
$(MAKE) -s -C demo router
|
||||
|
||||
# Add "ports" to the build, if desired
|
||||
|
||||
@@ -92,6 +92,9 @@ server:
|
||||
mstpcap:
|
||||
$(MAKE) -b -C mstpcap
|
||||
|
||||
mstpcrc:
|
||||
$(MAKE) -b -C mstpcrc
|
||||
|
||||
iam:
|
||||
$(MAKE) -b -C iam
|
||||
|
||||
|
||||
@@ -6,4 +6,4 @@ set CC=gcc
|
||||
set AR=ar
|
||||
set MAKE=make
|
||||
set TARGET_EXT=.exe
|
||||
make clean all
|
||||
make BACNET_PORT=win32 clean all
|
||||
|
||||
Reference in New Issue
Block a user