Added line to allow building with debug.

This commit is contained in:
skarg
2008-07-14 20:49:58 +00:00
parent 8432c0087a
commit 37b0295325
+2
View File
@@ -6,6 +6,8 @@ rem %BORLAND_DIR%\bin\make -f makefile.b32 all
rem Build for MinGW
make BACNET_PORT=win32 OPTIMIZATION=-Os DEBUGGING= clean all
rem Build for MinGW debug
rem make BACNET_PORT=win32 clean all
rem On Linux, install mingw32 and use this:
rem make BACNET_PORT=win32 OPTIMIZATION=-Os DEBUGGING= CC=i586-mingw32msvc-gcc AR=i586-mingw32msvc-ar clean all