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:
skarg
2008-03-10 20:44:18 +00:00
parent f86a5847ac
commit e2f7234e7d
16 changed files with 245 additions and 94 deletions
+7 -3
View File
@@ -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