Modified the linux makefiles to work with MinGW by passing in BACNET_PORT=win32 from the make command. Corrected the AdapterInfo patch, and tested it.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
@echo off
|
||||
rem Build for Borland 5.5 tools
|
||||
rem set BORLAND_DIR=c:\borland\bcc55
|
||||
rem %BORLAND_DIR%\bin\make -f makefile.b32 clean
|
||||
rem %BORLAND_DIR%\bin\make -f makefile.b32 all
|
||||
|
||||
set BORLAND_DIR=c:\borland\bcc55
|
||||
c:\borland\bcc55\bin\make -f makefile.b32 clean
|
||||
c:\borland\bcc55\bin\make -f makefile.b32 all
|
||||
rem Build for MinGW
|
||||
make BACNET_PORT=win32 OPTIMIZATION=-Os DEBUGGING= clean all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user