Corrected whitespace issues.

This commit is contained in:
skarg
2009-04-19 13:00:55 +00:00
parent 8c34dfeb72
commit 522ab83064
+14 -14
View File
@@ -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