Corrected whitespace issues.

This commit is contained in:
skarg
2009-04-19 13:00:55 +00:00
parent 8c34dfeb72
commit 522ab83064
+18 -18
View File
@@ -7,8 +7,8 @@
!ifndef BORLAND_DIR !ifndef BORLAND_DIR
BORLAND_DIR_Not_Defined: BORLAND_DIR_Not_Defined:
@echo . @echo .
@echo You must define environment variable BORLAND_DIR to compile. @echo You must define environment variable BORLAND_DIR to compile.
!endif !endif
PRODUCT = bacrp PRODUCT = bacrp
@@ -82,7 +82,7 @@ install: $(PRODUCT_EXE)
$(PRODUCT_EXE) : $(OBJS) $(PRODUCT_EXE) : $(OBJS)
@echo Running Linker for $(PRODUCT_EXE) @echo Running Linker for $(PRODUCT_EXE)
$(LINK) -L$(C_LIB_DIR) -L$(BACNET_LIB_DIR) -m -c -s -v @&&| $(LINK) -L$(C_LIB_DIR) -L$(BACNET_LIB_DIR) -m -c -s -v @&&|
$(BORLAND_DIR)\lib\c0x32.obj $** $(BORLAND_DIR)\lib\c0x32.obj $**
$< $<
$*.map $*.map
$(LIBS) $(LIBS)
@@ -114,21 +114,21 @@ clean :
$(CC) +$(BCC_CFG) -o$@ $< $(CC) +$(BCC_CFG) -o$@ $<
# Compiler configuration file # Compiler configuration file
$(BCC_CFG) : $(BCC_CFG):
Copy &&| Copy &&|
$(CFLAGS) $(CFLAGS)
-c -c
-y #include line numbers in OBJ's -y #include line numbers in OBJ's
-v #include debug info -v #include debug info
-w+ #turn on all warnings -w+ #turn on all warnings
-Od #disable all optimizations -Od #disable all optimizations
#-a4 #32 bit data alignment #-a4 #32 bit data alignment
#-M # generate link map #-M # generate link map
#-ls # linker options #-ls # linker options
#-WM- #not multithread #-WM- #not multithread
-WM #multithread -WM #multithread
-w-aus # ignore warning assigned a value that is never used -w-aus # ignore warning assigned a value that is never used
-w-sig # ignore warning conversion may lose sig digits -w-sig # ignore warning conversion may lose sig digits
| $@ | $@
# EOF: makefile # EOF: makefile