mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:04:15 +03:00
build: BCC - require Borlands's MAKE for Makefile.b32 processing.
This commit is contained in:
parent
5f7d34811a
commit
61623b74e3
2 changed files with 8 additions and 0 deletions
|
|
@ -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)" == ""
|
||||
|
|
|
|||
|
|
@ -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)" == ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue