Commit 1da65c3d authored by Yang Tse's avatar Yang Tse
Browse files

build: BCC - makefile.b32 tweak

Check for BCCDIR environment var done now as other checks.
parent d5410854
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

# Borland's $(MAKEDIR) expands to the path where make.exe is located,
# use this feature to define BCCDIR when user has not defined BCCDIR.
!if "$(BCCDIR)" == ""
!ifndef BCCDIR
BCCDIR = $(MAKEDIR)\..
!endif

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

# Borland's $(MAKEDIR) expands to the path where make.exe is located,
# use this feature to define BCCDIR when user has not defined BCCDIR.
!if "$(BCCDIR)" == ""
!ifndef BCCDIR
BCCDIR = $(MAKEDIR)\..
!endif