Skip to content

Commit

Permalink
build: BCC - require Borlands's MAKE for Makefile.b32 processing.
Browse files Browse the repository at this point in the history
  • Loading branch information
yangtse committed Jan 12, 2011
1 parent 5f7d348 commit 61623b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Makefile.b32
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
# Written by Jaepil Kim, pit@paradise.net.nz
############################################################

!if "$(__MAKE__)" == ""
!error __MAKE__ not defined. Use Borlands's MAKE to process this makefile.
!endif

# 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)" == ""
Expand Down
4 changes: 4 additions & 0 deletions src/Makefile.b32
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
# Written by Jaepil Kim, pit@paradise.net.nz
############################################################

!if "$(__MAKE__)" == ""
!error __MAKE__ not defined. Use Borlands's MAKE to process this makefile.
!endif

# 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)" == ""
Expand Down

0 comments on commit 61623b7

Please sign in to comment.