mirror of
https://github.com/espressif/openthread.git
synced 2026-09-12 12:10:07 +00:00
Windows Core Build Support (#582)
* Support #define to overwrite what openthread-config file to use, since Windows does support autoconf.
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
*.a
|
||||
*.db
|
||||
*.gcda
|
||||
*.gcno
|
||||
*.log
|
||||
*.o
|
||||
*.opendb
|
||||
*.orig
|
||||
*.pyc
|
||||
*.suo
|
||||
*.trs
|
||||
*.user
|
||||
*~
|
||||
.deps
|
||||
.dirstamp
|
||||
@@ -22,6 +26,7 @@ doc/html
|
||||
include/openthread-config.h
|
||||
include/openthread-config.h.in
|
||||
include/stamp-h1
|
||||
ipch
|
||||
libtool
|
||||
Makefile
|
||||
Makefile.in
|
||||
|
||||
Reference in New Issue
Block a user