Changeset 16010 in vbox
- Timestamp:
- Jan 17, 2009 11:32:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r16009 r16010 1250 1250 # Bruce's C compile is a C-compiler for BIOS-related 8086 code 1251 1251 ifndef VBOX_BCC 1252 if exist $(PATH_DEVTOOLS_BLD)/bin/bcc$(HOSTSUFF_EXE)1252 if exists "$(PATH_DEVTOOLS_BLD)/bin/bcc$(HOSTSUFF_EXE)" 1253 1253 VBOX_BCC := $(PATH_DEVTOOLS_BLD)/bin/bcc$(HOSTSUFF_EXE) -B $(PATH_DEVTOOLS_BLD)/bin/ 1254 1254 else … … 1259 1259 # Assembler for BIOS-related 8086 code 1260 1260 ifndef VBOX_AS86 1261 if exist $(PATH_DEVTOOLS_BLD)/bin/as86$(HOSTSUFF_EXE)1261 if exists "$(PATH_DEVTOOLS_BLD)/bin/as86$(HOSTSUFF_EXE)" 1262 1262 VBOX_AS86 := $(PATH_DEVTOOLS_BLD)/bin/as86$(HOSTSUFF_EXE) 1263 1263 else
Note:
See TracChangeset
for help on using the changeset viewer.