Changed the readfile and writefile targets (executables) name to bacarf and bacawf.

This commit is contained in:
skarg
2006-01-18 20:20:39 +00:00
parent 553da515dd
commit c30464177e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ BORLAND_DIR_Not_Defined:
@echo You must define environment variable BORLAND_DIR to compile.
!endif
PRODUCT = readfile
PRODUCT = bacarf
PRODUCT_EXE = $(PRODUCT).exe
# Choose the Data Link Layer to Enable
+1 -1
View File
@@ -11,7 +11,7 @@ BORLAND_DIR_Not_Defined:
@echo You must define environment variable BORLAND_DIR to compile.
!endif
PRODUCT = writefile
PRODUCT = bacawf
PRODUCT_EXE = $(PRODUCT).exe
# Choose the Data Link Layer to Enable