Cleaned up Borland build files (whitespace) and subtle bug in lib makefile.

This commit is contained in:
skarg
2009-04-19 14:39:20 +00:00
parent 522ab83064
commit 94d55e0294
19 changed files with 314 additions and 315 deletions
+17 -17
View File
@@ -7,8 +7,8 @@
!ifndef BORLAND_DIR
BORLAND_DIR_Not_Defined:
@echo .
@echo You must define environment variable BORLAND_DIR to compile.
@echo .
@echo You must define environment variable BORLAND_DIR to compile.
!endif
# target
@@ -124,21 +124,21 @@ clean :
# Compiler configuration file
$(BCC_CFG) :
Copy &&|
$(CFLAGS)
-c
-y #include line numbers in OBJ's
-v #include debug info
-w+ #turn on all warnings
#-Od #disable all optimizations
-O2 #disable all optimizations
-WM #multithread
#-WM- #not multithread
-w-aus # ignore warning assigned a value that is never used
-w-sig # ignore warning conversion may lose sig digits
#-a4 #32 bit data alignment
#-M # generate link map
#-ls # linker options
Copy &&|
$(CFLAGS)
-c
-y #include line numbers in OBJ's
-v #include debug info
-w+ #turn on all warnings
#-Od #disable all optimizations
-O2 #disable all optimizations
-WM #multithread
#-WM- #not multithread
-w-aus # ignore warning assigned a value that is never used
-w-sig # ignore warning conversion may lose sig digits
#-a4 #32 bit data alignment
#-M # generate link map
#-ls # linker options
| $@
# EOF: makefile